Bug 639314 - [abrt] claws-mail: IMAP crash in folder_item_parent
Summary: [abrt] claws-mail: IMAP crash in folder_item_parent
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: claws-mail
Version: 14
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL: http://www.thewildbeast.co.uk/claws-m...
Whiteboard: abrt_hash:5337eee5b096eac07c75a8a308b...
: 706612 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-01 12:29 UTC by David Kovalsky
Modified: 2014-03-31 23:45 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-08-16 17:03:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (32.58 KB, text/plain)
2010-10-01 12:29 UTC, David Kovalsky
no flags Details

Description David Kovalsky 2010-10-01 12:29:07 UTC
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!

Comment 1 David Kovalsky 2010-10-01 12:29:10 UTC
Created attachment 450995 [details]
File: backtrace

Comment 2 Michael Schwendt 2011-05-25 11:18:28 UTC
*** Bug 706612 has been marked as a duplicate of this bug. ***

Comment 3 Michael Schwendt 2011-05-25 11:21:45 UTC
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

Comment 4 Michael Schwendt 2011-05-25 13:40:04 UTC
   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.

Comment 5 Fedora End Of Life 2012-08-16 17:03:32 UTC
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


Note You need to log in before you can comment on or make changes to this bug.