Bug 290794 - KMail crashes on startup after password dialog
Summary: KMail crashes on startup after password dialog
Status: RESOLVED DUPLICATE of bug 184324
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.13.6
Platform: Debian unstable Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 12:54 UTC by Klee Dienes
Modified: 2012-01-06 17:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klee Dienes 2012-01-06 12:54:36 UTC
Application: kmail (1.13.7)
KDE Platform Version: 4.6.5 (4.6.5)
Qt Version: 4.7.4
Operating System: Linux 3.1.0-1-amd64 x86_64
Distribution: Debian GNU/Linux unstable (sid)

-- Information about the crash:
It doesn't matter if I enter the correct password, incorrect password, or close the password dialog --- it crashes with the same backtrace every time.  100% reproducible; I'm happy to offer an account with debugger access to anyone who wants to investigate.

The crash can be reproduced every time.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f3b87529760 (LWP 10424))]

Thread 2 (Thread 0x7f3b65fd7700 (LWP 10427)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00007f3b84d000fe in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQtCore.so.4
#2  0x00007f3b84cf497f in QThreadPoolThread::run() () from /usr/lib/libQtCore.so.4
#3  0x00007f3b84cffcf5 in QThreadPrivate::start(void*) () from /usr/lib/libQtCore.so.4
#4  0x00007f3b82095b50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#5  0x00007f3b844bc4ad in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f3b87529760 (LWP 10424)):
[KCrash Handler]
#6  0x00007f3b858619a6 in QTreeWidget::setItemExpanded(QTreeWidgetItem const*, bool) () from /usr/lib/libQtGui.so.4
#7  0x00007f3b85f1482a in setExpanded (aexpand=false, this=0x2602450) at /usr/include/qt4/QtGui/qtreewidget.h:409
#8  KMail::FolderView::restoreItemStates (this=0x3938690) at ../../kmail/folderview.cpp:389
#9  0x00007f3b85f151fb in KMail::FolderView::reload (this=0x3938690, openFoldersForUpdate=false) at ../../kmail/folderview.cpp:671
#10 0x00007f3b8611ff05 in KMMainWidget::readConfig (this=0x37cd700) at ../../kmail/kmmainwidget.cpp:602
#11 0x00007f3b8612be8f in KMMainWidget::KMMainWidget (this=0x37cd700, parent=<optimized out>, aGUIClient=0x37c8350, actionCollection=<optimized out>, config=...) at ../../kmail/kmmainwidget.cpp:241
#12 0x00007f3b85ec2aaf in KMMainWin::KMMainWin (this=0x37c82f0, __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at ../../kmail/kmmainwin.cpp:41
#13 0x00007f3b860648c7 in KMKernel::openReader (this=0x7fff1d731b00, onlyCheck=false) at ../../kmail/kmkernel.cpp:422
#14 0x00007f3b86065218 in KMKernel::action (this=0x7fff1d731b00, mailto=<optimized out>, check=false, to=..., cc=..., bcc=..., subj=..., body=..., messageFile=..., attachURLs=..., customHeaders=...) at ../../kmail/kmkernel.cpp:1939
#15 0x00007f3b86066517 in KMKernel::handleCommandLine (this=0x7fff1d731b00, noArgsOpensReader=true) at ../../kmail/kmkernel.cpp:368
#16 0x00000000004035ea in KMailApplication::newInstance (this=0x7fff1d731c70) at ../../kmail/main.cpp:87
#17 0x0000000000402fe3 in delayedInstanceCreation (this=0x7fff1d731c70) at ../../kmail/main.cpp:94
#18 main (argc=<optimized out>, argv=<optimized out>) at ../../kmail/main.cpp:146

This bug may be a duplicate of or related to bug 278104.

Possible duplicates by query: bug 278104.

Reported using DrKonqi
Comment 1 Christophe Marin 2012-01-06 17:38:54 UTC

*** This bug has been marked as a duplicate of bug 184324 ***