View Issue Details

IDProjectCategoryView StatusLast Update
0003183GNUnettransport 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 
Summary0003183: assertion failure at gnunet-service-dv:757
DescriptionProgram terminated with signal 6, Aborted.
#0 0x00007f64ff9701d5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) ba
#0 0x00007f64ff9701d5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007f64ff973388 in __GI_abort () at abort.c:90
#2 0x00007f64ffffa41c in GNUNET_abort () at common_logging.c:289
#3 0x0000000000402b14 in release_route (route=0x17bb210) at gnunet-service-dv.c:757
#4 0x0000000000402b73 in move_route (route=0x17bb210, new_distance=2) at gnunet-service-dv.c:775
#5 0x0000000000403622 in check_possible_route (cls=0x17b9e80, key=0x7fffbfdd64f0, value=0x17b5620) at gnunet-service-dv.c:1041
#6 0x00007f650000b6fd in GNUNET_CONTAINER_multipeermap_iterate (map=0x17b5510, it=0x403598 <check_possible_route>, it_cls=0x17b9e80)
    at container_multipeermap.c:361
#7 0x0000000000403852 in refresh_routes (cls=0x0, key=0x7fffbfdd65c0, value=0x17b9e80) at gnunet-service-dv.c:1085
#8 0x00007f650000b6fd in GNUNET_CONTAINER_multipeermap_iterate (map=0x17b8b60, it=0x4037eb <refresh_routes>, it_cls=0x0)
    at container_multipeermap.c:361
#9 0x000000000040388d in refresh_routes_task (cls=0x0, tc=0x7fffbfdd6660) at gnunet-service-dv.c:1103
#10 0x00007f650002d4c2 in run_ready (rs=0x17b8300, ws=0x17b8390) at scheduler.c:595
#11 0x00007f650002dcd3 in GNUNET_SCHEDULER_run (task=0x7f6500038ac4 <service_task>, task_cls=0x7fffbfdd6a00) at scheduler.c:817
#12 0x00007f650003a5e5 in GNUNET_SERVICE_run (argc=3, argv=0x7fffbfdd6c78, service_name=0x405f5e "dv",
    options=GNUNET_SERVICE_OPTION_NONE, task=0x405ad8 <run>, task_cls=0x0) at service.c:1478
#13 0x0000000000405c6a in main (argc=3, argv=0x7fffbfdd6c78) 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 = 0x17ba7e0, target = {peer = {public_key = {
        q_y = "\200\337\061i\n\245\244\b\224\246\277]\355\351\334 \022\273\016q\263 \224\353f6\321_+!\233\271"}}, distance = 50331648},
  set_offset = 0}
(
TagsNo tags attached.

Activities

Christian Grothoff

2013-12-10 09:49

manager   ~0007815

50331648 = 0x03000000

Christian Grothoff

2013-12-10 10:07

manager   ~0007816

Should be fixed in SVN 31249.

Issue History

Date Modified Username Field Change
2013-12-09 23:02 Christian Grothoff New Issue
2013-12-10 09:49 Christian Grothoff Note Added: 0007815
2013-12-10 10:07 Christian Grothoff Note Added: 0007816
2013-12-10 10:07 Christian Grothoff Status new => resolved
2013-12-10 10:07 Christian Grothoff Fixed in Version => 0.10.0
2013-12-10 10:07 Christian Grothoff Resolution open => fixed
2013-12-10 10:07 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