Re: App won't launch after a crash

2012-10-01 Thread Martin Hewitson
On Oct 1, 2012, at 03:08 PM, Kyle Sluder wrote: > On Mon, Oct 1, 2012, at 07:20 AM, Mike Abdullah wrote: >> >> On 1 Oct 2012, at 13:13, Martin Hewitson >> wrote: >> >>> Oops, sorry, I chopped off the top of the report. Here it is: >>> >>> Exception Type: EXC_CRASH (SIGABRT) >>> Exception Co

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 > wrote: > > > Oops, sorry, I chopped off the top of the report. Here it is: > > > > Exception Type: EXC_CRASH (SIGABRT) > > Exception Codes: 0x, 0x > > Crashed T

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 w

Re: App won't launch after a crash

2012-10-01 Thread Jens Alfke
On Oct 1, 2012, at 9:11 AM, Martin Hewitson 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 opened with write access

Re: App won't launch after a crash

2012-10-01 Thread Martin Hewitson
On Oct 1, 2012, at 10:20 AM, Mike Abdullah wrote: > > On 1 Oct 2012, at 13:13, Martin Hewitson 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

Re: App won't launch after a crash

2012-10-01 Thread Mike Abdullah
On 1 Oct 2012, at 13:13, Martin Hewitson 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 > > Application Specifi

Re: App won't launch after a crash

2012-10-01 Thread Martin Hewitson
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 Application Specific Information: abort() called *** Terminating app due to uncaught

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 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 > bundl

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