Re: NSTimer discarding exception 'NSInternalInconsistencyException'
Re: NSTimer discarding exception 'NSInternalInconsistencyException'
- Subject: Re: NSTimer discarding exception 'NSInternalInconsistencyException'
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 13 Mar 2004 13:13:19 -0700
On Mar 13, 2004, at 2:06 AM, Fabio Genoese wrote:
2004-03-13 09:40:05.367 Seven[464] *** Assertion failure in
-[NSTextFieldCell _objectValue:forString:],
AppKit.subproj/NSCell.m:1130
2004-03-13 09:40:05.384 Seven[464] *** NSTimer discarding exception
'NSInternalInconsistencyException' (reason 'Invalid parameter not
satisfying: aString != nil') that raised during firing of timer with
target 351e50 and selector 'updateUI:'
The last time I saw this exception get raised, it was because the
program was passing a nil string as the second argument to an
NSRunAlertPanel() call. Anyway, you can figure it out for yourself by
running the program in the debugger and setting a symbolic breakpoint
on "-[NSException raise]" without the quotes... Then, if an exception
is raised, the debugger will stop so you can look at what happened.
Nick Zitzmann
<
http://seiryu.home.comcast.net/>
<
http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.