summaryrefslogtreecommitdiff
path: root/boehm-gc/hurd/log_check
blob: 5ab1f0c69d678ad772ccddafffe46f3524bbe677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
make[1]: Entering directory `[...]/master.build'
make  libstaticrootslib.la gctest leaktest middletest smashtest hugetest staticrootstest tracetest threadleaktest 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: (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
libtool: link: ranlib .libs/libstaticrootslib.a
libtool: link: ( cd ".libs" && rm -f "libstaticrootslib.la" && ln -s "../libstaticrootslib.la" "libstaticrootslib.la" )
gcc-4.6 -DHAVE_CONFIG_H   -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src  -fexceptions -g -O2 -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o `test -f 'tests/test.c' || echo '../master/'`tests/test.c
mv -f .deps/test.Tpo .deps/test.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc-4.6 -fexceptions -g -O2   -o gctest test.o ./libgc.la  
libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/gctest 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 leak_test.o -MD -MP -MF .deps/leak_test.Tpo -c -o leak_test.o `test -f 'tests/leak_test.c' || echo '../master/'`tests/leak_test.c
mv -f .deps/leak_test.Tpo .deps/leak_test.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc-4.6 -fexceptions -g -O2   -o leaktest leak_test.o ./libgc.la  
libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/leaktest 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 middle.o -MD -MP -MF .deps/middle.Tpo -c -o middle.o `test -f 'tests/middle.c' || echo '../master/'`tests/middle.c
mv -f .deps/middle.Tpo .deps/middle.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc-4.6 -fexceptions -g -O2   -o middletest middle.o ./libgc.la  
libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/middletest middle.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 smash_test.o -MD -MP -MF .deps/smash_test.Tpo -c -o smash_test.o `test -f 'tests/smash_test.c' || echo '../master/'`tests/smash_test.c
mv -f .deps/smash_test.Tpo .deps/smash_test.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc-4.6 -fexceptions -g -O2   -o smashtest smash_test.o ./libgc.la  
libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/smashtest smash_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 huge_test.o -MD -MP -MF .deps/huge_test.Tpo -c -o huge_test.o `test -f 'tests/huge_test.c' || echo '../master/'`tests/huge_test.c
mv -f .deps/huge_test.Tpo .deps/huge_test.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc-4.6 -fexceptions -g -O2   -o hugetest huge_test.o ./libgc.la  
libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/hugetest huge_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 staticrootstest.o -MD -MP -MF .deps/staticrootstest.Tpo -c -o staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '../master/'`tests/staticrootstest.c
mv -f .deps/staticrootstest.Tpo .deps/staticrootstest.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc-4.6 -fexceptions -g -O2   -o staticrootstest staticrootstest.o ./libgc.la  libstaticrootslib.la 
libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/staticrootstest staticrootstest.o  ./.libs/libgc.so ./.libs/libstaticrootslib.so [...]/master.build/.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib -Wl,-rpath -Wl,/nowhere
gcc-4.6 -DHAVE_CONFIG_H   -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src  -fexceptions -g -O2 -MT trace_test.o -MD -MP -MF .deps/trace_test.Tpo -c -o trace_test.o `test -f 'tests/trace_test.c' || echo '../master/'`tests/trace_test.c
mv -f .deps/trace_test.Tpo .deps/trace_test.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc-4.6 -fexceptions -g -O2   -o tracetest trace_test.o ./libgc.la  
libtool: link: gcc-4.6 -fexceptions -g -O2 -o .libs/tracetest trace_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 thread_leak_test.o -MD -MP -MF .deps/thread_leak_test.Tpo -c -o thread_leak_test.o `test -f 'tests/thread_leak_test.c' || echo '../master/'`tests/thread_leak_test.c
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
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  
libtool: link: g++-4.6 -fexceptions -g -O2 -o .libs/test_cpp test_cpp.o  ./.libs/libgccpp.so [...]/master.build/.libs/libgc.so ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
make[2]: Leaving directory `[...]/master.build'
make  check-TESTS
make[2]: Entering directory `[...]/master.build'
Completed 6 tests
Allocated 10285344 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
Collector appears to work
Completed 161 collections
PASS: gctest
Leaked composite object at 0x808ffd8 (../master/tests/leak_test.c:19, sz=4, 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)
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)
PASS: smashtest
PASS: hugetest
PASS: staticrootstest

