Re: Random crash
Re: Random crash
- Subject: Re: Random crash
- From: Laura-Jeanne Lanctôt <email@hidden>
- Date: Thu, 7 Aug 2003 10:25:01 -0400
Looks like an autorelease crash to me.
The autorelease pool gets released [after the run loop cycle] and some
object that does not exist gets released.
They can be very hard to diagnose.
--Jean-Olivier
On Thursday, August 7, 2003, at 10:09 AM, Glen Simmons wrote:
I'm having a random crash that doesn't seem to involve any of my code.
I get a EXC_BAD_ACCESS with the following stack trace:
#0 0x001cdf54 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 0x00004650 in main at main.m:15
Ring any bells for anyone? Any thoughts at all would be appreciated.
Thanks,
Glen Simmons
_______________________________________________
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: | |
| >Random crash (From: Glen Simmons <email@hidden>) |