Re: Signal error 10 and 11 in PB
Re: Signal error 10 and 11 in PB
- Subject: Re: Signal error 10 and 11 in PB
- From: Markus Hitter <email@hidden>
- Date: Mon, 16 Jul 2001 00:28:04 +0200
Am Sonntag, 15. Juli 2001 um 23:34 schrieb Michel Haver:
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).
Signals 10 and 11 are mostly the same. They are typical results of wrong
Object allocation: forgotten retains or releasing already autoreleased
objects.
Most often the signal is raised at a random time later, so they are
difficult to catch.
So either review you code carefully and/or disable (big) parts of your
code until it works again.
Cheers,
Markus
P.S.: This weekend I've searched several hours for an [[NSArray array]
release] (in essence).
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/