Crashing problem on Mac OS X 10.2
Crashing problem on Mac OS X 10.2
- Subject: Crashing problem on Mac OS X 10.2
- From: Simone Manganelli <email@hidden>
- Date: Sun, 8 Jan 2006 23:45:07 -0800
I'm having a really weird crashing problem that I am having trouble
figuring out. My application should run on any version of Mac OS X
later than 10.1, but recently I introduced a bug into my program that
is causing it to crash. The funny thing is that it only crashes
under Mac OS X 10.2 (I haven't tested under 10.3 or 10.1, though).
Here's the crash report:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000006
Thread 0 Crashed:
#0 0x90131df0 in CFRelease
#1 0x97e201a4 in _decodeObjectBinary
#2 0x97e4cad8 in -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
#3 0x97e0c724 in -[NSArray initWithCoder:]
#4 0x97e20328 in _decodeObjectBinary
#5 0x97e284a4 in _decodeObject
#6 0x930adfb0 in -[NSView initWithCoder:]
#7 0x9314adf4 in -[NSCustomView initWithCoder:]
#8 0x97e20328 in _decodeObjectBinary
#9 0x97e284a4 in _decodeObject
#10 0x930fdc4c in -[NSNibConnector initWithCoder:]
#11 0x930f1444 in -[NSNibOutletConnector initWithCoder:]
#12 0x97e20328 in _decodeObjectBinary
#13 0x97e4cad8 in -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
#14 0x97e0c724 in -[NSArray initWithCoder:]
#15 0x97e20328 in _decodeObjectBinary
#16 0x97e284a4 in _decodeObject
#17 0x9314a354 in -[NSIBObjectData initWithCoder:]
#18 0x97e20328 in _decodeObjectBinary
#19 0x97e284a4 in _decodeObject
#20 0x931b3cb4 in loadNib
#21 0x930eaaa4 in +[NSBundle(NSNibLoading)
_loadNibFile:nameTable:withZone:ownerBundle:]
#22 0x9314a228 in +[NSBundle(NSNibLoading)
loadNibFile:externalNameTable:withZone:]
#23 0x93149fe8 in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
#24 0x93160570 in NSApplicationMain
#25 0x00022614 in main
#26 0x00002d4c in _start (crt.c:272)
#27 0x00002bf0 in start
Thread 1:
#0 0x90073ba8 in mach_msg_trap
#1 0x90005ed0 in mach_msg
#2 0xc0009190 in __ape_internal
#3 0xc0000efc in __ape_agent
#4 0x90020c28 in _pthread_body
Am I correct in assuming that this is probably something wrong with
the nib file? And what exactly would cause the app to crash only on
Mac OS X 10.2 and not on 10.4? (I checked the nib compatibility
panel, and there aren't any critical problems. Furthermore, there
isn't anything that has stopped the program from running on 10.2
before.)
I basically need some direction in figuring out how to track down the
problem. (Note: I've tested this without APE installed, so that's
not the problem.)
-- Simone Manganelli
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden