Ehreth Imre wrote: > Why don't you tell gdb not to stop on SIG32 by > > (gdb) handle SIG32 nostop > > or by > > (gdb) handle SIG32 noprint Because I didn't know this feature. Thanks for the trick ! Pascal