View Issue Details

IDProjectCategoryView StatusLast Update
0002858GNUnettransport servicepublic2013-12-24 20:53
ReporterBart Polot Assigned ToMatthias Wachs  
PriorityhighSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0002858: Transport API break triggered on testbed crash
DescriptionApr 09 11:16:53-563078 core-5197 ERROR Assertion failed at transport_api.c:628.
Apr 09 11:16:53-605016 core-4982 ERROR Assertion failed at transport_api.c:628.
Steps To Reproduce- Run a profiler that uses testbed
- Make the profiler crash (GNUNET_abort(), ...)
Additional InformationDoesn't happen on normal shutdown.
TagsNo tags attached.

Activities

Matthias Wachs

2013-05-28 09:20

manager   ~0007135

This is a receive after disconnect event...

  case GNUNET_MESSAGE_TYPE_TRANSPORT_RECV:

    ....

    LOG (GNUNET_ERROR_TYPE_DEBUG, "Received message of type %u from `%4s'.\n",
         ntohs (imm->type), GNUNET_i2s (&im->peer));
    n = neighbour_find (h, &im->peer);
    if (n == NULL)
    {
--> GNUNET_break (0);
      break;
    }

Matthias Wachs

2013-09-26 10:15

manager   ~0007474

Still existing with ./test_dht_2dtorus in rev. 29525

Christian Grothoff

2013-12-09 00:11

manager   ~0007792

Still there, line number in HEAD is
Dec 09 00:11:30-533467 core-29877 ERROR Assertion failed at transport_api.c:655.

Matthias Wachs

2013-12-20 15:24

manager   ~0007920

fixed with rev 31611

Issue History

Date Modified Username Field Change
2013-04-09 13:51 Bart Polot New Issue
2013-04-09 13:51 Bart Polot Status new => assigned
2013-04-09 13:51 Bart Polot Assigned To => Matthias Wachs
2013-05-28 09:20 Matthias Wachs Note Added: 0007135
2013-06-03 13:27 Christian Grothoff Priority low => normal
2013-06-03 13:27 Christian Grothoff Target Version => 0.10.0
2013-09-26 10:15 Matthias Wachs Note Added: 0007474
2013-11-17 12:19 Christian Grothoff Priority normal => urgent
2013-11-29 12:45 Christian Grothoff Severity minor => major
2013-12-09 00:11 Christian Grothoff Note Added: 0007792
2013-12-13 20:58 Christian Grothoff Priority urgent => high
2013-12-19 21:35 Christian Grothoff Severity major => minor
2013-12-19 21:35 Christian Grothoff Target Version 0.10.0 => 0.10.1
2013-12-20 15:24 Matthias Wachs Note Added: 0007920
2013-12-20 15:24 Matthias Wachs Status assigned => resolved
2013-12-20 15:24 Matthias Wachs Resolution open => fixed
2013-12-20 15:29 Christian Grothoff Fixed in Version => 0.10.0
2013-12-20 15:29 Christian Grothoff Target Version 0.10.1 => 0.10.0
2013-12-24 20:53 Christian Grothoff Status resolved => closed