Bug 254952 - Kmail crashes after startup
Summary: Kmail crashes after startup
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.13.5
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 13:21 UTC by Vojtěch Havel
Modified: 2011-02-14 16:02 UTC (History)
1 user (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 Vojtěch Havel 2010-10-22 13:21:36 UTC
Application: kmail (1.13.5)
KDE Platform Version: 4.4.5 (KDE 4.4.5)
Qt Version: 4.6.3
Operating System: Linux 2.6.34-gentoo-r11 x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
$ kmail
kmail(15647): ""CurrencyIntroducedDate" - conversion of "" to QDate failed" " (wrong format: expected 3 items, got 1)" 
kmail(15647): ""CurrencyIntroducedDate" - conversion of "" to QDate failed" " (wrong format: expected 3 items, got 1)" 
kmail(15647) KMail::lockOrDie: oldPid= 15642
kmail(15647) KMKernel::KMKernel:
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kmail(15647) KMKernel::init: foldersPath (from config): "/home/xhavel1/.kde4/share/apps/kmail/mail"
"/usr/bin/kmail(15647)" Error in thread 139769670809440 : "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kmail(15647)" Error in thread 139769670809440 : "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/kmail(15647)" Error in thread 139769670809440 : "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kmail(15647)" Error in thread 139769670809440 : "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/kmail(15647)" Error in thread 139769670809440 : "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kmail(15647)" Error in thread 139769670809440 : "QLocalSocket::connectToServer: Invalid name"
kmail(15647) KMKernel::identityManager:
kmail(15647) KMFilterMgr::KMFilterMgr: pPopFilter set
kmail(15647) KMailApplication::newInstance:
kmail(15647) KMKernel::openReader:
kmail(15647)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
kmail(15647)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
kmail(15647) KMSystemTray::KMSystemTray: Initting systray
kmail(15647) KMSystemTray::setMode: Setting systray mMode to 0
kmail(15647) MessageList::Core::View::resizeEvent: Resize event enter (viewport width is  261 )
kmail(15647) MessageList::Core::View::resizeEvent: Resize event enter (viewport width is  1055 )
[xhavel1@theia : ~ ] $ kmail(15647) KMail::AccountManager::processNextCheck: processNextCheck, remaining 1
kmail(15647) KMail::NetworkAccount::mailCheckCanProceed: for host "aisa.fi.muni.cz" current connections= 0 and limit is 0
kmail(15647) KMail::NetworkAccount::mailCheckCanProceed: connection limit reached: false
kmail(15647) KMail::AccountManager::processNextCheck: processing next mail check for "xhavel1POP"
kmail(15647) KMail::NetworkAccount::setCheckingMail: check mail started - connections for host "aisa.fi.muni.cz" now is 1
qUncompress: Input data is corrupted
kmail(15647): stream is bad :-(  status= 1 
qUncompress: Input data is corrupted
kmail(15647): stream is bad :-(  status= 1 
X Error: BadValue (integer parameter out of range for operation) 2
  Major opcode: 53 (X_CreatePixmap)
  Resource id:  0x0
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Extension:    147 (RENDER)
  Minor opcode: 4 (RenderCreatePicture)
  Resource id:  0x2e00846
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 73 (X_GetImage)
  Resource id:  0x2e00846
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
*** KMail got signal 6 (Crashing)
KCrash: Application 'kmail' crashing...
sock_file=/home/xhavel1/.kde4/socket-theia/kdeinit4__0

The crash can be reproduced every time.

 -- Backtrace:
Application: KMail (kmail), signal: Aborted
[KCrash Handler]
#5  0x00007f1ea65111b5 in raise () from /lib/libc.so.6
#6  0x00007f1ea65125e0 in abort () from /lib/libc.so.6
#7  0x00007f1ea6b10346 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6
#8  0x00007f1ea6b0eb46 in __cxxabiv1::__terminate(void (*)()) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6
#9  0x00007f1ea6b0eb68 in std::terminate() () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6
#10 0x00007f1ea6b0ebcc in __cxa_rethrow () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6
#11 0x00007f1ea7ad4af6 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#12 0x00007f1ea7ad8eff in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4
#13 0x0000000000403686 in main ()

Reported using DrKonqi
Comment 1 Laurent Montel 2010-10-22 14:01:51 UTC
Could you install debug package please.
and retest it to make full backtrace.
Thanks
Comment 2 Christophe Marin 2011-02-14 16:02:34 UTC
No feedback. Closing.