https://bugs.kde.org/show_bug.cgi?id=511461

--- Comment #7 from Paul Floyd <[email protected]> ---
I'm now down to

== 266 tests, 19 stderr failures, 2 stdout failures, 0 stderrB failures, 0
stdoutB failures, 0 post failures ==
memcheck/tests/accounting                (stderr)
memcheck/tests/big_blocks_freed_list     (stderr)
memcheck/tests/descr_belowsp             (stderr)
memcheck/tests/dw4                       (stderr)
memcheck/tests/gone_abrt_xml             (stderr)
memcheck/tests/leak-autofreepool-2       (stderr)
memcheck/tests/leak-autofreepool-6       (stderr)
memcheck/tests/leak-cases-exit-on-definite (stderr)
memcheck/tests/leak-cases-full           (stderr)
memcheck/tests/leak-cases-summary        (stderr)
memcheck/tests/leak_cpp_interior         (stderr)
memcheck/tests/lks                       (stderr)
memcheck/tests/origin5-bz2               (stderr)
memcheck/tests/thread_alloca             (stderr)
memcheck/tests/threadname                (stderr)
memcheck/tests/varinfo2                  (stderr)
memcheck/tests/varinfo3                  (stderr)
memcheck/tests/varinfo5                  (stderr)
memcheck/tests/varinfo6                  (stderr)
memcheck/tests/wrapmalloc                (stdout)
memcheck/tests/wrapmallocstatic          (stdout)

The last two, I need to debug in the macho loading code.

threadname and thread_alloca crash intermittently.

Memcheck: mc_leakcheck.c:1128 (void lc_scan_memory(Addr, SizeT, Bool, Int, Int,
Addr, SizeT)): Assertion 'bad_scanned_addr >= VG_ROUNDUP(start, sizeof(Addr))'
failed.

An address not 8 byte aligned?

descr_belowsp gives a SIGBUS
==88201== Process terminating with default action of signal 10 (SIGBUS)
==88201==  Non-existent physical address at address 0x70000448EE9F
==88201==    at 0x100001D08: bad_things_till_guard_page (descr_belowsp.c:74)
==88201==    by 0x10000187C: child_fn_0 (descr_belowsp.c:113)
==88201==    by 0x100674660: _pthread_body (in
/usr/lib/system/libsystem_pthread.dylib)
==88201==    by 0x10067450C: _pthread_start (in
/usr/lib/system/libsystem_pthread.dylib)
==88201==    by 0x100673BF8: thread_start (in
/usr/lib/system/libsystem_pthread.dylib)

Need to check Valgrind's map of the stack and guard page.

Just 3 more kinds of errors that look fixable.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to