Monday, June 25, 2007

Program received signal SIG32

Program received signal SIG32 in gdb:

In gdb, issue the following command:
handle SIG32 pass noprint nostop
That will pass the signal (as necessary) to the program but wont print anything and wont stop.

No comments: