diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-08 17:52:46 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-08 17:52:46 +0200 |
commit | 3d109c8a83fbe5c2be49fc56740999d33f890cd4 (patch) | |
tree | ca97c40c24ceb572595bafcb8cd03937918eb021 | |
parent | 3ff5317fab7254cf034a9ac09f2b2ed6df8db36e (diff) |
boehm-gc: 5f3d02837738332457ed15a63d868a16c6c352b0 (2011-05-03), cc193eeac91851d94bcd01cf3058d947c80b28b2 (2010-09-15)
-rw-r--r-- | boehm-gc/hurd/log_build | 16 | ||||
-rw-r--r-- | boehm-gc/hurd/log_check | 59 | ||||
-rw-r--r-- | boehm-gc/hurd/log_install | 22 | ||||
-rw-r--r-- | boehm-gc/linux/log_build | 16 | ||||
-rw-r--r-- | boehm-gc/linux/log_check | 565 | ||||
-rw-r--r-- | boehm-gc/linux/log_install | 4 | ||||
-rw-r--r-- | boehm-gc/log_build.diff | 22 | ||||
-rw-r--r-- | boehm-gc/log_check.diff | 356 | ||||
-rw-r--r-- | boehm-gc/log_install.diff | 34 |
9 files changed, 624 insertions, 470 deletions
diff --git a/boehm-gc/hurd/log_build b/boehm-gc/hurd/log_build index 6eef03bf..ceee324b 100644 --- a/boehm-gc/hurd/log_build +++ b/boehm-gc/hurd/log_build @@ -28,6 +28,7 @@ checking for ar... ar checking for ranlib... ranlib checking for thread model used by GCC... posix checking for inline... inline +checking for pthread_self in -lpthread... yes checking for xlc... no checking for dlopen in -ldl... yes checking whether to build shared libraries... yes @@ -45,13 +46,20 @@ checking whether ln -s works... yes checking the maximum length of command line arguments... -1 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes +checking how to convert i686-unknown-gnu0.3 file names to i686-unknown-gnu0.3 format... func_convert_file_noop +checking how to convert i686-unknown-gnu0.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all -checking for ar... (cached) ar +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc-4.6 object... ok +checking for sysroot... no +checking for mt... mt +checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc-4.6 -E checking for ANSI C header files... yes checking for sys/types.h... yes @@ -291,7 +299,7 @@ libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./l libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c ../master/mach_dep.c -o mach_dep.o >/dev/null 2>&1 mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgc.la -rpath [...]/master.build.install/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo thread_local_alloc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo atomic_ops.lo mach_dep.lo -lpthread -ldl -libtool: link: gcc-4.6 -shared .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/atomic_ops.o .libs/mach_dep.o -lpthread -ldl -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3 +libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/atomic_ops.o .libs/mach_dep.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libgc.so.1" && ln -s "libgc.so.1.0.3" "libgc.so.1") libtool: link: (cd ".libs" && rm -f "libgc.so" && ln -s "libgc.so.1.0.3" "libgc.so") libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o typd_mlc.o backgraph.o thread_local_alloc.o pthread_start.o pthread_support.o pthread_stop_world.o atomic_ops.o mach_dep.o @@ -302,7 +310,7 @@ libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./l libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -o gc_cpp.o >/dev/null 2>&1 mv -f .deps/gc_cpp.Tpo .deps/gc_cpp.Plo /bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la -libtool: link: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 +libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libgccpp.so.1" && ln -s "libgccpp.so.1.0.3" "libgccpp.so.1") libtool: link: (cd ".libs" && rm -f "libgccpp.so" && ln -s "libgccpp.so.1.0.3" "libgccpp.so") libtool: link: ar cru .libs/libgccpp.a gc_cpp.o @@ -325,7 +333,7 @@ libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./l libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c ../master/cord/cordxtra.c -o cordxtra.o >/dev/null 2>&1 mv -f .deps/cordxtra.Tpo .deps/cordxtra.Plo /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la -libtool: link: gcc-4.6 -shared .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 +libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libcord.so.1" && ln -s "libcord.so.1.0.3" "libcord.so.1") libtool: link: (cd ".libs" && rm -f "libcord.so" && ln -s "libcord.so.1.0.3" "libcord.so") libtool: link: ar cru .libs/libcord.a cordbscs.o cordprnt.o cordtest.o cordxtra.o diff --git a/boehm-gc/hurd/log_check b/boehm-gc/hurd/log_check index 5ab1f0c6..db45a49a 100644 --- a/boehm-gc/hurd/log_check +++ b/boehm-gc/hurd/log_check @@ -1,12 +1,12 @@ make[1]: Entering directory `[...]/master.build' -make libstaticrootslib.la gctest leaktest middletest smashtest hugetest staticrootstest tracetest threadleaktest test_cpp +make libstaticrootslib.la gctest leaktest middletest smashtest hugetest staticrootstest tracetest threadleaktest initsecondarythread test_cpp make[2]: Entering directory `[...]/master.build' /bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c -o staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '../master/'`tests/staticrootslib.c libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o .libs/staticrootslib.o libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o staticrootslib.o >/dev/null 2>&1 mv -f .deps/staticrootslib.Tpo .deps/staticrootslib.Plo /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib.la staticrootslib.lo ./libgc.la -libtool: link: gcc-4.6 -shared .libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -Wl,-soname -Wl,libstaticrootslib.so.1 -o .libs/libstaticrootslib.so.1.0.3 +libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -O2 -Wl,-soname -Wl,libstaticrootslib.so.1 -o .libs/libstaticrootslib.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so.1" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so.1") libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so") libtool: link: ar cru .libs/libstaticrootslib.a staticrootslib.o @@ -44,6 +44,10 @@ gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src mv -f .deps/thread_leak_test.Tpo .deps/thread_leak_test.Po /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -o threadleaktest thread_leak_test.o ./libgc.la libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/threadleaktest thread_leak_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib +gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT initsecondarythread.o -MD -MP -MF .deps/initsecondarythread.Tpo -c -o initsecondarythread.o `test -f 'tests/initsecondarythread.c' || echo '../master/'`tests/initsecondarythread.c +mv -f .deps/initsecondarythread.Tpo .deps/initsecondarythread.Po +/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -o initsecondarythread initsecondarythread.o ./libgc.la +libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/initsecondarythread initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT test_cpp.o -MD -MP -MF .deps/test_cpp.Tpo -c -o test_cpp.o `test -f 'tests/test_cpp.cc' || echo '../master/'`tests/test_cpp.cc mv -f .deps/test_cpp.Tpo .deps/test_cpp.Po /bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -o test_cpp test_cpp.o libgccpp.la ./libgc.la @@ -52,31 +56,47 @@ make[2]: Leaving directory `[...]/master.build' make check-TESTS make[2]: Entering directory `[...]/master.build' Completed 6 tests -Allocated 10285344 collectable objects +Allocated 10285335 collectable objects Allocated 1212 uncollectable objects Allocated 7500000 atomic objects Allocated 137760 stubborn objects -Finalized 6610/6610 objects - finalization is probably ok -Total number of bytes allocated is 794703657 -Final heap size is 20897792 bytes +Finalized 6613/6613 objects - finalization is probably ok +Total number of bytes allocated is 799534169 +Final heap size is 20905984 bytes Collector appears to work -Completed 161 collections +Completed 166 collections PASS: gctest Leaked composite object at 0x808ffd8 (../master/tests/leak_test.c:19, sz=4, NORMAL) +Leaked composite object at 0x8090ec8 (../master/tests/leak_test.c:19, sz=5, NORMAL) + +Leaked composite object at 0x8090ef0 (../master/tests/leak_test.c:19, sz=6, NORMAL) + +Leaked composite object at 0x8090f18 (../master/tests/leak_test.c:19, sz=7, NORMAL) + +Leaked composite object at 0x8090f40 (../master/tests/leak_test.c:19, sz=8, NORMAL) + +Leaked composite object at 0x8090f68 (../master/tests/leak_test.c:19, sz=9, NORMAL) + +Leaked composite object at 0x8090f90 (../master/tests/leak_test.c:19, sz=10, NORMAL) + +Leaked composite object at 0x8090fb8 (../master/tests/leak_test.c:19, sz=11, NORMAL) + +Leaked composite object at 0x8090fe0 (../master/tests/leak_test.c:19, sz=12, NORMAL) + PASS: leaktest Final heap size is 1536000 PASS: middletest GC_check_heap_block: found smashed heap objects: -0x8095fb8 in or near object at 0x8095f90(../master/tests/smash_test.c:21, sz=40) +0x8095fb8 in or near object at 0x8095f90 (../master/tests/smash_test.c:22, sz=40) GC_check_heap_block: found smashed heap objects: -0x810d430 in or near object at 0x810d408(../master/tests/smash_test.c:21, sz=40) -0x8095fb8 in or near object at 0x8095f90(../master/tests/smash_test.c:21, sz=40) +0x810d430 in or near object at 0x810d408 (../master/tests/smash_test.c:22, sz=40) +0x8095fb8 in or near object at 0x8095f90 (../master/tests/smash_test.c:22, sz=40) PASS: smashtest PASS: hugetest PASS: staticrootstest -****Chose address 0x8355869 in object +****Chosen address 0x8355869 in object 0x8355860 (../master/tests/trace_test.c:18, sz=8, PTRFREE) Reachable via 0 levels of pointers from offset 4 in object: @@ -112,10 +132,10 @@ Reachable via 9 levels of pointers from offset 4 in object: Reachable via 10 levels of pointers from offset 0 in object: 0x80c2a18 (../master/tests/trace_test.c:16, sz=8, NORMAL) -Reachable via 11 levels of pointers from root at 0x15ffaa0 +Reachable via 11 levels of pointers from root at 0x15ff8e8 -****Chose address 0x835b873 in object +****Chosen address 0x835b873 in object 0x835b888 (../master/tests/trace_test.c:18, sz=8, PTRFREE) Reachable via 0 levels of pointers from offset 0 in object: @@ -151,10 +171,10 @@ Reachable via 9 levels of pointers from offset 4 in object: Reachable via 10 levels of pointers from offset 4 in object: 0x80c2a18 (../master/tests/trace_test.c:16, sz=8, NORMAL) -Reachable via 11 levels of pointers from root at 0x15ff8c8 +Reachable via 11 levels of pointers from root at 0x15ff8e8 -****Chose address 0x816dc51 in object +****Chosen address 0x816dc51 in object 0x816dc48 (../master/tests/trace_test.c:16, sz=8, NORMAL) Reachable via 0 levels of pointers from offset 4 in object: @@ -190,7 +210,7 @@ Reachable via 9 levels of pointers from offset 4 in object: Reachable via 10 levels of pointers from root at 0x8049a08 -****Chose address 0x80b98ec in object +****Chosen address 0x80b98ec in object 0x80b9900 (../master/tests/trace_test.c:18, sz=8, PTRFREE) Reachable via 0 levels of pointers from offset 0 in object: @@ -240,6 +260,7 @@ Leaked composite object at 0x8091fd8 (../master/tests/thread_leak_test.c:12, sz= Leaked composite object at 0x8091ff8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) PASS: threadleaktest +PASS: initsecondarythread usage: test_cpp number-of-iterations Assuming 10 iters Starting iteration 1 @@ -254,8 +275,8 @@ Starting iteration 9 Starting iteration 10 The test appears to have succeeded. PASS: test_cpp -================== -All 9 tests passed -================== +=================== +All 10 tests passed +=================== make[2]: Leaving directory `[...]/master.build' make[1]: Leaving directory `[...]/master.build' diff --git a/boehm-gc/hurd/log_install b/boehm-gc/hurd/log_install index b24f8c03..80067525 100644 --- a/boehm-gc/hurd/log_install +++ b/boehm-gc/hurd/log_install @@ -8,14 +8,14 @@ libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgc.so.1.0. libtool: install: /usr/bin/install -c .libs/libgc.lai [...]/master.build.install/lib/libgc.la libtool: install: warning: relinking `libgccpp.la' libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CXX --mode=relink g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la ) -libtool: relink: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 +libtool: relink: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 libtool: install: /usr/bin/install -c .libs/libgccpp.so.1.0.3T [...]/master.build.install/lib/libgccpp.so.1.0.3 libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so.1 || { rm -f libgccpp.so.1 && ln -s libgccpp.so.1.0.3 libgccpp.so.1; }; }) libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so || { rm -f libgccpp.so && ln -s libgccpp.so.1.0.3 libgccpp.so; }; }) libtool: install: /usr/bin/install -c .libs/libgccpp.lai [...]/master.build.install/lib/libgccpp.la libtool: install: warning: relinking `libcord.la' libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CC --mode=relink gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la ) -libtool: relink: gcc-4.6 -shared .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 +libtool: relink: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 libtool: install: /usr/bin/install -c .libs/libcord.so.1.0.3T [...]/master.build.install/lib/libcord.so.1.0.3 libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so.1 || { rm -f libcord.so.1 && ln -s libcord.so.1.0.3 libcord.so.1; }; }) libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so || { rm -f libcord.so && ln -s libcord.so.1.0.3 libcord.so; }; }) @@ -29,24 +29,6 @@ libtool: install: ranlib [...]/master.build.install/lib/libgccpp.a libtool: install: /usr/bin/install -c .libs/libcord.a [...]/master.build.install/lib/libcord.a libtool: install: chmod 644 [...]/master.build.install/lib/libcord.a libtool: install: ranlib [...]/master.build.install/lib/libcord.a ----------------------------------------------------------------------- -Libraries have been installed in: - [...]/master.build.install/lib - -If you ever happen to want to link against installed libraries -in a given directory, LIBDIR, you must either use libtool, and -specify the full pathname of the library, or use the `-LLIBDIR' -flag during linking and do at least one of the following: - - add LIBDIR to the `LD_LIBRARY_PATH' environment variable - during execution - - add LIBDIR to the `LD_RUN_PATH' environment variable - during linking - - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - - have your system administrator add LIBDIR to `/etc/ld.so.conf' - -See any operating system documentation about shared libraries for -more information, such as the ld(1) and ld.so(8) manual pages. ----------------------------------------------------------------------- test -z "[...]/master.build.install/share/gc" || /bin/mkdir -p "[...]/master.build.install/share/gc" /usr/bin/install -c -m 644 ../master/doc/barrett_diagram ../master/doc/debugging.html ../master/doc/gc.man ../master/doc/gcdescr.html ../master/doc/README ../master/doc/README.amiga ../master/doc/README.arm.cross ../master/doc/README.autoconf ../master/doc/README.changes ../master/doc/README.cmake ../master/doc/README.contributors ../master/doc/README.cords ../master/doc/README.DGUX386 ../master/doc/README.dj ../master/doc/README.environment ../master/doc/README.ews4800 ../master/doc/README.hp ../master/doc/README.linux ../master/doc/README.Mac ../master/doc/README.MacOSX ../master/doc/README.macros ../master/doc/README.OS2 ../master/doc/README.rs6000 ../master/doc/README.sgi ../master/doc/README.solaris2 ../master/doc/README.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/overview.html ../master/doc/tree.html ../master/doc/leak.html ../master/doc/gcinterface.html ../master/doc/scale.html ../master/doc/README.darwin ../master/doc/simple_example.html ../master/doc/porting.html '[...]/master.build.install/share/gc' test -z "[...]/master.build.install/include" || /bin/mkdir -p "[...]/master.build.install/include" diff --git a/boehm-gc/linux/log_build b/boehm-gc/linux/log_build index c7c53fa3..7dcdd04d 100644 --- a/boehm-gc/linux/log_build +++ b/boehm-gc/linux/log_build @@ -28,6 +28,7 @@ checking for ar... ar checking for ranlib... ranlib checking for thread model used by GCC... posix checking for inline... inline +checking for pthread_self in -lpthread... yes configure: WARNING: "Explicit GC_INIT() calls may be required." checking for xlc... no checking for dlopen in -ldl... yes @@ -46,13 +47,20 @@ checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes +checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop +checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all -checking for ar... (cached) ar +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc-4.6 object... ok +checking for sysroot... no +checking for mt... mt +checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc-4.6 -E checking for ANSI C header files... yes checking for sys/types.h... yes @@ -293,7 +301,7 @@ libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./l libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c ../master/mach_dep.c -o mach_dep.o >/dev/null 2>&1 mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgc.la -rpath [...]/master.build.install/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo thread_local_alloc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo atomic_ops.lo mach_dep.lo -lpthread -ldl -libtool: link: gcc-4.6 -shared .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/atomic_ops.o .libs/mach_dep.o -lpthread -ldl -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3 +libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/atomic_ops.o .libs/mach_dep.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libgc.so.1" && ln -s "libgc.so.1.0.3" "libgc.so.1") libtool: link: (cd ".libs" && rm -f "libgc.so" && ln -s "libgc.so.1.0.3" "libgc.so") libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o typd_mlc.o backgraph.o thread_local_alloc.o pthread_start.o pthread_support.o pthread_stop_world.o atomic_ops.o mach_dep.o @@ -304,7 +312,7 @@ libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./l libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -o gc_cpp.o >/dev/null 2>&1 mv -f .deps/gc_cpp.Tpo .deps/gc_cpp.Plo /bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la -libtool: link: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 +libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libgccpp.so.1" && ln -s "libgccpp.so.1.0.3" "libgccpp.so.1") libtool: link: (cd ".libs" && rm -f "libgccpp.so" && ln -s "libgccpp.so.1.0.3" "libgccpp.so") libtool: link: ar cru .libs/libgccpp.a gc_cpp.o @@ -327,7 +335,7 @@ libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./l libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c ../master/cord/cordxtra.c -o cordxtra.o >/dev/null 2>&1 mv -f .deps/cordxtra.Tpo .deps/cordxtra.Plo /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la -libtool: link: gcc-4.6 -shared .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 +libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libcord.so.1" && ln -s "libcord.so.1.0.3" "libcord.so.1") libtool: link: (cd ".libs" && rm -f "libcord.so" && ln -s "libcord.so.1.0.3" "libcord.so") libtool: link: ar cru .libs/libcord.a cordbscs.o cordprnt.o cordtest.o cordxtra.o diff --git a/boehm-gc/linux/log_check b/boehm-gc/linux/log_check index 99a26793..2120edc7 100644 --- a/boehm-gc/linux/log_check +++ b/boehm-gc/linux/log_check @@ -1,12 +1,12 @@ make[1]: Entering directory `[...]/master.build' -make libstaticrootslib.la gctest leaktest middletest smashtest hugetest staticrootstest tracetest threadleaktest test_cpp +make libstaticrootslib.la gctest leaktest middletest smashtest hugetest staticrootstest tracetest threadleaktest initsecondarythread test_cpp make[2]: Entering directory `[...]/master.build' /bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c -o staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '../master/'`tests/staticrootslib.c libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o .libs/staticrootslib.o libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o staticrootslib.o >/dev/null 2>&1 mv -f .deps/staticrootslib.Tpo .deps/staticrootslib.Plo /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib.la staticrootslib.lo ./libgc.la -libtool: link: gcc-4.6 -shared .libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -Wl,-soname -Wl,libstaticrootslib.so.1 -o .libs/libstaticrootslib.so.1.0.3 +libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -O2 -Wl,-soname -Wl,libstaticrootslib.so.1 -o .libs/libstaticrootslib.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so.1" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so.1") libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so") libtool: link: ar cru .libs/libstaticrootslib.a staticrootslib.o @@ -44,6 +44,10 @@ gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src mv -f .deps/thread_leak_test.Tpo .deps/thread_leak_test.Po /bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -o threadleaktest thread_leak_test.o ./libgc.la libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/threadleaktest thread_leak_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib +gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT initsecondarythread.o -MD -MP -MF .deps/initsecondarythread.Tpo -c -o initsecondarythread.o `test -f 'tests/initsecondarythread.c' || echo '../master/'`tests/initsecondarythread.c +mv -f .deps/initsecondarythread.Tpo .deps/initsecondarythread.Po +/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -o initsecondarythread initsecondarythread.o ./libgc.la +libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/initsecondarythread initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT test_cpp.o -MD -MP -MF .deps/test_cpp.Tpo -c -o test_cpp.o `test -f 'tests/test_cpp.cc' || echo '../master/'`tests/test_cpp.cc mv -f .deps/test_cpp.Tpo .deps/test_cpp.Po /bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -o test_cpp test_cpp.o libgccpp.la ./libgc.la @@ -52,590 +56,655 @@ make[2]: Leaving directory `[...]/master.build' make check-TESTS make[2]: Entering directory `[...]/master.build' Completed 6 tests -Allocated 10285328 collectable objects +Allocated 10285491 collectable objects Allocated 1212 uncollectable objects -Allocated 7500000 atomic objects -Allocated 137745 stubborn objects -Finalized 6625/6625 objects - finalization is probably ok -Total number of bytes allocated is 1148245774 -Final heap size is 28180480 bytes +Allocated 7499999 atomic objects +Allocated 137759 stubborn objects +Finalized 6604/6604 objects - finalization is probably ok +Total number of bytes allocated is 1135710310 +Final heap size is 28192768 bytes Collector appears to work -Completed 277 collections +Completed 280 collections PASS: gctest -Leaked composite object at 0x852dfb8 (../master/tests/leak_test.c:19, sz=4, NORMAL) +Leaked composite object at 0x9ab6fb8 (../master/tests/leak_test.c:19, sz=4, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7db8 (../master/tests/leak_test.c:19, sz=5, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7e00 (../master/tests/leak_test.c:19, sz=6, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7e48 (../master/tests/leak_test.c:19, sz=7, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7e90 (../master/tests/leak_test.c:19, sz=8, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7ed8 (../master/tests/leak_test.c:19, sz=9, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7f20 (../master/tests/leak_test.c:19, sz=10, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7f68 (../master/tests/leak_test.c:19, sz=11, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] + +Leaked composite object at 0x9ab7fb0 (../master/tests/leak_test.c:19, sz=12, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048663] PASS: leaktest Final heap size is 131072 PASS: middletest GC_check_heap_block: found smashed heap objects: -0x9f6ffd0 in or near object at 0x9f6ffa8(../master/tests/smash_test.c:21, sz=40) +0x8b4cfd0 in or near object at 0x8b4cfa8 (../master/tests/smash_test.c:22, sz=40) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] - main:[...]/master.build/../master/tests/smash_test.c:21 [0x80485c5] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485c5] GC_check_heap_block: found smashed heap objects: -0x9f6ffd0 in or near object at 0x9f6ffa8(../master/tests/smash_test.c:21, sz=40) +0x8b4cfd0 in or near object at 0x8b4cfa8 (../master/tests/smash_test.c:22, sz=40) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] - main:[...]/master.build/../master/tests/smash_test.c:21 [0x80485c5] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485c5] GC_check_heap_block: found smashed heap objects: -0x9f6ffd0 in or near object at 0x9f6ffa8(../master/tests/smash_test.c:21, sz=40) +0x8bf00c8 in or near object at 0x8bf00a0 (../master/tests/smash_test.c:22, sz=40) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] - main:[...]/master.build/../master/tests/smash_test.c:21 [0x80485c5] -0xa0340c8 in or near object at 0xa0340a0(../master/tests/smash_test.c:21, sz=40) + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485c5] +0x8b4cfd0 in or near object at 0x8b4cfa8 (../master/tests/smash_test.c:22, sz=40) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] - main:[...]/master.build/../master/tests/smash_test.c:21 [0x80485c5] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485c5] PASS: smashtest PASS: hugetest PASS: staticrootstest -****Chose address 0x86e0873 in object -0x86e08a8 (../master/tests/trace_test.c:16, sz=8, NORMAL) +****Chosen address 0x9562c51 in object +0x9562c50 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] -Reachable via 0 levels of pointers from offset 0 in object: -0x86e08f0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 0 levels of pointers from offset 4 in object: +0x9562e90 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] Reachable via 1 levels of pointers from offset 0 in object: -0x86e0938 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9562ed8 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] Reachable via 2 levels of pointers from offset 4 in object: -0x86df278 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9561818 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] -Reachable via 3 levels of pointers from offset 0 in object: -0x86df2c0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 3 levels of pointers from offset 4 in object: +0x9560a58 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] Reachable via 4 levels of pointers from offset 0 in object: -0x86df308 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9560aa0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] Reachable via 5 levels of pointers from offset 4 in object: -0x86dac08 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x95593e0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] Reachable via 6 levels of pointers from offset 0 in object: -0x86dac50 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9559428 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 7 levels of pointers from offset 0 in object: -0x86dac98 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 7 levels of pointers from offset 4 in object: +0x95438a8 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] Reachable via 8 levels of pointers from offset 0 in object: -0x86dace0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x95438f0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 9 levels of pointers from offset 0 in object: -0x86dad28 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 9 levels of pointers from offset 4 in object: +0x94b2548 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 10 levels of pointers from root at 0x8049a58 +Reachable via 10 levels of pointers from root at 0x8049a4c -****Chose address 0x861bc51 in object -0x861bc50 (../master/tests/trace_test.c:16, sz=8, NORMAL) +****Chosen address 0x96a044a in object +0x96a0470 (../master/tests/trace_test.c:18, sz=8, PTRFREE) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x400314b0] + mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x804871c] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] Reachable via 0 levels of pointers from offset 0 in object: -0x861bc98 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x951a668 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] -Reachable via 1 levels of pointers from offset 4 in object: -0x861a5d8 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 1 levels of pointers from offset 0 in object: +0x951a788 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] Reachable via 2 levels of pointers from offset 4 in object: -0x8618818 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9504350 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + +Reachable via 3 levels of pointers from offset 4 in object: +0x9503e90 (../master/tests/trace_test.c:16, sz=8, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] -Reachable via 3 levels of pointers from offset 0 in object: -0x8618860 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 4 levels of pointers from offset 4 in object: +0x94feae8 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + +Reachable via 5 levels of pointers from offset 4 in object: +0x94f5c50 (../master/tests/trace_test.c:16, sz=8, NORMAL) + Call chain at allocation: + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] + mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 4 levels of pointers from offset 4 in object: -0x86121a0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 6 levels of pointers from offset 0 in object: +0x94f5d70 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 5 levels of pointers from offset 0 in object: -0x86121e8 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 7 levels of pointers from offset 0 in object: +0x94f5db8 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 6 levels of pointers from offset 4 in object: -0x85fc668 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 8 levels of pointers from offset 0 in object: +0x94f5e00 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 7 levels of pointers from offset 0 in object: -0x85fc6b0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 9 levels of pointers from offset 4 in object: +0x967ce00 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 8 levels of pointers from offset 4 in object: -0x856a158 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 10 levels of pointers from offset 4 in object: +0x961f080 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 9 levels of pointers from root at 0x8049a4c +Reachable via 11 levels of pointers from root at 0x8049a58 -****Chose address 0x875944a in object -0x8759470 (../master/tests/trace_test.c:18, sz=8, PTRFREE) +****Chosen address 0x94c38ec in object +0x94c38f0 (../master/tests/trace_test.c:18, sz=8, PTRFREE) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x40031450] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x400314b0] mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x804871c] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] -Reachable via 0 levels of pointers from offset 0 in object: -0x85d2a58 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 0 levels of pointers from offset 4 in object: +0x947a2c0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] -Reachable via 1 levels of pointers from offset 0 in object: -0x85d2aa0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 1 levels of pointers from offset 4 in object: +0x947a788 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] -Reachable via 2 levels of pointers from offset 4 in object: -0x85bdaa0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 2 levels of pointers from offset 0 in object: +0x947a8f0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] -Reachable via 3 levels of pointers from offset 4 in object: -0x85bb308 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 3 levels of pointers from offset 0 in object: +0x947a980 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] Reachable via 4 levels of pointers from offset 4 in object: -0x85b6110 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9478818 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] Reachable via 5 levels of pointers from offset 4 in object: -0x85ad1a0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9473980 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] Reachable via 6 levels of pointers from offset 0 in object: -0x85ad2c0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x94739c8 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 7 levels of pointers from offset 0 in object: -0x85ad308 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 7 levels of pointers from offset 4 in object: +0x94528a8 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 8 levels of pointers from offset 0 in object: -0x85ad3e0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 8 levels of pointers from offset 4 in object: +0x94b5788 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 9 levels of pointers from offset 4 in object: -0x8735ae8 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 9 levels of pointers from offset 0 in object: +0x94b57d0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 10 levels of pointers from offset 4 in object: -0x86dad28 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 10 levels of pointers from offset 0 in object: +0x94b5818 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 11 levels of pointers from root at 0x8049a58 +Reachable via 11 levels of pointers from root at 0x8049a48 -****Chose address 0x857c8ec in object -0x857c8f0 (../master/tests/trace_test.c:18, sz=8, PTRFREE) +****Chosen address 0x9537f29 in object +0x9537f20 (../master/tests/trace_test.c:18, sz=8, PTRFREE) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x40031450] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x400314b0] mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x804871c] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] -Reachable via 0 levels of pointers from offset 4 in object: -0x8530350 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 0 levels of pointers from offset 0 in object: +0x9536158 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] Reachable via 1 levels of pointers from offset 4 in object: -0x85306f8 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9536398 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] Reachable via 2 levels of pointers from offset 0 in object: -0x8530740 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x95363e0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] -Reachable via 3 levels of pointers from offset 0 in object: -0x8530818 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 3 levels of pointers from offset 4 in object: +0x9536ce0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] Reachable via 4 levels of pointers from offset 4 in object: -0x852d938 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9535f20 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] Reachable via 5 levels of pointers from offset 4 in object: -0x8528a58 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x95313e0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 6 levels of pointers from offset 0 in object: -0x8528aa0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 6 levels of pointers from offset 4 in object: +0x952cce0 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] + mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 7 levels of pointers from offset 4 in object: -0x8506a58 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 7 levels of pointers from offset 0 in object: +0x952cd28 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] Reachable via 8 levels of pointers from offset 4 in object: -0x856e788 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x9501668 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] + mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486f5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 9 levels of pointers from offset 0 in object: -0x856e7d0 (../master/tests/trace_test.c:16, sz=8, NORMAL) +Reachable via 9 levels of pointers from offset 4 in object: +0x94b24b8 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486eb] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] Reachable via 10 levels of pointers from offset 0 in object: -0x856e818 (../master/tests/trace_test.c:16, sz=8, NORMAL) +0x94b2548 (../master/tests/trace_test.c:16, sz=8, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486d5] main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485c4] -Reachable via 11 levels of pointers from root at 0x8049a48 +Reachable via 11 levels of pointers from root at 0x8049a4c PASS: tracetest -Leaked composite object at 0x87f7ff8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) +Leaked composite object at 0x8e81ff8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] test:[...]/master.build/../master/tests/thread_leak_test.c:12 [0x8048848] - [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x400407f4] - [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a49e] - [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040855] - /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40089c60] - /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401747be] + [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40040c44] + [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a6de] + [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040ca5] + /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008ac60] + /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401757be] -Leaked composite object at 0x87f7f78 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) +Leaked composite object at 0x8e81f78 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] test:[...]/master.build/../master/tests/thread_leak_test.c:12 [0x8048848] - [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x400407f4] - [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a49e] - [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040855] - /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40089c60] - /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401747be] + [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40040c44] + [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a6de] + [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040ca5] + /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008ac60] + /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401757be] -Leaked composite object at 0x87f7f38 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) +Leaked composite object at 0x8e81ef8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] test:[...]/master.build/../master/tests/thread_leak_test.c:12 [0x8048848] - [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x400407f4] - [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a49e] - [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040855] - /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40089c60] - /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401747be] + [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40040c44] + [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a6de] + [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040ca5] + /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008ac60] + /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401757be] -Leaked composite object at 0x87f7ef8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) +Leaked composite object at 0x8e81f38 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] test:[...]/master.build/../master/tests/thread_leak_test.c:12 [0x8048848] - [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x400407f4] - [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a49e] - [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040855] - /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40089c60] - /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401747be] + [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40040c44] + [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a6de] + [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040ca5] + /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008ac60] + /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401757be] -Leaked composite object at 0x87f7fb8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) +Leaked composite object at 0x8e81fb8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL) Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031050] + [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x400310b0] test:[...]/master.build/../master/tests/thread_leak_test.c:12 [0x8048848] - [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x400407f4] - [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a49e] - [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040855] - /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40089c60] - /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401747be] + [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40040c44] + [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003a6de] + [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40040ca5] + /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008ac60] + /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x401757be] PASS: threadleaktest +PASS: initsecondarythread usage: test_cpp number-of-iterations Assuming 10 iters Starting iteration 1 @@ -650,8 +719,8 @@ Starting iteration 9 Starting iteration 10 The test appears to have succeeded. PASS: test_cpp -================== -All 9 tests passed -================== +=================== +All 10 tests passed +=================== make[2]: Leaving directory `[...]/master.build' make[1]: Leaving directory `[...]/master.build' diff --git a/boehm-gc/linux/log_install b/boehm-gc/linux/log_install index 27db20ba..3d3969c2 100644 --- a/boehm-gc/linux/log_install +++ b/boehm-gc/linux/log_install @@ -8,14 +8,14 @@ libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgc.so.1.0. libtool: install: /usr/bin/install -c .libs/libgc.lai [...]/master.build.install/lib/libgc.la libtool: install: warning: relinking `libgccpp.la' libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CXX --mode=relink g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la ) -libtool: relink: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 +libtool: relink: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 libtool: install: /usr/bin/install -c .libs/libgccpp.so.1.0.3T [...]/master.build.install/lib/libgccpp.so.1.0.3 libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so.1 || { rm -f libgccpp.so.1 && ln -s libgccpp.so.1.0.3 libgccpp.so.1; }; }) libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so || { rm -f libgccpp.so && ln -s libgccpp.so.1.0.3 libgccpp.so; }; }) libtool: install: /usr/bin/install -c .libs/libgccpp.lai [...]/master.build.install/lib/libgccpp.la libtool: install: warning: relinking `libcord.la' libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CC --mode=relink gcc-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la ) -libtool: relink: gcc-4.6 -shared .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 +libtool: relink: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3 libtool: install: /usr/bin/install -c .libs/libcord.so.1.0.3T [...]/master.build.install/lib/libcord.so.1.0.3 libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so.1 || { rm -f libcord.so.1 && ln -s libcord.so.1.0.3 libcord.so.1; }; }) libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so || { rm -f libcord.so && ln -s libcord.so.1.0.3 libcord.so; }; }) diff --git a/boehm-gc/log_build.diff b/boehm-gc/log_build.diff index 79c63ed8..5c526974 100644 --- a/boehm-gc/log_build.diff +++ b/boehm-gc/log_build.diff @@ -1,14 +1,14 @@ ---- /dev/fd/63 2012-06-08 15:49:10.126156017 +0200 -+++ /dev/fd/62 2012-06-08 15:49:10.126156017 +0200 -@@ -28,7 +28,6 @@ - checking for ranlib... ranlib +--- /dev/fd/63 2012-06-08 17:46:16.681899067 +0200 ++++ /dev/fd/62 2012-06-08 17:46:16.681899067 +0200 +@@ -29,7 +29,6 @@ checking for thread model used by GCC... posix checking for inline... inline + checking for pthread_self in -lpthread... yes -configure: WARNING: "Explicit GC_INIT() calls may be required." checking for xlc... no checking for dlopen in -ldl... yes checking whether to build shared libraries... yes -@@ -43,7 +42,7 @@ +@@ -44,7 +43,7 @@ checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes @@ -16,8 +16,8 @@ +checking the maximum length of command line arguments... -1 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes - checking for /usr/bin/ld option to reload object files... -r -@@ -74,7 +73,7 @@ + checking how to convert [ARCH] file names to [ARCH] format... func_convert_file_noop +@@ -82,7 +81,7 @@ checking if gcc-4.6 supports -c -o file.o... (cached) yes checking whether the gcc-4.6 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no @@ -26,7 +26,7 @@ checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes -@@ -90,14 +89,13 @@ +@@ -98,14 +97,13 @@ checking if g++-4.6 supports -c -o file.o... yes checking if g++-4.6 supports -c -o file.o... (cached) yes checking whether the g++-4.6 linker (/usr/bin/ld) supports shared libraries... yes @@ -42,12 +42,12 @@ checking atomic_ops.h usability... no checking atomic_ops.h presence... no checking for atomic_ops.h... no -@@ -304,7 +302,7 @@ +@@ -312,7 +310,7 @@ libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -o gc_cpp.o >/dev/null 2>&1 mv -f .deps/gc_cpp.Tpo .deps/gc_cpp.Plo /bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la --libtool: link: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 -+libtool: link: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 +-libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 ++libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 libtool: link: (cd ".libs" && rm -f "libgccpp.so.1" && ln -s "libgccpp.so.1.0.3" "libgccpp.so.1") libtool: link: (cd ".libs" && rm -f "libgccpp.so" && ln -s "libgccpp.so.1.0.3" "libgccpp.so") libtool: link: ar cru .libs/libgccpp.a gc_cpp.o diff --git a/boehm-gc/log_check.diff b/boehm-gc/log_check.diff index acca266f..9fb767de 100644 --- a/boehm-gc/log_check.diff +++ b/boehm-gc/log_check.diff @@ -1,79 +1,119 @@ ---- /dev/fd/63 2012-06-08 15:56:29.038140510 +0200 -+++ /dev/fd/62 2012-06-08 15:56:29.038140510 +0200 -@@ -52,588 +52,192 @@ +--- /dev/fd/63 2012-06-08 17:49:04.273892969 +0200 ++++ /dev/fd/62 2012-06-08 17:49:04.273892969 +0200 +@@ -56,652 +56,208 @@ make check-TESTS make[2]: Entering directory `[...]/master.build' Completed 6 tests --Allocated 10285328 collectable objects -+Allocated 10285344 collectable objects +-Allocated 10285491 collectable objects ++Allocated 10285335 collectable objects Allocated 1212 uncollectable objects - Allocated 7500000 atomic objects --Allocated 137745 stubborn objects --Finalized 6625/6625 objects - finalization is probably ok --Total number of bytes allocated is 1148245774 --Final heap size is 28180480 bytes +-Allocated 7499999 atomic objects +-Allocated 137759 stubborn objects +-Finalized 6604/6604 objects - finalization is probably ok +-Total number of bytes allocated is 1135710310 +-Final heap size is 28192768 bytes ++Allocated 7500000 atomic objects +Allocated 137760 stubborn objects -+Finalized 6610/6610 objects - finalization is probably ok -+Total number of bytes allocated is 794703657 -+Final heap size is 20897792 bytes ++Finalized 6613/6613 objects - finalization is probably ok ++Total number of bytes allocated is 799534169 ++Final heap size is 20905984 bytes Collector appears to work --Completed 277 collections -+Completed 161 collections +-Completed 280 collections ++Completed 166 collections PASS: gctest Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=4, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=5, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=6, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=7, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=8, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=9, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=10, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=11, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + + Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=12, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- main:[...]/master.build/../master/tests/leak_test.c:18 [[ADDR]] + PASS: leaktest -Final heap size is 131072 +Final heap size is 1536000 PASS: middletest GC_check_heap_block: found smashed heap objects: - [ADDR] in or near object at [ADDR](../master/tests/smash_test.c:21, sz=40) + [ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] -- main:[...]/master.build/../master/tests/smash_test.c:21 [[ADDR]] +- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]] GC_check_heap_block: found smashed heap objects: - [ADDR] in or near object at [ADDR](../master/tests/smash_test.c:21, sz=40) + [ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] -- main:[...]/master.build/../master/tests/smash_test.c:21 [[ADDR]] +- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]] -GC_check_heap_block: found smashed heap objects: --[ADDR] in or near object at [ADDR](../master/tests/smash_test.c:21, sz=40) +-[ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] -- main:[...]/master.build/../master/tests/smash_test.c:21 [[ADDR]] - [ADDR] in or near object at [ADDR](../master/tests/smash_test.c:21, sz=40) +- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]] + [ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] -- main:[...]/master.build/../master/tests/smash_test.c:21 [[ADDR]] +- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]] PASS: smashtest PASS: hugetest PASS: staticrootstest - ****Chose address [ADDR] in object + ****Chosen address [ADDR] in object -[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +[ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE) --Reachable via 0 levels of pointers from offset 0 in object: -+Reachable via 0 levels of pointers from offset 4 in object: + Reachable via 0 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] @@ -85,11 +125,11 @@ - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -Reachable via 2 levels of pointers from offset 4 in object: +Reachable via 2 levels of pointers from offset 0 in object: @@ -97,14 +137,15 @@ - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - Reachable via 3 levels of pointers from offset 0 in object: +-Reachable via 3 levels of pointers from offset 4 in object: ++Reachable via 3 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] @@ -112,9 +153,9 @@ - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] Reachable via 4 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) @@ -123,9 +164,9 @@ - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -Reachable via 5 levels of pointers from offset 4 in object: @@ -135,9 +176,9 @@ - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -Reachable via 6 levels of pointers from offset 0 in object: @@ -146,19 +187,18 @@ - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 7 levels of pointers from offset 0 in object: -+Reachable via 7 levels of pointers from offset 4 in object: + Reachable via 7 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -Reachable via 8 levels of pointers from offset 0 in object: @@ -167,61 +207,58 @@ - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -- --Reachable via 9 levels of pointers from offset 0 in object: --[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) + + Reachable via 9 levels of pointers from offset 4 in object: + [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -Reachable via 10 levels of pointers from root at [ADDR] -+Reachable via 9 levels of pointers from offset 4 in object: -+[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) -+ +Reachable via 10 levels of pointers from offset 0 in object: +[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) + +Reachable via 11 levels of pointers from root at [ADDR] - ****Chose address [ADDR] in object --[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) + ****Chosen address [ADDR] in object + [ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE) - Call chain at allocation: -- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+[ADDR]) [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -+[ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE) +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] Reachable via 0 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - Reachable via 1 levels of pointers from offset 4 in object: +-Reachable via 1 levels of pointers from offset 0 in object: ++Reachable via 1 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] Reachable via 2 levels of pointers from offset 4 in object: @@ -229,24 +266,25 @@ - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - Reachable via 3 levels of pointers from offset 0 in object: +-Reachable via 3 levels of pointers from offset 4 in object: ++Reachable via 3 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -Reachable via 4 levels of pointers from offset 4 in object: +Reachable via 4 levels of pointers from offset 0 in object: @@ -254,111 +292,125 @@ - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] + + Reachable via 5 levels of pointers from offset 4 in object: + [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 5 levels of pointers from offset 0 in object: -+Reachable via 5 levels of pointers from offset 4 in object: + Reachable via 6 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 6 levels of pointers from offset 4 in object: -+Reachable via 6 levels of pointers from offset 0 in object: + Reachable via 7 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] - Reachable via 7 levels of pointers from offset 0 in object: + Reachable via 8 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 8 levels of pointers from offset 4 in object: -+Reachable via 8 levels of pointers from offset 0 in object: + Reachable via 9 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 9 levels of pointers from root at [ADDR] -+Reachable via 9 levels of pointers from offset 4 in object: -+[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) -+ -+Reachable via 10 levels of pointers from offset 4 in object: -+[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) -+ -+Reachable via 11 levels of pointers from root at [ADDR] + Reachable via 10 levels of pointers from offset 4 in object: + [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) +- Call chain at allocation: +- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] + + Reachable via 11 levels of pointers from root at [ADDR] - ****Chose address [ADDR] in object + ****Chosen address [ADDR] in object -[ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) --Reachable via 0 levels of pointers from offset 0 in object: -+Reachable via 0 levels of pointers from offset 4 in object: + Reachable via 0 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - Reachable via 1 levels of pointers from offset 0 in object: +-Reachable via 1 levels of pointers from offset 4 in object: ++Reachable via 1 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - Reachable via 2 levels of pointers from offset 4 in object: +-Reachable via 2 levels of pointers from offset 0 in object: ++Reachable via 2 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] --Reachable via 3 levels of pointers from offset 4 in object: -+Reachable via 3 levels of pointers from offset 0 in object: + Reachable via 3 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] @@ -366,9 +418,9 @@ - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] Reachable via 4 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) @@ -377,10 +429,10 @@ - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] Reachable via 5 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) @@ -388,10 +440,10 @@ - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -Reachable via 6 levels of pointers from offset 0 in object: @@ -400,75 +452,75 @@ - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 7 levels of pointers from offset 0 in object: -+Reachable via 7 levels of pointers from offset 4 in object: + Reachable via 7 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] - Reachable via 8 levels of pointers from offset 0 in object: +-Reachable via 8 levels of pointers from offset 4 in object: ++Reachable via 8 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] - - Reachable via 9 levels of pointers from offset 4 in object: - [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) +- +-Reachable via 9 levels of pointers from offset 0 in object: +-[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 10 levels of pointers from offset 4 in object: --[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) +-Reachable via 10 levels of pointers from offset 0 in object: ++Reachable via 9 levels of pointers from offset 4 in object: + [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -- + -Reachable via 11 levels of pointers from root at [ADDR] +Reachable via 10 levels of pointers from root at [ADDR] - ****Chose address [ADDR] in object + ****Chosen address [ADDR] in object [ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] --Reachable via 0 levels of pointers from offset 4 in object: -+Reachable via 0 levels of pointers from offset 0 in object: + Reachable via 0 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] Reachable via 1 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) @@ -476,36 +528,35 @@ - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] Reachable via 2 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] --Reachable via 3 levels of pointers from offset 0 in object: -+Reachable via 3 levels of pointers from offset 4 in object: + Reachable via 3 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -Reachable via 4 levels of pointers from offset 4 in object: +Reachable via 4 levels of pointers from offset 0 in object: @@ -514,61 +565,58 @@ - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] Reachable via 5 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] - Reachable via 6 levels of pointers from offset 0 in object: +-Reachable via 6 levels of pointers from offset 4 in object: ++Reachable via 6 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] --Reachable via 7 levels of pointers from offset 4 in object: -+Reachable via 7 levels of pointers from offset 0 in object: + Reachable via 7 levels of pointers from offset 0 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -Reachable via 8 levels of pointers from offset 4 in object: +Reachable via 8 levels of pointers from offset 0 in object: -+[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) -+ -+Reachable via 9 levels of pointers from offset 4 in object: [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] -- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] +- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]] - main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]] -- --Reachable via 9 levels of pointers from offset 0 in object: --[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) + + Reachable via 9 levels of pointers from offset 4 in object: + [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL) - Call chain at allocation: - [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]] - mktree:[...]/master.build/../master/tests/trace_test.c:17 [[ADDR]] @@ -636,4 +684,4 @@ - /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+[ADDR]) [[ADDR]] PASS: threadleaktest - usage: test_cpp number-of-iterations + PASS: initsecondarythread diff --git a/boehm-gc/log_install.diff b/boehm-gc/log_install.diff index 9e58846c..6c9a8346 100644 --- a/boehm-gc/log_install.diff +++ b/boehm-gc/log_install.diff @@ -1,19 +1,37 @@ ---- toolchain/logs/boehm-gc/linux/log_install 2012-06-08 15:45:56.910163669 +0200 -+++ toolchain/logs/boehm-gc/hurd/log_install 2012-06-08 15:46:07.726163279 +0200 +--- toolchain/logs/boehm-gc/linux/log_install 2012-06-08 17:47:38.821896141 +0200 ++++ toolchain/logs/boehm-gc/hurd/log_install 2012-06-08 17:47:49.681895549 +0200 @@ -8,7 +8,7 @@ libtool: install: /usr/bin/install -c .libs/libgc.lai [...]/master.build.install/lib/libgc.la libtool: install: warning: relinking `libgccpp.la' libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CXX --mode=relink g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la ) --libtool: relink: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 -+libtool: relink: g++-4.6 -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 +-libtool: relink: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 ++libtool: relink: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -lpthread -ldl -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3 libtool: install: /usr/bin/install -c .libs/libgccpp.so.1.0.3T [...]/master.build.install/lib/libgccpp.so.1.0.3 libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so.1 || { rm -f libgccpp.so.1 && ln -s libgccpp.so.1.0.3 libgccpp.so.1; }; }) libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so || { rm -f libgccpp.so && ln -s libgccpp.so.1.0.3 libgccpp.so; }; }) -@@ -29,7 +29,6 @@ +@@ -29,25 +29,6 @@ libtool: install: /usr/bin/install -c .libs/libcord.a [...]/master.build.install/lib/libcord.a libtool: install: chmod 644 [...]/master.build.install/lib/libcord.a libtool: install: ranlib [...]/master.build.install/lib/libcord.a -libtool: finish: PATH="/home/thomas/command-i686:/home/thomas/command:/home/thomas/shared/command:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n [...]/master.build.install/lib - ---------------------------------------------------------------------- - Libraries have been installed in: - [...]/master.build.install/lib +----------------------------------------------------------------------- +-Libraries have been installed in: +- [...]/master.build.install/lib +- +-If you ever happen to want to link against installed libraries +-in a given directory, LIBDIR, you must either use libtool, and +-specify the full pathname of the library, or use the `-LLIBDIR' +-flag during linking and do at least one of the following: +- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable +- during execution +- - add LIBDIR to the `LD_RUN_PATH' environment variable +- during linking +- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag +- - have your system administrator add LIBDIR to `/etc/ld.so.conf' +- +-See any operating system documentation about shared libraries for +-more information, such as the ld(1) and ld.so(8) manual pages. +----------------------------------------------------------------------- + test -z "[...]/master.build.install/share/gc" || /bin/mkdir -p "[...]/master.build.install/share/gc" + /usr/bin/install -c -m 644 ../master/doc/barrett_diagram ../master/doc/debugging.html ../master/doc/gc.man ../master/doc/gcdescr.html ../master/doc/README ../master/doc/README.amiga ../master/doc/README.arm.cross ../master/doc/README.autoconf ../master/doc/README.changes ../master/doc/README.cmake ../master/doc/README.contributors ../master/doc/README.cords ../master/doc/README.DGUX386 ../master/doc/README.dj ../master/doc/README.environment ../master/doc/README.ews4800 ../master/doc/README.hp ../master/doc/README.linux ../master/doc/README.Mac ../master/doc/README.MacOSX ../master/doc/README.macros ../master/doc/README.OS2 ../master/doc/README.rs6000 ../master/doc/README.sgi ../master/doc/README.solaris2 ../master/doc/README.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/overview.html ../master/doc/tree.html ../master/doc/leak.html ../master/doc/gcinterface.html ../master/doc/scale.html ../master/doc/README.darwin ../master/doc/simple_example.html ../master/doc/porting.html '[...]/master.build.install/share/gc' + test -z "[...]/master.build.install/include" || /bin/mkdir -p "[...]/master.build.install/include" |