https://bugs.kde.org/show_bug.cgi?id=512666
--- Comment #3 from Paul Floyd <[email protected]> --- For the Helgrind stack issue, I had the same problem with FreeBSD so I reused the same filter == 56 tests, 17 stderr failures, 2 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == Of those failures about half are debuginfo related, like - Address 0x........ is 4 bytes inside data symbol "s_rwlock" + Address 0x........ is in the Data segment of ./annotate_rwlock About a quarter are hangs. I debugged one and it was crashed in the stack walking code -> 696 uregs.xip = (((UWord*)uregs.xbp)[1]); The last quarter are errors because Darwin pthreads are non-conformant, stuff like +Thread #x: Bug in libpthread: write lock granted on mutex/rwlock which is currently wr-held by a different thread (fixed in later versions of Darwin I hope). -- You are receiving this mail because: You are watching all bug changes.
