• 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: NSTask -launch Freezes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSTask -launch Freezes (From: Seth Willits <email@hidden>)
 >Re: NSTask -launch Freezes (From: Camillo Lugaresi <email@hidden>)
 >Re: NSTask -launch Freezes (From: Seth Willits <email@hidden>)

  • Prev by Date: Printers/Libraries/convert: page properties? attributes?
  • Next by Date: Various UI questions...
  • Previous by thread: Re: NSTask -launch Freezes
  • Next by thread: Re: NSTask -launch Freezes
  • Index(es):
    • Date
    • Thread