View Issue Details

IDProjectCategoryView StatusLast Update
0003182GNUnettransport servicepublic2024-05-03 13:58
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003182: assertion failure at gnunet-service-dv:1184
Description#0 0x00007f2b1381f1d5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007f2b13822388 in __GI_abort () at abort.c:90
#2 0x00007f2b13ea941c in GNUNET_abort () at common_logging.c:289
#3 0x0000000000402b14 in release_route (route=0xdb57c0) at gnunet-service-dv.c:757
#4 0x0000000000403aaa in cull_routes (cls=0xdae870, key=0x7fff615c7390, value=0xdb57c0) at gnunet-service-dv.c:1184
#5 0x00007f2b13eba6fd in GNUNET_CONTAINER_multipeermap_iterate (map=0xdc1110, it=0x4039b0 <cull_routes>, it_cls=0xdae870)
    at container_multipeermap.c:361
#6 0x0000000000403afb in handle_direct_disconnect (neighbor=0xdae870) at gnunet-service-dv.c:1202
#7 0x000000000040531e in cleanup_neighbor (neighbor=0xdae870) at gnunet-service-dv.c:1832
#8 0x00000000004055c1 in handle_core_disconnect (cls=0x0, peer=0xdaed40) at gnunet-service-dv.c:1874
#9 0x00007f2b14103b89 in disconnect_and_free_peer_entry (cls=0xdb3f90, key=0x7fff615c7668, value=0xdaed30) at core_api.c:390
#10 0x00007f2b14106a4e in main_notify_handler (cls=0xdb3f90, msg=0x7fff615c7660) at core_api.c:886
#11 0x00007f2b13ea65cf in receive_task (cls=0xdb6d10, tc=0x7fff615c7740) at client.c:589
#12 0x00007f2b13edc4c2 in run_ready (rs=0xdb3300, ws=0xdb3390) at scheduler.c:595
#13 0x00007f2b13edccd3 in GNUNET_SCHEDULER_run (task=0x7f2b13ee7ac4 <service_task>, task_cls=0x7fff615c7ae0) at scheduler.c:817
#14 0x00007f2b13ee95e5 in GNUNET_SERVICE_run (argc=3, argv=0x7fff615c7d58, service_name=0x405f5e "dv",
    options=GNUNET_SERVICE_OPTION_NONE, task=0x405ad8 <run>, task_cls=0x0) at service.c:1478
#15 0x0000000000405c6a in main (argc=3, argv=0x7fff615c7d58) at gnunet-service-dv.c:2101
Steps To Reproduce./testbed/gnunet-testbed-profiler -c test_transport_dv_data.conf -p 10 -e 100
Additional Information(gdb) print *route
$1 = {next_hop = 0xdae870, target = {peer = {public_key = {
        q_y = "7\252\271\320\332\324\314G\252\tk\300$\211\\,\224\226\061L\001%\257\002/Gcc\f\261\262", <incomplete sequence \327>}},
    distance = 67108864}, set_offset = 1}
(gdb)
TagsNo tags attached.

Activities

Christian Grothoff

2013-12-10 10:08

manager   ~0007817

Should also be fixed with SVN 31249 - different incarnation of 0003183.

Issue History

Date Modified Username Field Change
2013-12-09 23:00 Christian Grothoff New Issue
2013-12-10 10:08 Christian Grothoff Note Added: 0007817
2013-12-10 10:08 Christian Grothoff Status new => resolved
2013-12-10 10:08 Christian Grothoff Fixed in Version => 0.10.0
2013-12-10 10:08 Christian Grothoff Resolution open => fixed
2013-12-10 10:08 Christian Grothoff Assigned To => Christian Grothoff
2013-12-24 20:54 Christian Grothoff Status resolved => closed
2024-05-03 13:58 Christian Grothoff Category DV service or transport => transport service