View Issue Details

IDProjectCategoryView StatusLast Update
0002402gnunet-gtkgnunet-fs-gtkpublic2012-11-05 18:32
ReporterLRN Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.3 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002402: Crash when closing a search tab in the middle of it being updated
DescriptionCrashes in fs_api.c:1909

    remove_sync_file_in_dir (sr->sc->h,
                             (sr->sc->psearch_result ==
                              NULL) ? GNUNET_FS_SYNC_PATH_MASTER_SEARCH :
                             GNUNET_FS_SYNC_PATH_CHILD_SEARCH,
                             sr->sc->serialization, sr->serialization);
    GNUNET_free (sr->serialization);
    sr->serialization = NULL;
  }

in that GNUNET_free() call.
Steps To Reproduce1) Open gnunet-fs-gtk
2) Start searching for "test"
3) Click the "X" button on the search tab

Doesn't crash if you pause the search first, then close the tab.
TagsNo tags attached.

Activities

Christian Grothoff

2012-06-08 16:15

manager   ~0006030

I believe SVN 21805 fixes this issue. Please let me know if not.

LRN

2012-06-08 18:29

developer   ~0006033

Looks like it's fixed for me.

Issue History

Date Modified Username Field Change
2012-06-03 03:10 LRN New Issue
2012-06-07 22:14 Christian Grothoff Assigned To => Christian Grothoff
2012-06-07 22:14 Christian Grothoff Status new => assigned
2012-06-08 16:15 Christian Grothoff Product Version => 0.9.3
2012-06-08 16:15 Christian Grothoff Target Version => 0.9.4
2012-06-08 16:15 Christian Grothoff Note Added: 0006030
2012-06-08 16:15 Christian Grothoff Status assigned => feedback
2012-06-08 18:29 LRN Note Added: 0006033
2012-06-08 18:29 LRN Status feedback => assigned
2012-06-08 18:41 Christian Grothoff Status assigned => resolved
2012-06-08 18:41 Christian Grothoff Fixed in Version => 0.9.4
2012-06-08 18:41 Christian Grothoff Resolution open => fixed
2012-11-05 18:32 Christian Grothoff Status resolved => closed