Re: NSTask -launch Freezes
Re: NSTask -launch Freezes
- Subject: Re: NSTask -launch Freezes
- From: Seth Willits <email@hidden>
- Date: Thu, 19 Jan 2006 14:25:25 -0800
On Jan 19, 2006, at 1:37 PM, Seth Willits wrote:
This is the first I've heard of NSZombieEnabled, but I looked it up
and tried it, but nothing seems to run any differently. When the
task launches the app still freezes up, when I pause it with the
debugger, I still get the same backtrace above. No messages in the
console. :\
I discovered the problem thanks to Mike Ash. A third party library
I'm using is doing some malloc zone stuff which is causing fork to
fail. (I don't know why fork fails)
fork(); // works
mallocZone = malloc_create_zone(8096,0);
malloc_zone_register(mallocZone);
fork(); // freezes
--
Seth Willits
_______________________________________________
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