crash data - ideas?

Hi - my app is crashing under cocoa (not carbon)…

I get this in my crash report…

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000026d

anybody know how to get around this?
I happens when I close a window that is using either quicktime or openAL audio…
I really want that coca interface (nice sliders, etc…)
cheers,Sean

without seeing the rest of the crash log its hard to say much
hopefully there’s a stack trace

How do I get a stack trace?

Check out the files in the folder /Users/Username/Libraries/Logs/CrashReporter. Open the ones with the name of your app. Then locate the part where it says “Thread xxx crashed”. This piece of text contains the important information.