• 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: multithreading, cocoa, pools and POSIX
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multithreading, cocoa, pools and POSIX


  • Subject: Re: multithreading, cocoa, pools and POSIX
  • From: Nick Zitzmann <email@hidden>
  • Date: Tue, 7 Jun 2005 15:15:20 -0700


On Jun 7, 2005, at 10:41 AM, Luc Vandal wrote:

I've removed [notif autorelease] but I still get a crash on [pool release];

#0 0x908311f4 in objc_msgSend
#1 0x90a21f3c in NSPopAutoreleasePool
#2 0x000129d8 in Text_Feed_Callback(_VR_TEXT_FEED_PARAM*, void*) at callbacks.mm:150


Is it because I'm using NSAutoreleasePool in a thread? I've set Cocoa to run in multithread mode.

Usually, if you're experiencing crashes in objc_msgSend(), it means that you're trying to send a message (even -release) to an object that has already been released. Try searching the list archives for "NSZombieEnabled" for help on debugging these issues.


Nick Zitzmann
<http://www.chronosnet.com/>



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: multithreading, cocoa, pools and POSIX (From: Will Mason <email@hidden>)
 >Re: multithreading, cocoa, pools and POSIX (From: Luc Vandal <email@hidden>)
 >Re: multithreading, cocoa, pools and POSIX (From: Philip George <email@hidden>)
 >Re: multithreading, cocoa, pools and POSIX (From: Luc Vandal <email@hidden>)

  • Prev by Date: Re: PyObjC, CamelBones, etc. (WAS Re: Rosetta : Prevernece Panels vs. ScreenSavers?)
  • Next by Date: Core Data / Bindings Behavior
  • Previous by thread: Re: multithreading, cocoa, pools and POSIX
  • Next by thread: Re: multithreading, cocoa, pools and POSIX
  • Index(es):
    • Date
    • Thread