Summary: | Kontact crashes when pressing 'Print' button | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Alvin <info> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | editheraven, faure, felipe.nemesis, one.timothy.jones, paulac.bur, philip, rilicek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
Alvin
2011-02-02 14:19:49 UTC
Can you paste me the last lines of output from kmail before it crashes? Either start it on the command line, or look into ~/.xsession-errors. KMimeType::findByPath isn't supposed to ever return 0; did you get error dialogs about missing mimetypes maybe? Since you can reproduce this reliably, we could also meet on IRC (irc.kde.org, channel #kde-devel, nick dfaure) and debug this live (I need to see the value of a string in gdb...) Bug investigated: ~/.local/share/mime/globs still had application/x-wine-extension-ini:*.ini even though this mimetype isn't defined anymore (the file under packages/ was removed, but update-mime-database wasn't re-run afterwards). This made KMimeType::findByUrl return mimeType(inexistent), i.e. null, which is never supposed to happen. Fix coming up. Git commit 242512b0421207bb42284daaaf9ba4ad6ecb1d1d by David Faure. Committed on 02/02/11 at 16:31. Pushed by dfaure into branch 'master'. Fix crash when a glob file refers to a mimetype that doesn't exist anymore. This made KMimeType::findByUrl return NULL, which is never supposed to happen. FIXED-IN: 4.6.1 BUG: 265188 M +18 -3 kdecore/services/kmimetype.cpp http://commits.kde.org/kdelibs/242512b0421207bb42284daaaf9ba4ad6ecb1d1d Git commit a92a7410c1faf5e6ea7fc764f9feb990800f4d63 by David Faure. Committed on 02/02/11 at 16:31. Pushed by dfaure into branch 'KDE/4.6'. Fix crash when a glob file refers to a mimetype that doesn't exist anymore. This made KMimeType::findByUrl return NULL, which is never supposed to happen. FIXED-IN: 4.6.1 BUG: 265188 M +18 -3 kdecore/services/kmimetype.cpp http://commits.kde.org/kdelibs/a92a7410c1faf5e6ea7fc764f9feb990800f4d63 *** Bug 252279 has been marked as a duplicate of this bug. *** *** Bug 341680 has been marked as a duplicate of this bug. *** *** Bug 350099 has been marked as a duplicate of this bug. *** *** Bug 348406 has been marked as a duplicate of this bug. *** *** Bug 366214 has been marked as a duplicate of this bug. *** *** Bug 346091 has been marked as a duplicate of this bug. *** |