Re: App crashes at startup for Standard user accounts
Re: App crashes at startup for Standard user accounts
- Subject: Re: App crashes at startup for Standard user accounts
- From: Andrew Farmer <email@hidden>
- Date: Sat, 25 Nov 2006 19:37:41 -0800
On 25 Nov 06, at 19:16, a.j. mann wrote:
On Nov 25, 2006, at 10:09 PM, Steve Christensen wrote:
Sure thing. Not sure exactly which part is the stack trace, but I
assume this is what we're looking for? This is from the log on an
Intel machine.
Exception: EXC_BREAKPOINT (0x0006)
Code[0]: 0x00000002
Code[1]: 0x00000000
Thread 0 Crashed:
0 com.apple.Foundation 0x9262850b _NSRaiseError + 227
1 com.apple.Foundation 0x9264f2cb +[NSException
raise:format:] + 57
2 com.apple.Foundation 0x925f00c3 -[NSString
stringByAppendingString:] + 110
3 com.synacktic.PictureWindow 0x000025d4 -[AppController
refreshInfo] + 56
4 com.synacktic.PictureWindow 0x0000237c -[AppController
awakeFromNib] + 28
That's the important bit. Looks like you're doing something non-
kosher to a string in the function -[AppController refreshInfo]. Any
chance you're trying to do some operations on a string that might be
nil?
Failing that, show us the code for that method?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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