View Issue Details

IDProjectCategoryView StatusLast Update
0002382GNUnettransport servicepublic2024-05-03 13:59
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PriorityurgentSeveritycrashReproducibilityrandom
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002382: ERROR Received unexpected 16 bytes of type 376 from `[::1]:42773'
DescriptionTCP somehow thinks that it receives a disconnect without a prior welcome on a connection. Testcase fails.
Steps To ReproduceMay 28 15:09:49-424625 transport-tcp-9341 ERROR Received unexpected 16 bytes of type 376 from `[::1]:42773'
May 28 15:09:49-424657 transport-9341 WARNING External protocol violation detected at plugin_transport_tcp.c:1932.
May 28 15:09:52-113034 test_transport_api_restart_2peers-9287 ERROR Peer was restarted
FAIL: test_transport_api_restart_2peers
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-28 21:45

manager   ~0005960

Fixed in SVN 21619 by adding call to GNUNET_SERVER_client_disconnect upon TCP session destroy.

Issue History

Date Modified Username Field Change
2012-05-28 15:15 Christian Grothoff New Issue
2012-05-28 15:15 Christian Grothoff Status new => assigned
2012-05-28 15:15 Christian Grothoff Assigned To => Matthias Wachs
2012-05-28 21:45 Christian Grothoff Note Added: 0005960
2012-05-28 21:45 Christian Grothoff Status assigned => resolved
2012-05-28 21:45 Christian Grothoff Fixed in Version => 0.9.3
2012-05-28 21:45 Christian Grothoff Resolution open => fixed
2012-05-28 21:45 Christian Grothoff Assigned To Matthias Wachs => Christian Grothoff
2012-06-02 19:15 Christian Grothoff Status resolved => closed
2024-05-03 13:59 Christian Grothoff Category TCP transport => transport service