Displaying 2 results from an estimated 2 matches for "_nsappkitlock".
2011 May 30
2
[LLVMdev] Crash in libunwind
...d::LocalAddressSpace, libunwind::Registers_x86_64>::step() + 216
4 libobjc.A.dylib 0x00007fff8852c4b6 objc_addExceptionHandler + 828
5 com.apple.CoreFoundation 0x00007fff82399722 _CFDoExceptionOperation + 402
6 com.apple.AppKit 0x00007fff887e9989 _NSAppKitLock + 79
The parts above that vary from crash to crash, but we usually have some window-management stuff and some of our code, with some dynamically-generated code higher in the stack. Our application can run reliably for hours, and runs correctly in Valgrind AFAWK, as long as we avoid the cases wher...
2011 May 30
0
[LLVMdev] Crash in libunwind
...Space, libunwind::Registers_x86_64>::step() + 216
> 4 libobjc.A.dylib 0x00007fff8852c4b6 objc_addExceptionHandler + 828
> 5 com.apple.CoreFoundation 0x00007fff82399722 _CFDoExceptionOperation + 402
> 6 com.apple.AppKit 0x00007fff887e9989 _NSAppKitLock + 79
>
>
> The parts above that vary from crash to crash, but we usually have some window-management stuff and some of our code, with some dynamically-generated code higher in the stack. Our application can run reliably for hours, and runs correctly in Valgrind AFAWK, as long as we avoid...