I’ve got an app that crashes when I close it by pressing Esc or the close button, but not when stopping it through Xcode. Obviously not a huge deal, since it only crashes when I’m done with it, but still annoying.
When it does crash, the error pops up in the debug navigator as –[QTKitVideoGrabber stop]
, then the main window opens up ofQTKitGrabber.mm and marks line 583 with “Thread 1: signal SIGABRT
”. The console displays libc++abi.dylib: terminating with uncaught exception of type CAException
.
The application is displaying video streams from a couple of Firewire cameras. Any ideas?