Re: Odd crash
Re: Odd crash
- Subject: Re: Odd crash
- From: Glen Simmons <email@hidden>
- Date: Thu, 17 Jul 2003 08:03:28 -0500
I just realized my email makes it sound like it's the Mac that's
crashing. I meant to say
"I'm getting a random crash as my application starts up ..." Sorry for
the confusion. But, I'm
still having the problem. Any ideas?
Thanks,
Glen
On Wednesday, July 16, 2003, at 08:49 AM, Glen Simmons wrote:
I'm getting a random crash at startup with the call stack below. None
of my code is directly involved and I don't have a clue where it may
be coming from. Does this look familiar to anyone?
Thread 0 Crashed:
#0 0x9068ba54 in objc_msgSend
#1 0x97df8388 in __NSPortDelegateTickler
#2 0x90148464 in __CFRunLoopDoObservers
#3 0x901487d4 in __CFRunLoopRun
#4 0x90180f58 in CFRunLoopRunSpecific
#5 0x969a3b70 in RunCurrentEventLoopInMode
#6 0x969b3b00 in ReceiveNextEventCommon
#7 0x969dabbc in BlockUntilNextEventMatchingListInMode
#8 0x9308dedc in _DPSNextEvent
#9 0x930a0158 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:]
#10 0x930b1d88 in -[NSApplication run]
#11 0x9315fc58 in NSApplicationMain
#12 0x00003c70 in _start (crt.c:267)
#13 0x00003af0 in start
Thanks,
Glen
_______________________________________________
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.
_______________________________________________
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.
References: | |
| >Odd crash (From: Glen Simmons <email@hidden>) |