Summary: | Kate crash opening text files via sftp | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Phil Turmel <philip> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | christoph, philip |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Phil Turmel
2015-05-29 16:30:37 UTC
Likely dupe of bug #265188 http://quickgit.kde.org/?p=kdelibs.git&a=commit&h=242512b0421207bb42284daaaf9ba4ad6ecb1d1d Created attachment 94943 [details]
New crash information added by DrKonqi
kate (3.14.12) on KDE Platform 4.14.12 using Qt 4.8.7
- What I was doing when the application crashed:
Opening a text file on a local ntfs mount. The file has the following contents:
00000000 36 51 58 2d 43 56 49 20 40 20 43 6f 72 76 75 73 |6QX-CVI @ Corvus|
00000010 0a 47 4d 43 2d 4e 42 57 20 40 20 49 67 6e 37 35 |.GMC-NBW @ Ign75|
00000020 31 20 56 4d 0a 50 47 4d 2d 32 4b 51 20 40 20 49 |1 VM.PGM-2KQ @ I|
00000030 67 6e 37 36 31 20 56 4d 0a |gn761 VM.|
00000039
Kate also crashes with a segfault on empty files.
-- Backtrace (Reduced):
#7 KSycocaEntry::name (this=0x0) at /var/tmp/portage/kde-base/kdelibs-4.14.12/work/kdelibs-4.14.12/kdecore/sycoca/ksycocaentry.cpp:159
#8 0x00007f28206cc13f in Kate::TextLoader::TextLoader (proberType=<optimized out>, filename=..., this=0x7fffc5b58aa0) at /var/tmp/portage/kde-base/katepart-4.14.3/work/katepart-4.14.3/part/buffer/katetextloader.h:72
#9 Kate::TextBuffer::load (this=0x13cf820, filename=..., encodingErrors=@0x13cf8e8: false, tooLongLinesWrapped=@0x13cf8e9: false, enforceTextCodec=false) at /var/tmp/portage/kde-base/katepart-4.14.3/work/katepart-4.14.3/part/buffer/katetextbuffer.cpp:529
#10 0x00007f282073d96e in KateBuffer::openFile (this=0x13cf820, m_file=..., enforceTextCodec=enforceTextCodec@entry=false) at /var/tmp/portage/kde-base/katepart-4.14.3/work/katepart-4.14.3/part/document/katebuffer.cpp:214
#11 0x00007f2820732ea2 in KateDocument::openFile (this=0x13cefd0) at /var/tmp/portage/kde-base/katepart-4.14.3/work/katepart-4.14.3/part/document/katedocument.cpp:1970
Yes, that is a dupe, KService pointer is broken here. *** This bug has been marked as a duplicate of bug 265188 *** |