Re: Process executes an AppleScript, then disappears. Why/How?
Re: Process executes an AppleScript, then disappears. Why/How?
- Subject: Re: Process executes an AppleScript, then disappears. Why/How?
- From: Dave Keck <email@hidden>
- Date: Sun, 13 Jun 2010 09:34:20 -1000
> What might cause this process to exit? Where can I look for clues? (I've been guessing for two hours, so any suggestion will be welcome.) Does the system log the exit states of processes anywhere?
I would attach to the process while it's executing (in Xcode, Run >
Attach to Process) and set a breakpoint on exit()/_exit() to get a
backtrace when it exits.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden