abrt version: 1.1.13 architecture: x86_64 Attached file: backtrace cmdline: claws-mail component: claws-mail crash_function: folder_item_parent executable: /usr/bin/claws-mail kernel: 2.6.34.7-56.fc13.x86_64 package: claws-mail-3.7.6-1.fc13 rating: 4 reason: Process /usr/bin/claws-mail was killed by signal 11 (SIGSEGV) release: Fedora release 13 (Goddard) time: 1285935593 uid: 10625 How to reproduce ----- 1. Delete a folder including subfolder (in tree INBOX/foo/bar/baz/ delete foo) 2. Make IMAP server slow 3. During deleting click on the (currently deleted) folder Boom!
Created attachment 450995 [details] File: backtrace
*** Bug 706612 has been marked as a duplicate of this bug. ***
From bug 706612: | package: claws-mail-3.7.9-2.fc14 | | How to reproduce | ----- | 1. Right click on All Mail folder in Gmail Imap account | 2. Select from menu Subscriptions->Unsubscribe
500 FolderItem *folder_item_parent(FolderItem *item) 501 { 502 cm_return_val_if_fail(item != NULL, NULL); 503 cm_return_val_if_fail(item->node != NULL, NULL); 504 -> 505 if (item->node->parent == NULL) 506 return NULL; 507 return (FolderItem *) item->node->parent->data; 508 } Mission objective would be to find out why/when the FolderItem ptr or its node and parent ptrs become invalid.
This message is a notice that Fedora 14 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 14. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '14' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 14 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping