View Issue Details

IDProjectCategoryView StatusLast Update
0002380GNUnettransport servicepublic2024-05-03 13:59
ReporterChristian Grothoff Assigned ToMatthias Wachs  
PrioritynormalSeveritymajorReproducibilityrandom
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002380: ERROR Assertion failed at plugin_transport_unix.c:760.
DescriptionThis check fails:

 if (GNUNET_OK != GNUNET_CONTAINER_multihashmap_contains_value(plugin->session_map,
      &session->target.hashPubKey, session))
  {
    GNUNET_break (0);
    return GNUNET_SYSERR;
  }
Steps To Reproduce./gnunet-nse-profiler -c nse_profiler_test.conf
(done with 2000 instead of 4000 peers)
TagsNo tags attached.

Activities

Matthias Wachs

2012-05-31 10:54

reporter   ~0005965

Tried to reproduce it ... ran nse-profiler several time ... could not reproduce it.

Added an additional error message

Matthias Wachs

2012-05-31 10:58

reporter   ~0005966

Set to feedback to check if error still occurs

Matthias Wachs

2012-06-20 10:21

reporter   ~0006111

This should be fixed with 22106

Issue History

Date Modified Username Field Change
2012-05-27 23:34 Christian Grothoff New Issue
2012-05-31 10:54 Matthias Wachs Note Added: 0005965
2012-05-31 10:54 Matthias Wachs Status new => feedback
2012-05-31 10:54 Matthias Wachs Resolution open => unable to reproduce
2012-05-31 10:58 Matthias Wachs Note Added: 0005966
2012-06-20 10:21 Matthias Wachs Note Added: 0006111
2012-06-20 10:21 Matthias Wachs Status feedback => resolved
2012-06-20 10:21 Matthias Wachs Resolution unable to reproduce => fixed
2012-06-24 00:45 Christian Grothoff Assigned To => Matthias Wachs
2012-06-24 00:45 Christian Grothoff Fixed in Version => 0.9.4
2012-11-05 18:34 Christian Grothoff Status resolved => closed
2024-05-03 13:59 Christian Grothoff Category UNIX transport => transport service