View Issue Details

IDProjectCategoryView StatusLast Update
0002347GNUnetUDP transportpublic2012-06-02 19:15
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PriorityurgentSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002347: UDP valgrind errors while running TCP test
Description==24147== Command: /home/grothoff/bin/gnunet-service-statistics -c /home/grothoff/svn/gnunet/src/transport/test_transport_api_tcp_peer1.conf
==24147==
==24103== Invalid read of size 8
==24103== at 0x6DCADBF: udp_select_send (plugin_transport_udp.c:1866)
==24103== by 0x6DCB331: udp_plugin_select (plugin_transport_udp.c:1906)
==24103== by 0x5687175: run_ready (scheduler.c:602)
==24103== by 0x5687984: GNUNET_SCHEDULER_run (scheduler.c:790)
==24103== by 0x5696317: GNUNET_SERVICE_run (service.c:1773)
==24103== by 0x404E3B: main (gnunet-service-transport.c:649)
==24103== Address 0x6bdb798 is 8 bytes inside a block of size 688 free'd
==24103== at 0x4C240FD: free (vg_replace_malloc.c:366)
==24103== by 0x5657BEF: GNUNET_xfree_ (common_allocation.c:201)
==24103== by 0x6DC5D61: disconnect_and_free_it (plugin_transport_udp.c:681)
==24103== by 0x5667A09: GNUNET_CONTAINER_multihashmap_get_multiple (container_multihashmap.c:485)
==24103== by 0x6DC6447: udp_disconnect (plugin_transport_udp.c:742)
==24103== by 0x40BB7C: free_neighbour (gnunet-service-transport_neighbours.c:834)
==24103== by 0x40BE35: send_disconnect_cont (gnunet-service-transport_neighbours.c:912)
==24103== by 0x6DC5637: call_continuation (plugin_transport_udp.c:551)
==24103== by 0x6DCADA2: udp_select_send (plugin_transport_udp.c:1862)
==24103== by 0x6DCB331: udp_plugin_select (plugin_transport_udp.c:1906)
==24103== by 0x5687175: run_ready (scheduler.c:602)
==24103== by 0x5687984: GNUNET_SCHEDULER_run (scheduler.c:790)
==24103==
May 13 02:41:07-005800 transport-24103 ERROR Assertion failed at plugin_transport_udp.c:1866.
Steps To ReproduceRunning with my new neighbour-code (not yet in SVN), which is likely to blame.
Additional InformationFunky!
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-13 21:20

manager   ~0005887

Fixed in SVN 21467.

Issue History

Date Modified Username Field Change
2012-05-13 02:44 Christian Grothoff New Issue
2012-05-13 02:44 Christian Grothoff Status new => assigned
2012-05-13 02:44 Christian Grothoff Assigned To => Matthias Wachs
2012-05-13 02:44 Christian Grothoff Assigned To Matthias Wachs => Christian Grothoff
2012-05-13 02:46 Christian Grothoff Priority high => urgent
2012-05-13 21:20 Christian Grothoff Note Added: 0005887
2012-05-13 21:20 Christian Grothoff Status assigned => resolved
2012-05-13 21:20 Christian Grothoff Fixed in Version => Git master
2012-05-13 21:20 Christian Grothoff Resolution open => fixed
2012-05-28 15:07 Christian Grothoff Fixed in Version Git master => 0.9.3
2012-06-02 19:15 Christian Grothoff Status resolved => closed