Bug 153991 - Crash while checking mail minimized
Summary: Crash while checking mail minimized
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.9.8
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-13 20:11 UTC by tomas.teijeiro
Modified: 2009-06-05 15:24 UTC (History)
2 users (show)

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 tomas.teijeiro 2007-12-13 20:11:46 UTC
Version:           1.2.5 (using KDE KDE 3.5.8)
Installed from:    Ubuntu Packages
OS:                Linux

I use Kmail to get mails from several mail servers as Gmail, Hotmail, etc. To get the Hotmail messages, i use the GetLive program, and to integrate this with Kmail, I've configured a local mailbox in which I download mails with GetLive. After this, Kmail checks this local mailbox and get the messages normally. To make this more easy, in the Kmail configuration of this account, I've included a pre-command like this:

     perl GetLive.pl --config-file some_file --verbosity 0 >> mailbox

This works fine, but if I minimize Kmail to the tray while this command is being executed and downloading mails, when the command finalizes, Kontact crashes with the signal 11 (SIGSEGV).

Thanks for all your work, and excuses for my horrible english ;-)
Comment 1 Thomas McGuire 2007-12-15 17:59:57 UTC
Please add a backtrace to this report, see 
http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports
Comment 2 tomas.teijeiro 2007-12-15 23:24:12 UTC
Of course, here is:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1243744576 (LWP 7231)]
[New Thread -1288418416 (LWP 7235)]
[New Thread -1280025712 (LWP 7234)]
[New Thread -1271633008 (LWP 7233)]
[New Thread -1263240304 (LWP 7232)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb70115ca in KToolBarButton::mouseReleaseEvent ()
   from /usr/lib/libkdeui.so.4
#7  0xb66b7681 in QWidget::event () from /usr/lib/libqt-mt.so.3
#8  0xb708c0d1 in KToolBarButton::event () from /usr/lib/libkdeui.so.4
#9  0xb6617af0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#10 0xb6619cae in QApplication::notify () from /usr/lib/libqt-mt.so.3
#11 0xb6dddca2 in KApplication::notify () from /usr/lib/libkdecore.so.4
#12 0xb65aa27d in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#13 0xb65a8ee2 in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#14 0xb65a6fcc in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#15 0xb65be1a4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#16 0xb66321ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#17 0xb6631fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#18 0xb6619699 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#19 0x08059c85 in ?? ()
#20 0xbfd5086c in ?? ()
#21 0x00000001 in ?? ()
#22 0x00000001 in ?? ()
#23 0x00000000 in ?? ()
Comment 3 Thomas McGuire 2007-12-16 20:30:20 UTC
The backtrace still is not very useful, are all relevant debug packages installed?
Comment 4 tomas.teijeiro 2007-12-16 22:57:42 UTC
I hope this one will be more helpful. I've installed kdelibs-dbg. Should I install some more dbg packages?



(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1243674944 (LWP 6163)]
[New Thread -1288377456 (LWP 6197)]
[New Thread -1279984752 (LWP 6196)]
[New Thread -1271592048 (LWP 6195)]
[New Thread -1263199344 (LWP 6194)]
[KCrash handler]
#6  0xb70225ca in KToolBarButton::mouseReleaseEvent (this=0x8687b70, 
    e=0xbfc8d000)
    at /build/buildd/kdelibs-3.5.8/./kdeui/ktoolbarbutton.cpp:474
#7  0xb66c8681 in QWidget::event (this=0x8687b70, e=0xbfc8d000)
    at kernel/qwidget.cpp:4702
#8  0xb709d0d1 in KToolBarButton::event (this=0xb69c3900, e=0x8687b70)
    at /build/buildd/kdelibs-3.5.8/./kdeui/ktoolbarbutton.cpp:651
#9  0xb6628af0 in QApplication::internalNotify (this=0xbfc8d5dc, 
    receiver=0x8687b70, e=0xbfc8d000) at kernel/qapplication.cpp:2635
#10 0xb662acae in QApplication::notify (this=0xbfc8d5dc, receiver=0x8687b70, 
    e=0xbfc8d000) at kernel/qapplication.cpp:2421
#11 0xb6deeca2 in KApplication::notify (this=0xbfc8d5dc, receiver=0x8687b70, 
    event=0xbfc8d000)
    at /build/buildd/kdelibs-3.5.8/./kdecore/kapplication.cpp:550
#12 0xb65bb27d in QApplication::sendSpontaneousEvent (receiver=0x8687b70, 
    event=0xbfc8d000) at kernel/qapplication.h:523
#13 0xb65b9ee2 in QETWidget::translateMouseEvent (this=0x8687b70, 
    event=0xbfc8d458) at kernel/qapplication_x11.cpp:4304
#14 0xb65b7fcc in QApplication::x11ProcessEvent (this=0xbfc8d5dc, 
    event=0xbfc8d458) at kernel/qapplication_x11.cpp:3481
#15 0xb65cf1a4 in QEventLoop::processEvents (this=0x80ad200, flags=4)
    at kernel/qeventloop_x11.cpp:192
#16 0xb66431ce in QEventLoop::enterLoop (this=0x80ad200)
    at kernel/qeventloop.cpp:198
#17 0xb6642fde in QEventLoop::exec (this=0x80ad200)
    at kernel/qeventloop.cpp:145
#18 0xb662a699 in QApplication::exec (this=0xbfc8d5dc)
    at kernel/qapplication.cpp:2758
#19 0x08059c85 in ?? ()
#20 0xbfc8d5dc in ?? ()
#21 0x00000001 in ?? ()
#22 0x00000001 in ?? ()
#23 0x00000000 in ?? ()
Comment 5 Christophe Marin 2008-08-05 14:24:21 UTC
Does this crash still occur with a recent Kmail ? 


>Should I install some more dbg packages?

Yes, the kmail debug packages. Your backtrace is comment #4 didn't show anything useful to track the issue.
Comment 6 Dario Andres 2009-01-20 02:31:54 UTC
No news from the bug reporter, closing. Please reopen this bug report if you experience the same bug again with a recent KDE (3.5.10 / 4.1.4 / 4.2) . Thanks :)