A simple linux multi-thread program. In one of the threads, i start a timer,and the timer will send SIGRTMIN to to this thread.
when debug with eclipse gdb, the thread will always be suspended by SIGRTMIN,after resume, the program goes well.
out of eclipse gdb,everything goes well. Anybody can help?
problem solved. create a .gdbinit file in home directory. and add the folloing line
handle SIG34 nostop noprint pass
this makes gdb ignore SIG-xx real-time signals
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With