Hi Everyone..

I have a really weird problem with my basic application.
From time to time, on only a very few machines, (running 10.5.5), my application crashes when a user clicks on a button. It reports a EXC_BAD_ACCESS. Here is the crash report:

Code Type:       X86 (Native)
Parent Process:  launchd [71]

Date/Time:       2008-11-12 15:47:47.776 +0100
OS Version:      Mac OS X 10.5.5 (9F33)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  0

Thread 0 Crashed:
0   ...gluetools.GlueTools_KeyUtil      0x00031b9a oefst23_ + 4
1 com.apple.AppKit 0x9593fb03 -[NSApplication sendAction:to:from:] + 112 2 com.apple.AppKit 0x9593fa40 -[NSControl sendAction:to:] + 108 3 com.apple.AppKit 0x9593f8c6 -[NSCell _sendActionFrom:] + 169 4 com.apple.AppKit 0x9593ef1f -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1827 5 com.apple.AppKit 0x9593e772 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 541 6 com.apple.AppKit 0x9593e02c -[NSControl mouseDown:] + 888 7 com.apple.AppKit 0x9593c76b -[NSWindow sendEvent:] + 5381 8 com.apple.AppKit 0x95909311 -[NSApplication sendEvent:] + 2941
9   com.apple.AppKit                    0x95866d0f -[NSApplication run] + 847
10  com.apple.AppKit                    0x95833f14 NSApplicationMain + 574
11  ...gluetools.GlueTools_KeyUtil      0x00002ab8 main + 30
12  ...gluetools.GlueTools_KeyUtil      0x00002a7e _start + 216
13  ...gluetools.GlueTools_KeyUtil      0x000029a5 start + 41


This crash isn't happening with any of my code. It seems to be crashing when referring to something in my Object. The weird part is, is that I am not releasing anything that the UI would be concerned with. The button in question is connected to an IBAction. Nothing fancy.

Ideas??

bob.

_______________________________________________

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