gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gdb] unable to pass the SIGRTMIN to the application.


From: Sridhara Gangula
Subject: [Gdb] unable to pass the SIGRTMIN to the application.
Date: Fri, 22 Nov 2002 12:02:04 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020729 Netscape/7.0

Hi,

I am generating SIGRTMIN in my application. While debugging if I receive the signal the following message is printed.

"Program received signal ?, Unknown signal." and debugger stops.

So I used "handle SIG39 nostop", and when I did the "info signals", I saw for SIG39 stop=no, print=no, pass=yes.

And now when I get a signal I see the following messages.

"warning: Signal ? does not exist on this system."

"Program received signal ?, Unknown signal."

What do I need to do to prevent gdb from stopping when the signal occurs.

It works fine with other signals (non-RT) signals....

I am using g++, version 3.2 and gdb, version 5.0 and I am running on Solaris 9.

Cheers.
-- Sri Gangula
Covaro Networks Inc.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]