View Issue Details

IDProjectCategoryView StatusLast Update
0003104GNUnetidentity servicepublic2013-12-24 20:54
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003104: memory leak in identity service, reported by valgrind
Description==8029== 8 bytes in 1 blocks are definitely lost in loss record 7 of 51
==8029== at 0x4C294A0: malloc (vg_replace_malloc.c:291)
==8029== by 0x5051EB7: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==8029== by 0x5051B1D: GNUNET_xmalloc_ (common_allocation.c:71)
==8029== by 0x5052285: GNUNET_xstrdup_ (common_allocation.c:253)
==8029== by 0x10B2BE: handle_create_message (gnunet-service-identity.c:522)
==8029== by 0x5091B8D: GNUNET_SERVER_inject (server.c:985)
==8029== by 0x50928A1: client_message_tokenizer_callback (server.c:1205)
==8029== by 0x50953B4: GNUNET_SERVER_mst_receive (server_mst.c:261)
==8029== by 0x509245A: process_incoming (server.c:1136)
==8029== by 0x505D1AE: receive_ready (connection.c:1062)
==8029== by 0x508D5AA: run_ready (scheduler.c:593)
==8029== by 0x508DEFC: GNUNET_SCHEDULER_run (scheduler.c:808)
==8029==
==8029== 13 bytes in 1 blocks are definitely lost in loss record 18 of 51
==8029== at 0x4C294A0: malloc (vg_replace_malloc.c:291)
==8029== by 0x5051EB7: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==8029== by 0x5051B1D: GNUNET_xmalloc_ (common_allocation.c:71)
==8029== by 0x5052285: GNUNET_xstrdup_ (common_allocation.c:253)
==8029== by 0x10B2BE: handle_create_message (gnunet-service-identity.c:522)
==8029== by 0x5091B8D: GNUNET_SERVER_inject (server.c:985)
==8029== by 0x50928A1: client_message_tokenizer_callback (server.c:1205)
==8029== by 0x50950B4: GNUNET_SERVER_mst_receive (server_mst.c:220)
==8029== by 0x5091EA5: process_mst (server.c:1055)
==8029== by 0x509250A: process_incoming (server.c:1146)
==8029== by 0x505D1AE: receive_ready (connection.c:1062)
==8029== by 0x508D5AA: run_ready (scheduler.c:593)
==8029==
Steps To Reproducetest_gns_delegated_lookup.sh
TagsNo tags attached.

Activities

Christian Grothoff

2013-11-09 21:08

manager   ~0007617

Fixed in SVN 30643.

Issue History

Date Modified Username Field Change
2013-11-09 19:04 Christian Grothoff New Issue
2013-11-09 19:04 Christian Grothoff Status new => assigned
2013-11-09 19:04 Christian Grothoff Assigned To => Christian Grothoff
2013-11-09 21:08 Christian Grothoff Note Added: 0007617
2013-11-09 21:08 Christian Grothoff Status assigned => resolved
2013-11-09 21:08 Christian Grothoff Fixed in Version => 0.10.1
2013-11-09 21:08 Christian Grothoff Resolution open => fixed
2013-11-09 21:09 Christian Grothoff Fixed in Version 0.10.1 => 0.10.0
2013-12-24 20:54 Christian Grothoff Status resolved => closed