summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-17 17:40:32 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-19 16:23:15 +0100
commit0b3566a970836744fabc72a991ed8fcc41626a79 (patch)
tree74ca01264b56cad9a79b077bad3deed19e19fb57 /src
parent5a4c5594ff0a8fc5f65c813f769448806b183405 (diff)
downloadmerchant-0b3566a970836744fabc72a991ed8fcc41626a79.tar.gz
merchant-0b3566a970836744fabc72a991ed8fcc41626a79.tar.bz2
merchant-0b3566a970836744fabc72a991ed8fcc41626a79.zip
removing garbage
Diffstat (limited to 'src')
-rw-r--r--src/tests/test.debug37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/tests/test.debug b/src/tests/test.debug
deleted file mode 100644
index 1817f7f0..00000000
--- a/src/tests/test.debug
+++ /dev/null
@@ -1,37 +0,0 @@
-==5558== Memcheck, a memory error detector
-==5558== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
-==5558== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
-==5558== Command: ./merchant-contract-test -c merchant.conf
-==5558== Parent PID: 483
-==5558==
-==5558==
-==5558== Process terminating with default action of signal 11 (SIGSEGV)
-==5558== Bad permissions for mapped region at address 0x804AB80
-==5558== at 0x4108DAA: ??? (in /usr/lib/i386-linux-gnu/libjansson.so.4.7.0)
-==5558== by 0x4108E7A: ??? (in /usr/lib/i386-linux-gnu/libjansson.so.4.7.0)
-==5558== by 0x410DAFB: json_delete (in /usr/lib/i386-linux-gnu/libjansson.so.4.7.0)
-==5558== by 0x410C28F: ??? (in /usr/lib/i386-linux-gnu/libjansson.so.4.7.0)
-==5558== by 0x410C42B: json_vpack_ex (in /usr/lib/i386-linux-gnu/libjansson.so.4.7.0)
-==5558== by 0x410C530: json_pack (in /usr/lib/i386-linux-gnu/libjansson.so.4.7.0)
-==5558== by 0x80494CE: run (merchant-contract-test.c:148)
-==5558== by 0x41543EE: program_main (program.c:84)
-==5558== by 0x41592ED: run_ready (scheduler.c:587)
-==5558== by 0x41592ED: GNUNET_SCHEDULER_run (scheduler.c:868)
-==5558== by 0x4154B09: GNUNET_PROGRAM_run2 (program.c:302)
-==5558== by 0x4154E01: GNUNET_PROGRAM_run (program.c:341)
-==5558== by 0x8049210: main (merchant-contract-test.c:195)
-==5558==
-==5558== HEAP SUMMARY:
-==5558== in use at exit: 133,271 bytes in 2,334 blocks
-==5558== total heap usage: 5,082 allocs, 2,748 frees, 277,172 bytes allocated
-==5558==
-==5558== LEAK SUMMARY:
-==5558== definitely lost: 149 bytes in 4 blocks
-==5558== indirectly lost: 293 bytes in 10 blocks
-==5558== possibly lost: 359 bytes in 18 blocks
-==5558== still reachable: 132,470 bytes in 2,302 blocks
-==5558== suppressed: 0 bytes in 0 blocks
-==5558== Rerun with --leak-check=full to see details of leaked memory
-==5558==
-==5558== For counts of detected and suppressed errors, rerun with: -v
-==5558== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)