App won't launch after a crash

2012-10-01 Thread Martin Hewitson
Dear all, I've received a report from a user saying that, after a crash, the app won't launch any more. The crash log looks like below. It looks to me like the app bundle has somehow got corrupted, but I've no idea what's going on really. The user has tried deleting preferences and app support

Re: App won't launch after a crash

2012-10-01 Thread Mike Abdullah
What's the exception? Should appear in the console log somewhere. On 1 Oct 2012, at 12:17, Martin Hewitson martin.hewit...@aei.mpg.de wrote: Dear all, I've received a report from a user saying that, after a crash, the app won't launch any more. The crash log looks like below. It looks

Re: App won't launch after a crash

2012-10-01 Thread Martin Hewitson
somewhere. On 1 Oct 2012, at 12:17, Martin Hewitson martin.hewit...@aei.mpg.de wrote: Dear all, I've received a report from a user saying that, after a crash, the app won't launch any more. The crash log looks like below. It looks to me like the app bundle has somehow got corrupted, but I've

Re: App won't launch after a crash

2012-10-01 Thread Mike Abdullah
On 1 Oct 2012, at 13:13, Martin Hewitson martin.hewit...@aei.mpg.de wrote: Oops, sorry, I chopped off the top of the report. Here it is: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x, 0x Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Re: App won't launch after a crash

2012-10-01 Thread Martin Hewitson
On Oct 1, 2012, at 10:20 AM, Mike Abdullah cocoa...@mikeabdullah.net wrote: On 1 Oct 2012, at 13:13, Martin Hewitson martin.hewit...@aei.mpg.de wrote: Oops, sorry, I chopped off the top of the report. Here it is: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x,

Re: App won't launch after a crash

2012-10-01 Thread Jens Alfke
On Oct 1, 2012, at 9:11 AM, Martin Hewitson martin.hewit...@aei.mpg.de wrote: I can check, but as I say, it was working fine. It just stopped being able to launch after a crash. Is there a way that the XIB files can get corrupted when the app crashes? No. Files in the app bundle are never

Re: App won't launch after a crash

2012-10-01 Thread Ken Thomases
On Oct 1, 2012, at 11:11 AM, Martin Hewitson wrote: Is there a way that the XIB files can get corrupted when the app crashes? An app can do anything that the kernel permits it to. A crash is, pretty much by definition, a sign that the app is going wild. It's confused. It's doing stuff it

Re: App won't launch after a crash

2012-10-01 Thread Kyle Sluder
On Mon, Oct 1, 2012, at 07:20 AM, Mike Abdullah wrote: On 1 Oct 2012, at 13:13, Martin Hewitson martin.hewit...@aei.mpg.de wrote: Oops, sorry, I chopped off the top of the report. Here it is: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x,

Re: App won't launch after a crash

2012-10-01 Thread Martin Hewitson
On Oct 1, 2012, at 03:08 PM, Kyle Sluder k...@ksluder.com wrote: On Mon, Oct 1, 2012, at 07:20 AM, Mike Abdullah wrote: On 1 Oct 2012, at 13:13, Martin Hewitson martin.hewit...@aei.mpg.de wrote: Oops, sorry, I chopped off the top of the report. Here it is: Exception Type: EXC_CRASH