Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个简单的linux多线程程序。在其中一个线程中,我启动了一个计时器,计时器会将 SIGRTMIN 发送到该线程。
使用eclipse gdb调试时,线程总是被SIGRTMIN挂起,恢复后,程序运行良好。
出了eclipse gdb,一切顺利。有人可以帮忙吗?
问题解决了。在主目录中创建一个 .gdbinit 文件。并添加以下行
handle SIG34 nostop noprint pass
这使得 gdb 忽略 SIG-xx 实时信号