Why does my app crash here?
Why does my app crash here?
- Subject: Why does my app crash here?
- From: Jesus De Meyer <email@hidden>
- Date: Sat, 28 Feb 2004 12:06:15 +0100
Some users of my app have reported a crash that is quiet frustrating to
fix. My app uses an NSStatusBar that gets updated every time a file
changes. The console logs look all very similiar to the following, does
anyone have any idea why this would happen?
Log:
0 libobjc.A.dylib 0x9083122c objc_msgSend + 0xc
1 com.apple.AppKit 0x92f31634 CarbonToNSMenuIndex + 0x30
2 com.apple.AppKit 0x92f37538 _NSPopUpCarbonMenu1 + 0x6b0
3 com.apple.AppKit 0x92f475b4 -[NSCarbonMenuImpl
popUpMenu:atLocation:width:forView:withSelectedItem:withFont:] + 0xe0
4 com.apple.AppKit 0x930f6ab4 +[NSStatusBarButtonCell
popupStatusBarMenu:inRect:ofView:withEvent:] + 0x108
5 com.apple.AppKit 0x930f6964 -[NSStatusBarButtonCell
trackMouse:inRect:ofView:untilMouseUp:] + 0x7c
6 com.apple.AppKit 0x92e8e374 -[NSControl mouseDown:] +
0x208
7 com.apple.AppKit 0x92e027c4 -[NSWindow sendEvent:] +
0x10e4
8 com.apple.AppKit 0x92df4e98 -[NSApplication sendEvent:]
+ 0xebc
9 com.apple.AppKit 0x92dfd2a0 -[NSApplication run] + 0x240
10 com.apple.AppKit 0x92eb95f0 NSApplicationMain + 0x1d0
_______________________________________________
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.