blob: 312d77668051fffae5eee1f30e9ec11eb4330895 [file] [log] [blame]
philippea22f59d2012-01-26 23:13:52 +00001relaying data between gdb and process ....
2vgdb-error value changed from 0 to 999999
3Breakpoint 1 at 0x........: file leak-tree.c, line 42.
4Breakpoint 2 at 0x........: file leak-tree.c, line 67.
5Continuing.
6Breakpoint 1, f () at leak-tree.c:42
742 t->l = mk(); // B
8Continuing.
Elliott Hughesed398002017-06-21 14:41:24 -07009Breakpoint 2, main () at leak-tree.c:68
1068 PRINT_LEAK_COUNTS(stderr);
philippea22f59d2012-01-26 23:13:52 +000011Searching for pointers to 0x........
12*0x........ points at 0x........
13 Address 0x........ is 0 bytes inside data symbol "t"
14full leak search
1516 bytes in 1 blocks are still reachable in loss record ... of ...
16 at 0x........: malloc (vg_replace_malloc.c:...)
17 by 0x........: mk (leak-tree.c:28)
18 by 0x........: f (leak-tree.c:41)
19 by 0x........: main (leak-tree.c:63)
2016 bytes in 1 blocks are still reachable in loss record ... of ...
21 at 0x........: malloc (vg_replace_malloc.c:...)
22 by 0x........: mk (leak-tree.c:28)
23 by 0x........: f (leak-tree.c:42)
24 by 0x........: main (leak-tree.c:63)
2516 bytes in 1 blocks are still reachable in loss record ... of ...
26 at 0x........: malloc (vg_replace_malloc.c:...)
27 by 0x........: mk (leak-tree.c:28)
28 by 0x........: f (leak-tree.c:45)
29 by 0x........: main (leak-tree.c:63)
3016 bytes in 1 blocks are indirectly lost in loss record ... of ...
31 at 0x........: malloc (vg_replace_malloc.c:...)
32 by 0x........: mk (leak-tree.c:28)
33 by 0x........: f (leak-tree.c:46)
34 by 0x........: main (leak-tree.c:63)
3516 bytes in 1 blocks are indirectly lost in loss record ... of ...
36 at 0x........: malloc (vg_replace_malloc.c:...)
37 by 0x........: mk (leak-tree.c:28)
38 by 0x........: f (leak-tree.c:47)
39 by 0x........: main (leak-tree.c:63)
4016 bytes in 1 blocks are definitely lost in loss record ... of ...
41 at 0x........: malloc (vg_replace_malloc.c:...)
42 by 0x........: mk (leak-tree.c:28)
43 by 0x........: f (leak-tree.c:44)
44 by 0x........: main (leak-tree.c:63)
4548 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
46 at 0x........: malloc (vg_replace_malloc.c:...)
47 by 0x........: mk (leak-tree.c:28)
48 by 0x........: f (leak-tree.c:43)
49 by 0x........: main (leak-tree.c:63)
50block list 6 D
5116 bytes in 1 blocks are definitely lost in loss record ... of ...
52 at 0x........: malloc (vg_replace_malloc.c:...)
53 by 0x........: mk (leak-tree.c:28)
54 by 0x........: f (leak-tree.c:44)
55 by 0x........: main (leak-tree.c:63)
560x........[16]
57block list 7 C F G
5848 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
59 at 0x........: malloc (vg_replace_malloc.c:...)
60 by 0x........: mk (leak-tree.c:28)
61 by 0x........: f (leak-tree.c:43)
62 by 0x........: main (leak-tree.c:63)
630x........[16]
64 0x........[16] indirect loss record 4
65 0x........[16] indirect loss record 5
66monitor command request to kill this process
67Remote connection closed