Summary: | kmail crashes every time I try save senders email address to address-book | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Llewellyn <llewellyn.lee> |
Component: | commands and actions | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | major | CC: | montel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Llewellyn
2012-06-05 11:02:11 UTC
4.7.3 is too old => update it. Your backtrace is not usefull => install debug package. Reopen it when you will have a good backtrace. Thanks On Tuesday, June 05, 2012 01:50:03 PM you wrote: > https://bugs.kde.org/show_bug.cgi?id=301205 > > Laurent Montel <montel@kde.org> changed: > > What |Removed |Added > --------------------------------------------------------------------------- > - Status|UNCONFIRMED |RESOLVED > CC| |montel@kde.org > Resolution|--- |WAITINGFORINFO > > --- Comment #1 from Laurent Montel <montel@kde.org> --- > 4.7.3 is too old => update it. > Your backtrace is not usefull => install debug package. > Reopen it when you will have a good backtrace. > Thanks I ran debug from a consol and got following print out. This problem started after doing update from pClinuxOS update system. Could you advise them please as I do not know where to tell them about a bug I paste below output of gdb in the consol screen (it never restarted KMail) [lal@localhost ~]$ gdb kmail GNU gdb (GDB) 7.1-2pclos2010 (PCLinuxOS release 2010) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i586-mandriva-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/kmail...(no debugging symbols found)...done. (gdb) start --nofork Function "main" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Temporary breakpoint 1 (main) pending. Starting program: /usr/bin/kmail --nofork [Thread debugging using libthread_db enabled] Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3116.0-gdb.py", line 9, in <module> from gobject import register File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module> import gdb.backtrace ImportError: No module named backtrace KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work "/usr/bin/kmail(4415)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files" "/usr/bin/kmail(4415)" Soprano: "QLocalSocket::connectToServer: Invalid name" "/usr/bin/kmail(4415)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files" "/usr/bin/kmail(4415)" Soprano: "QLocalSocket::connectToServer: Invalid name" "/usr/bin/kmail(4415)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files" "/usr/bin/kmail(4415)" Soprano: "QLocalSocket::connectToServer: Invalid name" kmail(4415) KMFolderIndex::updateIndexStreamPtr: utime( "/home/lal/.kde4/share/apps/kmail/mail/.outbox.index.ids" , 0) failed (KMMsgDict::getFolderIdsLocation( *this )) kmail(4415)/libkdepim Akonadi::PluginLoader::scan: missing or empty X-KDE- ClassName value in " "/usr/share/apps/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop" " kmail(4415)/libkdepim Akonadi::PluginLoader::scan: missing or empty X-KDE- ClassName value in " "/usr/share/apps/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop" " kmail(4415)/libkdepim Akonadi::PluginLoader::scan: missing or empty X-KDE- ClassName value in " "/usr/share/apps/akonadi/plugins/serializer/akonadi_serializer_kcalcore.desktop" " kmail(4415)/libkdepim Akonadi::PluginLoader::scan: missing or empty X-KDE- ClassName value in " "/usr/share/apps/akonadi/plugins/serializer/akonadi_serializer_kcal.desktop" " kmail(4415)/libkdepim Akonadi::PluginLoader::scan: missing or empty X-KDE- ClassName value in " "/usr/share/apps/akonadi/plugins/serializer/akonadi_serializer_bookmark.desktop" " kmail(4415)/libkdepim Akonadi::PluginLoader::scan: missing or empty X-KDE- ClassName value in " "/usr/share/apps/akonadi/plugins/serializer/akonadi_serializer_mail.desktop" " kmail(4415)/libkdepim Akonadi::PluginLoader::scan: missing or empty X-KDE- ClassName value in " "/usr/share/apps/akonadi/plugins/serializer/akonadi_serializer_microblog.desktop" " kmail(4415)/libakonadi Akonadi::PluginRegistry::findBestMatchImpl: Mimetype tree is not a DAG! kmail(4415)/libakonadi Akonadi::PluginRegistry::findBestMatchImpl: Mimetype tree is not a DAG! kmail(4415)/libakonadi Akonadi::PluginRegistry::findBestMatchImpl: Mimetype tree is not a DAG! 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. 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 'Akonadi::PayloadException' what(): Akonadi::PayloadException: Wrong payload type (requested: sp(0)<QByteArray>; present: sp(0)<KABC::Addressee> Program received signal SIGABRT, Aborted. 0xffffe424 in __kernel_vsyscall () (gdb) start --nofork Sorry and regards Llewellyn Lee |