Skip navigation.
 
mlRe: NSInternalInconsistencyException after updating to XCode 1.5
FROM : Alex v.Below
DATE : Sun Dec 19 14:43:08 2004

My advice is to report these issues to http://bugreport.apple.com.

When doing so, attach both the crash report, as well as the 
corresponding portions of your console.log and system.log

Apple is acting in response bugreports, and no, I do not get paid for 
saying so. Of course, do not expect to get your personal new copy of 
Xcode ;)

Bye

Alex

Am 19.12.2004 um 08:47 schrieb Loic BERTRAND:

> Dear all,
>
> I only recently updated my XCode to version 1.5
>
> After having recompiled a program, I obtained the following error:
>
> [Session started at 2004-12-19 07:42:29 +0100.]
> 2004-12-19 07:42:31.837 Pngtf[2952] An uncaught exception was raised
> 2004-12-19 07:42:31.871 Pngtf[2952] Cannot create int from object 
> <_NSControllerObjectProxy: 0x540660> of class _NSControllerObjectProxy
> 2004-12-19 07:42:31.872 Pngtf[2952] *** Uncaught exception: 
> <NSInternalInconsistencyException> Cannot create int from object 
> <_NSControllerObjectProxy: 0x540660> of class _NSControllerObjectProxy
>
> Executable “Cocoa application (Upgraded)” has exited due to signal 5 
> (SIGTRAP).
>
>
> The corresponding stack is the following:
>
> #0    0x90a5c740 in _NSRaiseError
> #1    0x90a5c624 in +[NSException raise:format:]
> #2    0x931add0c in _NSIntFromValue
> #3    0x931cf67c in -[_NSMenuItemPlugin showValue:inObject:]
> #4    0x931c49a8 in -[NSValueBinder 
> _adjustObject:atIndex:observedController:observedKeyPath:context:
> editableState:adjustState:]
> #5    0x931c4ba8 in -[NSValueBinder 
> _observeValueForKeyPath:ofObject:context:]
> #6    0x931b23c0 in -[NSObject(NSKeyValueBindingCreation) 
> bind:toObject:withKeyPath:options:]
> #7    0x92df2834 in -[NSIBObjectData 
> nibInstantiateWithOwner:topLevelObjects:]
> #8    0x92ee42f8 in loadNib
> #9    0x92e3b55c in +[NSBundle(NSNibLoading) 
> _loadNibFile:nameTable:withZone:ownerBundle:]
> #10    0x92eba3f4 in +[NSBundle(NSNibLoading) 
> loadNibFile:externalNameTable:withZone:]
> #11    0x92ecbbe8 in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
> #12    0x92eba25c in NSApplicationMain
> #13    0x004e7f70 in main at main.m:24
>
>
> NB: please ask if you need more information, as I am not very used to 
> dealing with this kind of issues.
>
> Thank you for your help,
>
> Loïc
> _______________________________________________
> MacOSX-dev mailing list
> <email_removed>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev

Related mailsAuthorDate
mlNSInternalInconsistencyException after updating to XCode 1.5 Loic BERTRAND Dec 19, 08:47
mlRe: NSInternalInconsistencyException after updating to XCode 1.5 Alex v.Below Dec 19, 14:43
mlRe: NSInternalInconsistencyException after updating to XCode 1.5 loicbertrand Dec 20, 13:34
mlRe: NSInternalInconsistencyException after updating to XCode 1.5 Alex v.Below Dec 20, 13:46