From: Joshua J. <jj...@gm...> - 2008-01-03 12:46:15
|
Occasionally I get dropped into Macsbug, and Basilisk II doesn't exit but I get the spinning beachball and have to kill it. Attaching with gdb informs me that B2 was in catch_exception_raise (). No additional stack frames are available. Additionally, if I use Force Quit from the Dock menu, I have to use it twice. I've seen this symptom before, and I suspect that it's related to catching OS exceptions oneself (instead of letting the OS kill you and produce a crash report) but failing to recover from them. Unfortunately I know very little about Mach kernel programming, so I'm not sure how much I can usefully add to the discussion. Josh |