Re: Zombie app
Re: Zombie app
- Subject: Re: Zombie app
- From: Ken Thomases <email@hidden>
- Date: Thu, 15 Oct 2009 18:31:12 -0500
On Oct 15, 2009, at 6:05 PM, Ben Haller wrote:
Hi all. I just ran my product application from Xcode. It crashed,
and gdb attached to it. I typed "q" and hit return. gdb said:
Detaching from process 46615 thread 0x10b.
The Debugger has exited with status 0.
My app is now sitting in the Dock, hung. Doing "force quit" on it
doesn't kill it. Xcode's "tasks" stop sign is dimmed; it doesn't
think the app is running any more. Is there a way to kill this
process? Or, given that I won't even be able to restart my machine
because this zombie will prevent the restart from going through, do
I have to power-cycle my machine??
I suspect it will exit if you quit Xcode.
And what should I do in future to avoid this outcome?
My guess is that if you use the Tasks button to kill the app it won't
happen in the future. Also, if you turn off "Auto-attach debugger on
crash" for the executable in the project, and use the Debug command
instead of Run when you want to debug, that will probably avoid the
issue.
Lastly, upgrading to Snow Leopard and Xcode 3.2 will probably avoid it.
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Zombie app (From: Ben Haller <email@hidden>) |