View Issue Details

IDProjectCategoryView StatusLast Update
0002598GNUnetfile-sharing servicepublic2012-11-05 18:33
Reporterbratao Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformW32OSWindowsOS Version8
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002598: fs-5632 ERROR Assertion failed at gnunet-service-fs_pe.c:741.
DescriptionIts crashing.
The code clearly the rp is uninitiated.

  struct GSF_RequestPlan *rp;
  struct GSF_PendingRequestData *prd;
  struct GSF_PendingRequestPlanBijection *bi;

  prd = GSF_pending_request_get_data_ (pr);
  while (NULL != (bi = prd->pr_head))
  {
    GNUNET_CONTAINER_MDLL_remove (PR, prd->pr_head, prd->pr_tail, bi);
    GNUNET_CONTAINER_MDLL_remove (PE, rp->pe_head, rp->pe_tail, bi);
    rp = bi->rp;

TagsNo tags attached.

Activities

Christian Grothoff

2012-10-24 00:27

manager   ~0006483

Fixed in SVN 24496.

Issue History

Date Modified Username Field Change
2012-10-23 22:41 bratao New Issue
2012-10-24 00:27 Christian Grothoff Note Added: 0006483
2012-10-24 00:28 Christian Grothoff Status new => resolved
2012-10-24 00:28 Christian Grothoff Fixed in Version => 0.9.4
2012-10-24 00:28 Christian Grothoff Resolution open => fixed
2012-10-24 00:28 Christian Grothoff Assigned To => Christian Grothoff
2012-10-24 00:28 Christian Grothoff Product Version => Git master
2012-10-24 00:28 Christian Grothoff Target Version => 0.9.4
2012-11-05 18:33 Christian Grothoff Status resolved => closed