View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002402 | gnunet-gtk | gnunet-fs-gtk | public | 2012-06-03 03:10 | 2012-11-05 18:32 |
| Reporter | LRN | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.3 | ||||
| Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
| Summary | 0002402: Crash when closing a search tab in the middle of it being updated | ||||
| Description | Crashes 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 Reproduce | 1) 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. | ||||
| Tags | No tags attached. | ||||
| 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 |