View Issue Details

IDProjectCategoryView StatusLast Update
0002674GNUnettransport servicepublic2024-05-03 14:01
ReporterMatthias Wachs Assigned ToMatthias Wachs  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.5Fixed in Version0.9.5 
Summary0002674: ERROR Assertion failed at plugin_transport_http_client.c:555.
DescriptionReported by LRN on IRC log for #gnunet, 2012-11-23

In:
http_client_plugin_send

  else if (GNUNET_YES == s->put_tmp_disconnected)
  {
    /* PUT connection was disconnected, reconnect */
    GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, s->plugin->name,
                     "Session %p: Reconnecting PUT connection\n",
                     s);
    s->put_tmp_disconnected = GNUNET_NO;
-> GNUNET_break (s->client_put == NULL);
    if (GNUNET_SYSERR == client_connect_put (s))
    {
      return GNUNET_SYSERR;
    }
  }
TagsNo tags attached.

Activities

Matthias Wachs

2012-11-29 15:55

reporter   ~0006617

fixed in rev 25165.

Issue History

Date Modified Username Field Change
2012-11-29 15:20 Matthias Wachs New Issue
2012-11-29 15:20 Matthias Wachs Status new => assigned
2012-11-29 15:20 Matthias Wachs Assigned To => Matthias Wachs
2012-11-29 15:55 Matthias Wachs Note Added: 0006617
2012-11-29 16:11 Matthias Wachs Status assigned => resolved
2012-11-29 16:11 Matthias Wachs Resolution open => fixed
2012-12-02 08:40 Christian Grothoff Product Version => Git master
2012-12-02 08:40 Christian Grothoff Fixed in Version => 0.9.5
2012-12-02 08:40 Christian Grothoff Target Version => 0.9.5
2012-12-21 16:49 Christian Grothoff Status resolved => closed
2024-05-03 14:01 Christian Grothoff Category HTTP transport => transport service