****Chose 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:
0x811b950 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 1 levels of pointers from offset 4 in object:
0x811bae0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 2 levels of pointers from offset 0 in object:
0x811bbd0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 3 levels of pointers from offset 0 in object:
0x811bbf8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 4 levels of pointers from offset 0 in object:
0x811bc20 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 5 levels of pointers from offset 0 in object:
0x811bc48 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 6 levels of pointers from offset 4 in object:
0x81152e8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 7 levels of pointers from offset 4 in object:
0x81081d0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 8 levels of pointers from offset 4 in object:
0x80f3ec8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 9 levels of pointers from offset 4 in object:
0x80c29f0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

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


****Chose 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:
0x8152f68 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 1 levels of pointers from offset 4 in object:
0x8150108 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 2 levels of pointers from offset 4 in object:
0x8150590 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 3 levels of pointers from offset 0 in object:
0x81505b8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 4 levels of pointers from offset 0 in object:
0x81505e0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 5 levels of pointers from offset 4 in object:
0x814eab8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 6 levels of pointers from offset 0 in object:
0x814eae0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 7 levels of pointers from offset 0 in object:
0x814eb30 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 8 levels of pointers from offset 0 in object:
0x814eb58 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 9 levels of pointers from offset 4 in object:
0x8120568 (../master/tests/trace_test.c:16, sz=8, NORMAL)

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


****Chose 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:
0x816ddc8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 1 levels of pointers from offset 0 in object:
0x816ddf8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 2 levels of pointers from offset 4 in object:
0x81b3388 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 3 levels of pointers from offset 0 in object:
0x81b33b0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 4 levels of pointers from offset 4 in object:
0x81b27c0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 5 levels of pointers from offset 4 in object:
0x81affe0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 6 levels of pointers from offset 4 in object:
0x81a8040 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 7 levels of pointers from offset 4 in object:
0x819b0e0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 8 levels of pointers from offset 0 in object:
0x819b108 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 9 levels of pointers from offset 4 in object:
0x8169630 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 10 levels of pointers from root at 0x8049a08


****Chose 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:
0x80ba0b8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 1 levels of pointers from offset 4 in object:
0x80ba1f8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 2 levels of pointers from offset 0 in object:
0x80ba220 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 3 levels of pointers from offset 4 in object:
0x80ba720 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 4 levels of pointers from offset 0 in object:
0x80ba748 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 5 levels of pointers from offset 4 in object:
0x80b8b58 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 6 levels of pointers from offset 0 in object:
0x80b8b80 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 7 levels of pointers from offset 0 in object:
0x80b8ba8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 8 levels of pointers from offset 0 in object:
0x80b8bd0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 9 levels of pointers from offset 4 in object:
0x808ffb8 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 10 levels of pointers from offset 0 in object:
0x808ffe0 (../master/tests/trace_test.c:16, sz=8, NORMAL)

Reachable via 11 levels of pointers from root at 0x8049a00

PASS: tracetest
Leaked composite object at 0x8091ff8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL)

Leaked composite object at 0x8091fb8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL)

Leaked composite object at 0x8091f98 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL)

Leaked composite object at 0x8091fd8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL)

Leaked composite object at 0x8091ff8 (../master/tests/thread_leak_test.c:12, sz=4, NORMAL)

PASS: threadleaktest
usage: test_cpp number-of-iterations
Assuming 10 iters
Starting iteration 1
Starting iteration 2
Starting iteration 3
Starting iteration 4
Starting iteration 5
Starting iteration 6
Starting iteration 7
Starting iteration 8
Starting iteration 9
Starting iteration 10
The test appears to have succeeded.
PASS: test_cpp
==================
All 9 tests passed
==================
make[2]: Leaving directory `[...]/master.build'
make[1]: Leaving directory `[...]/master.build'