Re: NSStatusBar malfunctioning in Panther?
Re: NSStatusBar malfunctioning in Panther?
- Subject: Re: NSStatusBar malfunctioning in Panther?
- From: Shawn Erickson <email@hidden>
- Date: Mon, 24 Nov 2003 08:29:44 -0800
On Nov 24, 2003, at 1:51 AM, Jesus De Meyer wrote:
I dunno why some users have problems with my app, but it seems there
is somethhing wrong with the NSStatusBar I use. Here is the crash log
they have sent me:
#0 0x9083122c in objc_msgSend (objc_msgSend + 12)
#1 0x92f31a50 in CarbonToNSMenuIndex (CarbonToNSMenuIndex + 48)
#2 0x92f37954 in _NSPopUpCarbonMenu1 (_NSPopUpCarbonMenu1 + 1712)
#3 0x92f479d0 in -[NSCarbonMenuImpl
popUpMenu:atLocation:width:forView:withSelectedItem:withFont:]
(-[NSCarbonMenuImpl
popUpMenu:atLocation:width:forView:withSelectedItem:withFont:] + 224)
#4 0x930f6da4 in +[NSStatusBarButtonCell
popupStatusBarMenu:inRect:ofView:withEvent:] (+[NSStatusBarButtonCell
popupStatusBarMenu:inRect:ofView:withEvent:] + 264)
#5 0x930f6c54 in -[NSStatusBarButtonCell
trackMouse:inRect:ofView:untilMouseUp:] (-[NSStatusBarButtonCell
trackMouse:inRect:ofView:untilMouseUp:] + 124)
#6 0x92e8e7bc in -[NSControl mouseDown:] (-[NSControl mouseDown:] +
520)
#7 0x92e02c78 in -[NSWindow sendEvent:] (-[NSWindow sendEvent:] +
4324)
#8 0x92df534c in -[NSApplication sendEvent:] (-[NSApplication
sendEvent:] + 3772)
#9 0x92dfd754 in -[NSApplication run] (-[NSApplication run] + 576)
#10 0x92eb9a1c in NSApplicationMain (NSApplicationMain + 464)
#11 0x0000a368 in main (main + 40)
#12 0x0000a070 in _start (crt.c:267)
#13 0x00009ee4 in start (start + 48)
This is indicative of sending a message to an object that has be
deallocated. I would enable the NSZombie debugging tools to try to
catch what is taking place.
-Shawn
_______________________________________________
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.