Help with Crash Log Analysis
Help with Crash Log Analysis
- Subject: Help with Crash Log Analysis
- From: "Erik J. Barzeski" <email@hidden>
- Date: Fri, 21 Jun 2002 11:48:37 -0400
Hi,
My partner Nick Shanks and I released a product a few days ago. Works great
here... Sometimes crashes on launch for a pair of customers.
Our app is document-based and of course loads a blank document on launch.
I've pasted the crash log below - every crash log we get bombs out at the
__CFStringCreateImmutableFunnel2.
We're using OmniBase, OmniNetworking, and our own framework. We can in no
way reproduce this error ourselves, and so stepping through or NSLogging
can't help us solve this.
We include gtar in our app's bundle and zlib in the binary and they work
fine when used (no calls to gtar or zlib are made at application launch).
Could the below be indicative of a prebinding issue? One of the libraries
not loading properly? We can't see how... It seems to be something in
creating the new document window, but it doesn't even happen every time to
these two users.
Here's the crash log.
Date/Time: 2002-06-20 23:32:15 -0400
OS Version: 10.1.5 (Build 5S60)
Host: localhost
Command: MailDrop
PID: 2634
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000006
Thread 0 Crashed:
#0 0x701624f4 in __CFStringCreateImmutableFunnel2
#1 0x7017132c in CFStringCreateWithBytes
#2 0x7082595c in -[NSPlaceholderString initWithCString:length:]
#3 0x708585d0 in +[NSString stringWithCString:length:]
#4 0x00002d94 in 0x2d94
#5 0x70da51f8 in -[NSWindowController _windowDidLoad]
#6 0x70c82dc4 in -[NSWindowController window]
#7 0x70da5abc in -[NSWindowController showWindow:]
#8 0x70d047dc in -[NSDocument showWindows]
#9 0x70d06bb4 in -[NSDocumentController
openUntitledDocumentOfType:display:]
#10 0x70d06578 in -[NSDocumentController newDocument:]
#11 0x70c7ebf8 in -[NSDocumentController _openUntitled]
#12 0x70c5edd0 in -[NSApplication _doOpenUntitled]
#13 0x70c91168 in _requiredAEEventHandler
#14 0x735fce08 in TryEventTable
#15 0x735f2d8c in AEMDispatcher
#16 0x735f3f4c in aeResumeTheCurrentEvent
#17 0x735fcb44 in aeReallyProcessAppleEvent
#18 0x735f6f48 in aeProcessAppleEvent
#19 0x70bd721c in _DPSNextEvent
#20 0x70bfe5d8 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:]
#21 0x70c23468 in -[NSApplication run]
#22 0x70c91ed0 in NSApplicationMain
#23 0x00001f6c in 0x1f6c
#24 0x00001d9c in 0x1d9c
PPC Thread State:
srr0: 0x701624f4 srr1: 0x0200f030 vrsave: 0x00000000
xer: 0x0000000e lr: 0x7016245c ctr: 0x70002930 mq: 0x00000000
r0: 0x00000000 r1: 0xbfffe780 r2: 0xbfffdf56 r3: 0x00000000
r4: 0x00000000 r5: 0x00000037 r6: 0x00000000 r7: 0x206c6172
r8: 0x67653a20 r9: 0x0000000c r10: 0x00000000 r11: 0x00000000
r12: 0x70002930 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0x00000001 r18: 0x00000001 r19: 0x00000001
r20: 0x00000001 r21: 0x00000000 r22: 0x00000000 r23: 0x8016024c
r24: 0x40000000 r25: 0xbfffed81 r26: 0x80000000 r27: 0x8016024c
r28: 0xffffff80 r29: 0x00000000 r30: 0x00000000 r31: 0x70161dd8
**********
--
Best wishes,
Erik J. Barzeski
"What counts is not necessarily the size of the dog in the fight;
it's the size of the fight in the dog." - Dwight D. Eisenhower
###################################################################
Email: erik@(anything below) AIM: iacas
http://iacas.org http://weims.net
http://techstra.net http://barzeski.com
http://cocoadevcentral.com http://soundsetcentral.com
http://freshlysqueezedsoftware.com http://applescriptcentral.com
###################################################################
_______________________________________________
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.