View Issue Details

IDProjectCategoryView StatusLast Update
0002310GNUnetstatistics servicepublic2012-06-02 19:15
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002310: gnunet-statistics is leaky (valgrind)
Description==3902== Command: /home/grothoff/svn/gnunet/src/statistics/.libs/lt-gnunet-statistics -c test_statistics_api_data.conf -n test -s subsystem 42
==3902==
==3902==
==3902== HEAP SUMMARY:
==3902== in use at exit: 6,714 bytes in 96 blocks
==3902== total heap usage: 1,454 allocs, 1,358 frees, 93,175 bytes allocated
==3902==
==3902== 618 (96 direct, 522 indirect) bytes in 1 blocks are definitely lost in loss record 55 of 59
==3902== at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==3902== by 0x50459B9: GNUNET_xmalloc_unchecked_ (common_allocation.c:139)
==3902== by 0x5045651: GNUNET_xmalloc_ (common_allocation.c:66)
==3902== by 0x4E2CFC9: GNUNET_STATISTICS_create (statistics_api.c:880)
==3902== by 0x400F98: run (gnunet-statistics.c:142)
==3902== by 0x506E20C: program_main (program.c:86)
==3902== by 0x5074E25: run_ready (scheduler.c:602)
==3902== by 0x5075634: GNUNET_SCHEDULER_run (scheduler.c:790)
==3902== by 0x506EB02: GNUNET_PROGRAM_run2 (program.c:255)
==3902== by 0x506EC2F: GNUNET_PROGRAM_run (program.c:289)
==3902== by 0x40116C: main (gnunet-statistics.c:208)
==3902==
==3902== LEAK SUMMARY:
==3902== definitely lost: 96 bytes in 1 blocks
==3902== indirectly lost: 522 bytes in 7 blocks
==3902== possibly lost: 0 bytes in 0 blocks
==3902== still reachable: 6,096 bytes in 88 blocks
==3902== suppressed: 0 bytes in 0 blocks
==3902== Reachable blocks (those to which a pointer was found) are not shown.
==3902== To see them, rerun with: --leak-check=full --show-reachable=yes
==3902==
==3902== For counts of detected and suppressed errors, rerun with: -v
==3902== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 4 from 4)
PASS
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-06 20:37

manager   ~0005792

Fixed in SVN 21304.

Issue History

Date Modified Username Field Change
2012-05-06 18:29 Christian Grothoff New Issue
2012-05-06 20:37 Christian Grothoff Assigned To => Christian Grothoff
2012-05-06 20:37 Christian Grothoff Status new => assigned
2012-05-06 20:37 Christian Grothoff Note Added: 0005792
2012-05-06 20:37 Christian Grothoff Status assigned => resolved
2012-05-06 20:37 Christian Grothoff Fixed in Version => 0.9.3
2012-05-06 20:37 Christian Grothoff Resolution open => fixed
2012-06-02 19:15 Christian Grothoff Status resolved => closed