N
N
numitus2013-01-30 01:04:32
linux
numitus, 2013-01-30 01:04:32

netbeans signal intercepted?

I'm trying to debug an application that uses a real time timer on linux. I am using netbeans. When debugging, a window constantly appears.

"Signal received: SIG34 (Real-time event 34)
For program cppapplication_2, PID 8 278
You can ignore the signal or forward it, or continue or pause the process

As a result, I can't debug the application.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2013-01-30
@numitus

In the gdb window, you need to type
handle SIG34 pass noprint nostop
this will force the signal to be passed to the process bypassing the debugger.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question