Application that's been running a long time, now one user out of dozens gets this crash first thing after logging in (and, obviously, going to select a menu item to get started):
Thread 0 Crashed: 0 com.apple.QD 0x91757360 SetOrigin + 136 1 com.apple.HIToolbox 0x932d04a8 HLTBSetPortOrigin + 48 2 com.apple.HIToolbox 0x9335c180 GetMenuWindow(OpaqueMenuRef*, unsigned short, Rect const*, OpaqueRgnHandle*) + 896 3 com.apple.HIToolbox 0x9335bc7c PrepareMenuWindow + 304 4 com.apple.HIToolbox 0x933511cc DrawTheMenu(MenuSelectData*, __CFArray**, unsigned char*) + 420 5 com.apple.HIToolbox 0x9338ef30 OpenSubmenu(MenuSelectData*, MenuData*, unsigned char, unsigned char*) + 192 6 com.apple.HIToolbox 0x9336315c CheckHItem(MenuSelectData*, unsigned char*) + 352 7 com.apple.HIToolbox 0x93350c0c TrackMenuCommon(MenuSelectData&, unsigned char*) + 720 8 com.apple.HIToolbox 0x9334e97c MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 188 9 com.apple.HIToolbox 0x9334e53c MenuSelect + 100 10 com.apple.AppKit 0x937a1084 _NSHandleCarbonMenuEvent + 168 11 com.apple.AppKit 0x9379eab4 _DPSNextEvent + 1280 12 com.apple.AppKit 0x9379e3f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 13 com.apple.AppKit 0x9379a93c -[NSApplication run] + 472 14 com.apple.AppKit 0x9388b458 NSApplicationMain + 452 15 com.sribe.pedcard 0x0000aa20 _start + 760 (darwin.c:1210) 16 com.sribe.pedcard 0x0000a724 start + 48 (darwin.c:1210) So I'm curious, anybody got a clue to offer as to what is suddenly causing menu drawing/tracking to crash? I'll try reinstalling, but if that actually "fixes" it, then I'll be worried that her Mac is going down the tubes... -- Scott Ribe [email protected] http://www.killerbytes.com/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
