View Issue Details

IDProjectCategoryView StatusLast Update
0003103GNUnetobsoletepublic2024-05-03 13:49
ReporterChristian Grothoff Assigned ToMatthias Wachs  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0 
Summary0003103: memory leaks in ATS, reported by valgrind
Description==8811== 48 bytes in 2 blocks are definitely lost in loss record 35 of 52
==8811== at 0x4C294A0: malloc (vg_replace_malloc.c:291)
==8811== by 0x5051EB7: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==8811== by 0x5051B1D: GNUNET_xmalloc_ (common_allocation.c:71)
==8811== by 0x6DBA047: ???
==8811== by 0x10B803: GAS_addresses_add (gnunet-service-ats_addresses.c:721)
==8811== by 0x117C3F: GAS_handle_address_add (gnunet-service-ats_scheduling.c:279)
==8811== by 0x5091B8D: GNUNET_SERVER_inject (server.c:985)
==8811== by 0x50928A1: client_message_tokenizer_callback (server.c:1205)
==8811== by 0x50953B4: GNUNET_SERVER_mst_receive (server_mst.c:261)
==8811== by 0x509245A: process_incoming (server.c:1136)
==8811== by 0x505D1AE: receive_ready (connection.c:1062)
==8811== by 0x508D5AA: run_ready (scheduler.c:593)
==8811==
==8811== 240 bytes in 10 blocks are definitely lost in loss record 46 of 52
==8811== at 0x4C294A0: malloc (vg_replace_malloc.c:291)
==8811== by 0x5051EB7: GNUNET_xmalloc_unchecked_ (common_allocation.c:144)
==8811== by 0x5051B1D: GNUNET_xmalloc_ (common_allocation.c:71)
==8811== by 0x6DBA047: ???
==8811== by 0x10B803: GAS_addresses_add (gnunet-service-ats_addresses.c:721)
==8811== by 0x117C3F: GAS_handle_address_add (gnunet-service-ats_scheduling.c:279)
==8811== by 0x5091B8D: GNUNET_SERVER_inject (server.c:985)
==8811== by 0x50928A1: client_message_tokenizer_callback (server.c:1205)
==8811== by 0x50950B4: GNUNET_SERVER_mst_receive (server_mst.c:220)
==8811== by 0x5091EA5: process_mst (server.c:1055)
==8811== by 0x509250A: process_incoming (server.c:1146)
==8811== by 0x505D1AE: receive_ready (connection.c:1062)
Steps To ReproduceRun test_gns_cname_lookup.sh with valgrind (--trace-children=yes)
TagsNo tags attached.

Activities

Matthias Wachs

2013-11-11 09:56

reporter   ~0007622

fixed with 30657.

Issue History

Date Modified Username Field Change
2013-11-09 19:03 Christian Grothoff New Issue
2013-11-09 19:03 Christian Grothoff Status new => assigned
2013-11-09 19:03 Christian Grothoff Assigned To => Matthias Wachs
2013-11-11 09:56 Matthias Wachs Note Added: 0007622
2013-11-11 09:57 Matthias Wachs Status assigned => resolved
2013-11-11 09:57 Matthias Wachs Resolution open => fixed
2013-12-24 20:54 Christian Grothoff Status resolved => closed
2024-05-03 13:49 Christian Grothoff Category ATS service => obsolete