• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Signal error 10 and 11 in PB
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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/


References: 
 >Signal error 10 and 11 in PB (From: Michel Haver <email@hidden>)

  • Prev by Date: Re: Signal error 10 and 11 in PB
  • Next by Date: Re: Bug in NSFormatter
  • Previous by thread: Re: Signal error 10 and 11 in PB
  • Next by thread: Re: Currency Converter sample [rateField selectText:self]; doesn't work...?
  • Index(es):
    • Date
    • Thread