Summary: | Kate crashed when opening a file | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Sandro Mani <manisandro> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | jeffrey.h.parker, kibernaut |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sandro Mani
2013-02-23 14:52:28 UTC
Kate::TextLoader acesses in line 71: m_mimeType = KMimeType::findByPath (filename, 0, false)->name (); So this call finally leads to the crash, since this = 0 KSycocaEntry::name (this=0x0). I'd say this is a very strange issue and looks like a broken KDE installation. Did you just update? I'll close this, as I don't think this is a bug in Kate, and probably not even in kdelibs. If you get this again and if you then can provide further info, please let us know. I've had the system running for ca 2 weeks without reboots, so it might well be an issue related to a component having been updated, though the last series of updates was ca. a day before the crash occurred, and I've opened and closed a number of files between then and the crash. But yeah, this = 0x0 is definitely strange, I'll close the bug and report back if I encounter it again. I've had kate crash repeatedly and it always seems to be when I hit Cntl-O to load a new file. *** Bug 340920 has been marked as a duplicate of this bug. *** |