Signal error 10 and 11 in PB
Signal error 10 and 11 in PB
- Subject: Signal error 10 and 11 in PB
- From: Michel Haver <email@hidden>
- Date: Sun, 15 Jul 2001 23:34:01 +0200
Working with my project in ProjectBuilder resulted in the following conflict
If I switch between two Windows and back again, the application crashes
with error: Test.app has exited due to signal 11 (SIGSEGV).
Build and Run succeed will succeeded, but after the switch between two
Windows the application crashes.
If you try to debug the problem by Build and Debug you get after the message
Reading symbols for shared libraries .... done
The Debugger has exited due to signal 10 (SIGBUS).
If you look up the information about these signals you find:
Name Default Action Description
SIGBUS create core image bus error
SIGSEGV create core image segmentation violation
Why can't I use the debugger any more to trace the conflict I am getting?
Tooltip?
Cheers,
Michel