Bug 162346 - crash when "Mailing List Management..." is selected
Summary: crash when "Mailing List Management..." is selected
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-20 10:29 UTC by Luka Renko
Modified: 2008-05-20 17:45 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 Luka Renko 2008-05-20 10:29:11 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)  
OS:                Linux

I am using Disconnected IMAP account to MS Exchange 2003 server. I was in inbox on regular e-mail (not from mailing list) and I have selected Folder -> Mailing List Management... and kmail crashed with the following stack trace. This problem seems to be reproducable.

Application: KMail (kmail), signal SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0x7f4bea108780 (LWP 12762)]
[KCrash handler]
#5  0x00007f4be8209893 in MailingListFolderPropertiesDialog (this=0x738ba0, 
    parent=0xb818e0, folder=0xb6c1c0)
    at /misc/kde/src/4/KDE/kdepim/kmail/mailinglistpropertiesdialog.cpp:66
#6  0x00007f4be813ebb5 in KMMainWidget::slotFolderMailingListProperties (
    this=0xb818e0) at /misc/kde/src/4/KDE/kdepim/kmail/kmmainwidget.cpp:1225
#7  0x00007f4be8147ba5 in KMMainWidget::qt_metacall (this=0xb818e0, 
    _c=QMetaObject::InvokeMetaMethod, _id=44, _a=0x7ffff2150f00)
    at /misc/kde/build/4/KDE/kdepim/kmail/kmmainwidget.moc:363
#8  0x00007f4be9c56286 in QMetaObject::activate ()
   from /usr/lib/libQtCore.so.4
#9  0x00007f4bde9fffa7 in QAction::triggered () from /usr/lib/libQtGui.so.4
#10 0x00007f4bdea007b0 in QAction::activate () from /usr/lib/libQtGui.so.4
#11 0x00007f4bded95caa in ?? () from /usr/lib/libQtGui.so.4
#12 0x00007f4be4986e25 in KMenu::mouseReleaseEvent (this=0x1267f60, 
    e=0x7ffff2151990)
    at /misc/kde/src/4/KDE/kdelibs/kdeui/widgets/kmenu.cpp:452
#13 0x00007f4bdea544e0 in QWidget::event () from /usr/lib/libQtGui.so.4
#14 0x00007f4bded93a21 in QMenu::event () from /usr/lib/libQtGui.so.4
#15 0x00007f4bdea0654f in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#16 0x00007f4bdea0b329 in QApplication::notify () from /usr/lib/libQtGui.so.4
#17 0x00007f4be48ce9c4 in KApplication::notify (this=0x7ffff2152780, 
    receiver=0x1267f60, event=0x7ffff2151990)
    at /misc/kde/src/4/KDE/kdelibs/kdeui/kernel/kapplication.cpp:311
#18 0x00007f4be9c42109 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#19 0x00007f4bdea08455 in QApplicationPrivate::sendMouseEvent ()
   from /usr/lib/libQtGui.so.4
#20 0x00007f4bdea6a91b in ?? () from /usr/lib/libQtGui.so.4
#21 0x00007f4bdea6966b in QApplication::x11ProcessEvent ()
   from /usr/lib/libQtGui.so.4
#22 0x00007f4bdea8f8f3 in ?? () from /usr/lib/libQtGui.so.4
#23 0x00007f4bdccd2262 in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#24 0x00007f4bdccd5516 in ?? () from /usr/lib/libglib-2.0.so.0
#25 0x00007f4bdccd59af in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#26 0x00007f4be9c6b3af in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#27 0x00007f4bdea8f72f in ?? () from /usr/lib/libQtGui.so.4
#28 0x00007f4be9c41585 in QEventLoop::processEvents ()
   from /usr/lib/libQtCore.so.4
#29 0x00007f4be9c416db in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#30 0x00007f4be9c43729 in QCoreApplication::exec ()
   from /usr/lib/libQtCore.so.4
#31 0x00000000004037f2 in main (argc=3, argv=0x7ffff2152918)
    at /misc/kde/src/4/KDE/kdepim/kmail/main.cpp:130
#0  0x00007f4bdd405b50 in nanosleep () from /lib/libc.so.6
Comment 1 Thomas McGuire 2008-05-20 17:45:47 UTC
SVN commit 810386 by tmcguire:

Don't crash when opening the mailinglist properties dialog.
BUG: 162346


 M  +1 -2      mailinglistpropertiesdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=810386