Hello,
we experience irregular crashes in our bluetooth application with stack traces like this:
Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed: 0 libobjc.A.dylib 0x909bf120 objc_msgSend + 32 1 com.apple.Bluetooth 0x94eab174 -[IOBluetoothDeviceInquiry startNextSearchOrStop:] + 212 2 com.apple.Foundation 0x928f1e18 __NSFireDelayedPerform + 304 3 com.apple.CoreFoundation 0x90770aec __CFRunLoopDoTimer + 184 4 com.apple.CoreFoundation 0x9075d464 __CFRunLoopRun + 1680 5 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268 6 com.apple.HIToolbox 0x9318f1e0 RunCurrentEventLoopInMode + 264 7 com.apple.HIToolbox 0x9318e874 ReceiveNextEventCommon + 380 8 com.apple.HIToolbox 0x9318e6e0 BlockUntilNextEventMatchingListInMode + 96 9 com.apple.AppKit 0x9368c104 _DPSNextEvent + 384 10 com.apple.AppKit 0x9368bdc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 11 com.apple.AppKit 0x9368830c -[NSApplication run] + 472 12 com.apple.AppKit 0x93778e68 NSApplicationMain + 452 13 org.consola.ConsolaApp 0x0000201c _start + 340 (crt.c:272) 14 org.consola.ConsolaApp 0x00001ec4 start + 60
We are somehow out of ideas what we can do here. Can anyone help?
Cheers marc |