search for: afawk

Displaying 2 results from an estimated 2 matches for "afawk".

Did you mean: afaik
2011 May 30
2
[LLVMdev] Crash in libunwind
...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 where dynamically generated code invokes window management functions. We have tried with both NoFramePointerElim set and cleared, it doesn't seem to make a difference. Has anybody else run into a similar stack trace? I have not found much through Google, but the...
2011 May 30
0
[LLVMdev] Crash in libunwind
...7fff887e9989 _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 where dynamically generated code invokes window management functions. > > We have tried with both NoFramePointerElim set and cleared, it doesn't seem to make a difference. > > Has anybody else run into a similar stack trace? I have not found much thr...