[despammed] debug problem

The error I get when stepping with gdb is this:

Program received signal SIG32, Real-time event 32.
0x403f7479 in sigsuspend () from /lib/i686/libc.so.6

SIG32 seems to be related to pthreads, but my program doesn’t use any threads.
However I did find some stuff about that here:

http://www.geocrawler.com/archives/3/128/1999/7/0/2486602

I tried setting “handle SIG32 nostop” before running and now it works like a charm! Well atleast it doesn’t crash there anymore :slight_smile:

Yeah, it’s not actually a crash, it’s just that your version of gdb doesn’t
understand that signal 32 is used by the kernel for thread handling.

Anyway, see ya!
-Sam Lantinga, Software Engineer, Blizzard Entertainment