Commit 9b71384dd4f5687160c18319ba5810d0447e0ede

Authored by Georg Hopp
1 parent 171d5979

remove debug log

Showing 1 changed file with 0 additions and 68 deletions
1   -==25008== Memcheck, a memory error detector
2   -==25008== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
3   -==25008== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
4   -==25008== Command: ./testserver
5   -==25008==
6   -==25008== Conditional jump or move depends on uninitialised value(s)
7   -==25008== at 0x4017A74: index (strchr.S:77)
8   -==25008== by 0x400743D: expand_dynamic_string_token (dl-load.c:425)
9   -==25008== by 0x400802D: _dl_map_object (dl-load.c:2302)
10   -==25008== by 0x400138D: map_doit (rtld.c:626)
11   -==25008== by 0x400E993: _dl_catch_error (dl-error.c:187)
12   -==25008== by 0x4000B30: do_preload (rtld.c:815)
13   -==25008== by 0x4004122: dl_main (rtld.c:1632)
14   -==25008== by 0x401533B: _dl_sysdep_start (dl-sysdep.c:249)
15   -==25008== by 0x4004A4C: _dl_start (rtld.c:331)
16   -==25008== by 0x40011A7: ??? (in /lib64/ld-2.19.so)
17   -==25008==
18   -==25008==
19   -==25008== HEAP SUMMARY:
20   -==25008== in use at exit: 1,024 bytes in 4 blocks
21   -==25008== total heap usage: 12,272 allocs, 12,268 frees, 1,601,216 bytes allocated
22   -==25008==
23   -==25008== 256 bytes in 1 blocks are definitely lost in loss record 1 of 4
24   -==25008== at 0x4C28730: malloc (vg_replace_malloc.c:291)
25   -==25008== by 0x4E3497C: newElement (memory.c:82)
26   -==25008== by 0x4E34B19: TR_malloc (memory.c:442)
27   -==25008== by 0x4E34B50: TR_calloc (memory.c:460)
28   -==25008== by 0x4E35144: TR_classNewv (i_class.c:55)
29   -==25008== by 0x4E3532E: TR_classNew (i_class.c:81)
30   -==25008== by 0x4018DA: main (testserver.c:123)
31   -==25008==
32   -==25008== 256 bytes in 1 blocks are definitely lost in loss record 2 of 4
33   -==25008== at 0x4C28730: malloc (vg_replace_malloc.c:291)
34   -==25008== by 0x4E3497C: newElement (memory.c:82)
35   -==25008== by 0x4E34B19: TR_malloc (memory.c:442)
36   -==25008== by 0x4E34B50: TR_calloc (memory.c:460)
37   -==25008== by 0x4E35144: TR_classNewv (i_class.c:55)
38   -==25008== by 0x4E3532E: TR_classNew (i_class.c:81)
39   -==25008== by 0x4018F2: main (testserver.c:124)
40   -==25008==
41   -==25008== 256 bytes in 1 blocks are definitely lost in loss record 3 of 4
42   -==25008== at 0x4C28730: malloc (vg_replace_malloc.c:291)
43   -==25008== by 0x4E3497C: newElement (memory.c:82)
44   -==25008== by 0x4E34B19: TR_malloc (memory.c:442)
45   -==25008== by 0x4E34B50: TR_calloc (memory.c:460)
46   -==25008== by 0x4E35144: TR_classNewv (i_class.c:55)
47   -==25008== by 0x4E3532E: TR_classNew (i_class.c:81)
48   -==25008== by 0x40190A: main (testserver.c:125)
49   -==25008==
50   -==25008== 256 bytes in 1 blocks are definitely lost in loss record 4 of 4
51   -==25008== at 0x4C28730: malloc (vg_replace_malloc.c:291)
52   -==25008== by 0x4E3497C: newElement (memory.c:82)
53   -==25008== by 0x4E34B19: TR_malloc (memory.c:442)
54   -==25008== by 0x4E34B50: TR_calloc (memory.c:460)
55   -==25008== by 0x4E35144: TR_classNewv (i_class.c:55)
56   -==25008== by 0x4E3532E: TR_classNew (i_class.c:81)
57   -==25008== by 0x401920: main (testserver.c:126)
58   -==25008==
59   -==25008== LEAK SUMMARY:
60   -==25008== definitely lost: 1,024 bytes in 4 blocks
61   -==25008== indirectly lost: 0 bytes in 0 blocks
62   -==25008== possibly lost: 0 bytes in 0 blocks
63   -==25008== still reachable: 0 bytes in 0 blocks
64   -==25008== suppressed: 0 bytes in 0 blocks
65   -==25008==
66   -==25008== For counts of detected and suppressed errors, rerun with: -v
67   -==25008== Use --track-origins=yes to see where uninitialised values come from
68   -==25008== ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
Please register or login to post a comment