View Issue Details

IDProjectCategoryView StatusLast Update
0001884GNUnettransport servicepublic2011-11-30 18:38
Reporterharrykar Assigned ToMatthias Wachs  
PriorityurgentSeveritycrashReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinux 2.6.32-34-genericOSLinux Ubuntu x86_64 GNU/LinuxOS VersionUbuntu Lucid
Target Version0.9.0 
Summary0001884: `transport' terminated with status signal/6, will try to restart it!
DescriptionCore was generated by `gnunet-service-transport -c /home/harrykar/.gnunet/gnunet.conf'.
Program terminated with signal 6, Aborted.
#0 0x00007f5505415a75 in *__GI_raise (sig=<value optimized out>) 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) thread apply all bt

Thread 1 (Thread 11861):
#0 0x00007f5505415a75 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1 0x00007f55054195c0 in *__GI_abort () at abort.c:92
#2 0x00000000004080d5 in neighbour_keepalive_task (cls=0xd15c40, tc=<value optimized out>)
    at gnunet-service-transport_neighbours.c:962
#3 0x00007f5505c22459 in run_ready (task=<value optimized out>, task_cls=<value optimized out>) at scheduler.c:684
#4 GNUNET_SCHEDULER_run (task=<value optimized out>, task_cls=<value optimized out>) at scheduler.c:864
#5 0x00007f5505c2a698 in GNUNET_SERVICE_run (argc=3, argv=<value optimized out>, serviceName=0x40e4c4 "transport",
    opt=<value optimized out>, task=0x402d30 <run>, task_cls=0x0) at service.c:1584
#6 0x0000000000402d19 in main (argc=11861, argv=0x2e55) at gnunet-service-transport.c:553
(gdb)


Additional Informationmaybe in r18007

$ Nov 05 02:09:14-953653 core-28837 WARNING Unsupported message of type 362 received.
Nov 05 02:14:26-787894 transport-28838 ERROR Illegal state transition from `S_NOT_CONNECTED' to `S_CONNECTED' in line 2026
Nov 05 02:14:26-787933 transport-28838 ERROR Assertion failed at gnunet-service-transport_neighbours.c:559.
Nov 05 02:15:56-884080 transport-28838 ERROR Assertion failed at gnunet-service-transport_neighbours.c:962.
Nov 05 02:15:56-886336 arm-28832 WARNING Service `transport' terminated with status signal/6, will try to restart it!
Nov 05 02:18:10-747069 transport-7737 ERROR Illegal state transition from `S_NOT_CONNECTED' to `S_CONNECTED' in line 2026
Nov 05 02:18:10-747106 transport-7737 ERROR Assertion failed at gnunet-service-transport_neighbours.c:559.
Nov 05 02:19:40-747151 transport-7737 ERROR Assertion failed at gnunet-service-transport_neighbours.c:962.
Nov 05 02:19:40-760322 arm-28832 WARNING Service `transport' terminated with status signal/6, will try to restart it!
Nov 05 02:47:55-435164 core-28837 WARNING Unsupported message of type 362 received.
Nov 05 02:53:03-163129 transport-8105 ERROR Illegal state transition from `S_NOT_CONNECTED' to `S_CONNECTED' in line 2026
Nov 05 02:53:03-163168 transport-8105 ERROR Assertion failed at gnunet-service-transport_neighbours.c:559.
Nov 05 02:54:33-173587 transport-8105 ERROR Assertion failed at gnunet-service-transport_neighbours.c:962.
Nov 05 02:54:33-194401 arm-28832 WARNING Service `transport' terminated with status signal/6, will try to restart it!
Nov 05 02:55:10-056946 transport-11861 ERROR Illegal state transition from `S_NOT_CONNECTED' to `S_CONNECTED' in line 2026
Nov 05 02:55:10-056987 transport-11861 ERROR Assertion failed at gnunet-service-transport_neighbours.c:559.
Nov 05 02:55:18-504764 core-28837 ERROR Assertion failed at transport_api.c:484.
Nov 05 02:55:18-504942 hostlist-28835 ERROR Assertion failed at transport_api.c:484.
Nov 05 02:55:18-505174 gnunet-daemon-topology-28834 ERROR Assertion failed at transport_api.c:484.
Nov 05 02:55:18-515821 dht-28985 ERROR Assertion failed at transport_api.c:484.
Nov 05 02:56:40-057738 transport-11861 ERROR Assertion failed at gnunet-service-transport_neighbours.c:962.
Nov 05 02:56:40-061847 arm-28832 WARNING Service `transport' terminated with status signal/6, will try to restart it!
Nov 05 03:15:21-200424 core-28837 WARNING Unsupported message of type 362 received.
Nov 05 03:18:28-351595 core-28837 WARNING Unsupported message of type 362 received.
Nov 05 03:30:14-087254 core-28837 WARNING Unsupported message of type 362 received.
Nov 05 04:33:37-646559 core-28837 WARNING Unsupported message of type 362 received.
TagsNo tags attached.

Relationships

has duplicate 0001882 closedBart Polot Transport complains - does not connect in test case 

Activities

Matthias Wachs

2011-11-07 11:48

reporter   ~0004875

changes in rev. 18039.

Accept CONNECT_ACK and ACK Messages only if we are in the connected state.
Added:
- additional warning if setup timeout is choosen to small
- statistics values to log if connections time out occurs often

Matthias Wachs

2011-11-07 11:49

reporter   ~0004876

changes in rev. 18039.

Accept CONNECT_ACK and ACK Messages only if we are in the connected state.
Added:
- additional warning if setup timeout is choosen to small
- statistics values to log if connections time out occurs often

Issue History

Date Modified Username Field Change
2011-11-05 20:00 harrykar New Issue
2011-11-05 20:00 harrykar Status new => assigned
2011-11-05 20:00 harrykar Assigned To => Matthias Wachs
2011-11-06 22:19 Christian Grothoff Priority normal => urgent
2011-11-06 22:19 Christian Grothoff Product Version Git master => 0.9.0pre4
2011-11-06 22:19 Christian Grothoff Target Version => 0.9.0
2011-11-07 11:48 Matthias Wachs Note Added: 0004875
2011-11-07 11:49 Matthias Wachs Note Added: 0004876
2011-11-07 11:49 Matthias Wachs Status assigned => feedback
2011-11-07 11:49 Matthias Wachs Resolution open => fixed
2011-11-08 18:34 Matthias Wachs Status feedback => resolved
2011-11-30 18:38 Christian Grothoff Status resolved => closed
2012-02-14 12:09 Bart Polot Relationship added has duplicate 0001882