bug-gdb
[Top][All Lists]
Advanced

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

How to debug a signal handler with gdb?


From: Vincent
Subject: How to debug a signal handler with gdb?
Date: Sat, 26 May 2001 15:50:44 +0200

Hello!

I'm using QNX Neutrino.

I wrote a muti-threaded application where a thread sends a SIGUSR1 signal to
an other thread using pthread_kill().

The handler was previously installed using signal() function.

When I run the program it works, but when I run it from gdb the signal seems
to be ignored and the handler is not called.

Any idea?

Vincent.





reply via email to

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