On May 5, 2009, at 6:40 AM, Scott Ribe wrote:
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

Does the app "just work" for a long while when the same user restarts it?

If so and given that the app has been "running for a long time", this sounds like the app is running out of a resource -- memory, window server connections, file descriptors, or like -- and crashing.

Are other users using the app for as long without restarting it? Same activity level? Anything different about the user's usage habits or their particular machine? Anything interesting about the crash report (unexpected libraries linked in)?

b.bum

_______________________________________________

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]

Reply via email to