Re: multithreading, cocoa, pools and POSIX
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