View Issue Details

IDProjectCategoryView StatusLast Update
0002350GNUnettransport servicepublic2012-06-02 19:15
ReporterMatthias Wachs Assigned ToMatthias Wachs  
PrioritynormalSeveritycrashReproducibilitysometimes
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002350: Assertion in gnunet-service-transport_neighbours.c:878
DescriptionCore was generated by `gnunet-service-transport -c /home/mwachs/.gnunet/gnunet.conf'.
Program terminated with signal 6, Aborted.
#0 0x00007f5a5d7aed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
    in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0 0x00007f5a5d7aed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1 0x00007f5a5d7b2ab6 in abort () at abort.c:92
#2 0x00007f5a5dd28407 in GNUNET_abort () at common_logging.c:273
#3 0x000000000040b9e0 in send_with_session (n=0x11cfbe0, msgbuf=0x7fff92e011f0 "\002 \001z", msgbuf_size=544, priority=4294967295, timeout=...,
    cont=0x40baf8 <send_disconnect_cont>, cont_cls=0x0) at gnunet-service-transport_neighbours.c:878
#4 0x000000000040bda2 in send_disconnect (n=0x11cfbe0) at gnunet-service-transport_neighbours.c:961
#5 0x000000000040be89 in disconnect_neighbour (n=0x11cfbe0) at gnunet-service-transport_neighbours.c:1014
#6 0x00000000004108a5 in master_task (cls=0x11cfbe0, tc=0x7fff92e014f0) at gnunet-service-transport_neighbours.c:2280
#7 0x00007f5a5dd56f95 in run_ready (rs=0x11c7060, ws=0x11c70f0) at scheduler.c:602
#8 0x00007f5a5dd5779e in GNUNET_SCHEDULER_run (task=0x7f5a5dd64530 <service_task>, task_cls=0x7fff92e017d0) at scheduler.c:790
#9 0x00007f5a5dd65fc8 in GNUNET_SERVICE_run (argc=3, argv=0x7fff92e01a28, service_name=0x416bb7 "transport", options=GNUNET_SERVICE_OPTION_NONE,
    task=0x4044ac <run>, task_cls=0x0) at service.c:1773
#10 0x0000000000404a79 in main (argc=3, argv=0x7fff92e01a28) at gnunet-service-transport.c:646
TagsNo tags attached.

Activities

Matthias Wachs

2012-05-15 14:47

reporter   ~0005898

Analysis:

disconnect_neighbour after ATS address suggest timeout.
We have to disconnect peer without trying to send a disconnect message since we do not have an address

Matthias Wachs

2012-05-15 14:48

reporter   ~0005899

fixed in revision 21495.

Issue History

Date Modified Username Field Change
2012-05-14 14:43 Matthias Wachs New Issue
2012-05-14 14:43 Matthias Wachs Status new => assigned
2012-05-14 14:43 Matthias Wachs Assigned To => Matthias Wachs
2012-05-15 14:47 Matthias Wachs Note Added: 0005898
2012-05-15 14:48 Matthias Wachs Note Added: 0005899
2012-05-15 14:48 Matthias Wachs Status assigned => resolved
2012-05-15 14:48 Matthias Wachs Resolution open => fixed
2012-05-15 14:58 Christian Grothoff Product Version => Git master
2012-05-15 14:58 Christian Grothoff Fixed in Version => 0.9.3
2012-05-15 14:58 Christian Grothoff Target Version => 0.9.3
2012-06-02 19:15 Christian Grothoff Status resolved => closed