View Issue Details

IDProjectCategoryView StatusLast Update
0002539GNUnettransport servicepublic2024-05-03 14:01
ReporterMatthias Wachs Assigned ToMatthias Wachs  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002539: on efikamx: assertion failed at plugin_transport_http_server.c:504.
DescriptionIn: test_quota_compliance_http

PASS: test_quota_compliance_unix_asymmetric
Sep 05 20:31:10-810336 transport-20664 ERROR Assertion failed at plugin_transport_http_server.c:504.
......
Throughput was 1030 b/s
PASS: test_quota_compliance_http
TagsNo tags attached.

Activities

Matthias Wachs

2012-09-06 18:10

reporter   ~0006323

==21642== Invalid write of size 4
==21642== at 0x4FB193E: MHD_set_connection_option (connection.c:2442)
==21642== by 0x4F9979B: server_disconnect (plugin_transport_http_server.c:793)
==21642== by 0x4F98E0B: http_server_plugin_disconnect (plugin_transport_http_server.c:564)
==21642== by 0x12B19: free_neighbour (gnunet-service-transport_neighbours.c:904)
==21642== by 0x1A64B: disconnect_all_neighbours (gnunet-service-transport_neighbours.c:3220)
==21642== by 0x489224D: GNUNET_CONTAINER_multihashmap_iterate (container_multihashmap.c:213)
==21642== by 0x1A689: GST_neighbours_stop (gnunet-service-transport_neighbours.c:3233)
==21642== by 0xBB81: shutdown_task (gnunet-service-transport.c:542)
==21642== by 0x48AED35: run_ready (scheduler.c:602)
==21642== by 0x48AF45F: GNUNET_SCHEDULER_run (scheduler.c:790)
==21642== by 0x48BB92B: GNUNET_SERVICE_run (service.c:1797)
==21642== by 0xC24D: main (gnunet-service-transport.c:654)
==21642== Address 0x4c00824 is 116 bytes inside a block of size 192 free'd
==21642== at 0x482DFC4: free (vg_replace_malloc.c:366)
==21642== by 0x4FB2EE5: MHD_cleanup_connections (daemon.c:1183)
==21642== by 0x4FB3A51: MHD_run (daemon.c:1590)
==21642== by 0x4F9C4FB: server_v4_run (plugin_transport_http_server.c:1510)
==21642== by 0x48AED35: run_ready (scheduler.c:602)
==21642== by 0x48AF45F: GNUNET_SCHEDULER_run (scheduler.c:790)
==21642== by 0x48BB92B: GNUNET_SERVICE_run (service.c:1797)
==21642== by 0xC24D: main (gnunet-service-transport.c:654)

Matthias Wachs

2012-09-07 09:41

reporter   ~0006324

notifying transport immediately about session end

implemented in 23685

Issue History

Date Modified Username Field Change
2012-09-06 16:47 Matthias Wachs New Issue
2012-09-06 16:47 Matthias Wachs Status new => assigned
2012-09-06 16:47 Matthias Wachs Assigned To => Matthias Wachs
2012-09-06 18:10 Matthias Wachs Note Added: 0006323
2012-09-07 09:41 Matthias Wachs Note Added: 0006324
2012-09-07 09:45 Matthias Wachs Status assigned => resolved
2012-09-07 09:45 Matthias Wachs Resolution open => fixed
2012-09-09 02:37 Christian Grothoff Product Version => Git master
2012-09-09 02:37 Christian Grothoff Fixed in Version => 0.9.4
2012-09-09 02:37 Christian Grothoff Target Version => 0.9.4
2012-11-05 18:34 Christian Grothoff Status resolved => closed
2024-05-03 14:01 Christian Grothoff Category HTTP transport => transport service