Program won't run in debugger

2003-10-02 Thread Shachar Shemesh
Hi all, I am trying to find out why Wine is not working with some closed application, and fix it. I have narrowed it down from the logs to something to do with MDI (Multiple Documents Interface). However - trying to connect with a debugger to the program causes the program to bomb quite

Re: Program won't run in debugger

2003-10-02 Thread Alexandre Julliard
Shachar Shemesh [EMAIL PROTECTED] writes: Is there any way to tell gdb to ignore the segmentation fault, and just let the builtin handler take care of it? handle SIGSEGV nostop noprint -- Alexandre Julliard [EMAIL PROTECTED]