Bug 342286 - Kate crashed when opening a file.
Summary: Kate crashed when opening a file.
Status: RESOLVED DUPLICATE of bug 341680
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 3.14.2
Platform: Debian stable Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2014-12-28 18:39 UTC by Pavel Parshak
Modified: 2015-12-01 12:25 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
attachment-19757-0.html (9.52 KB, text/html)
2015-01-17 11:03 UTC, Pavel Parshak
Details
New crash information added by DrKonqi (2.50 KB, text/plain)
2015-12-01 12:25 UTC, Peter Jan Randewijk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Parshak 2014-12-28 18:39:17 UTC
Application: kate (3.14.2)
KDE Platform Version: 4.14.2
Qt Version: 4.8.6
Operating System: Linux 3.16.0-4-amd64 x86_64
Distribution: Debian GNU/Linux 8.0 (jessie)

-- Information about the crash:
- What I was doing when the application crashed:
attempt to open the .txt file from the Dolphin.
crashes when trying to open even empty .txt.
- Unusual behavior I noticed:

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fce1b44b780 (LWP 2153))]

Thread 2 (Thread 0x7fce06740700 (LWP 2154)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fce07d8eafa in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x00007fce07d8eb29 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x00007fce182fb0a4 in start_thread (arg=0x7fce06740700) at pthread_create.c:309
#4  0x00007fce1ada4ccd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7fce1b44b780 (LWP 2153)):
[KCrash Handler]
#6  d_func (this=0x0) at ../../kdecore/sycoca/ksycocaentry.h:154
#7  KSycocaEntry::name (this=0x0) at ../../kdecore/sycoca/ksycocaentry.cpp:159
#8  0x00007fce083a27d2 in TextLoader (proberType=<optimized out>, filename=..., this=0x7fff6547ae10) at ../../part/buffer/katetextloader.h:72
#9  Kate::TextBuffer::load (this=0x25fce30, filename=..., encodingErrors=@0x25fcef8: false, tooLongLinesWrapped=@0x25fcef9: false, enforceTextCodec=false) at ../../part/buffer/katetextbuffer.cpp:529
#10 0x00007fce0841b49e in KateBuffer::openFile (this=0x25fce30, m_file=..., enforceTextCodec=enforceTextCodec@entry=false) at ../../part/document/katebuffer.cpp:214
#11 0x00007fce08410b3f in KateDocument::openFile (this=0x25fc4f0) at ../../part/document/katedocument.cpp:1970
#12 0x00007fce1519f72a in KParts::ReadOnlyPartPrivate::openLocalFile (this=this@entry=0x25fc770) at ../../kparts/part.cpp:591
#13 0x00007fce151a1b66 in KParts::ReadOnlyPart::openUrl (this=this@entry=0x25fc4f0, url=...) at ../../kparts/part.cpp:555
#14 0x00007fce083fbdde in KateDocument::openUrl (this=0x25fc4f0, url=...) at ../../part/document/katedocument.cpp:2332
#15 0x00007fce19892047 in KateDocManager::openUrl (this=0x236a690, url=..., encoding=..., isTempFile=<optimized out>, docInfo=...) at ../../../kate/app/katedocmanager.cpp:253
#16 0x00007fce198a30ae in KateViewManager::openUrl (this=0x265edb0, url=..., encoding=..., activate=activate@entry=true, isTempFile=isTempFile@entry=false, docInfo=...) at ../../../kate/app/kateviewmanager.cpp:321
#17 0x00007fce198a31c1 in KateViewManager::openUrl (this=<optimized out>, url=...) at ../../../kate/app/kateviewmanager.cpp:365
#18 0x00007fce19898d74 in KateMainWindow::slotDropEvent (this=0x2622400, event=<optimized out>) at ../../../kate/app/katemainwindow.cpp:675
#19 0x00007fce1989cc4c in KateMainWindow::qt_static_metacall (_o=0x2622400, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at ./katemainwindow.moc:181
#20 0x00007fce18bf2f4c in QMetaObject::activate (sender=0x2832b20, m=m@entry=0x7fce087e9ac0 <KateView::staticMetaObject>, local_signal_index=local_signal_index@entry=13, argv=argv@entry=0x7fff6547b640) at kernel/qobject.cpp:3567
#21 0x00007fce0847a4a2 in KateView::dropEventPass (this=<optimized out>, _t1=0x7fff6547bc80) at ./kateview.moc:593
#22 0x00007fce18bf2f4c in QMetaObject::activate (sender=sender@entry=0x2853560, m=m@entry=0x7fce087ea440 <KateViewInternal::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fff6547b7d0) at kernel/qobject.cpp:3567
#23 0x00007fce0849437b in dropEventPass (_t1=0x7fff6547bc80, this=0x2853560) at ./kateviewinternal.moc:160
#24 KateViewInternal::dropEvent (this=0x2853560, event=0x7fff6547bc80) at ../../part/view/kateviewinternal.cpp:3199
#25 0x00007fce1a1ec4d8 in QWidget::event (this=0x2853560, event=0x7fff6547bc80) at kernel/qwidget.cpp:8775
#26 0x00007fce1a19929c in QApplicationPrivate::notify_helper (this=this@entry=0x22a2440, receiver=0x2853560, e=e@entry=0x7fff6547bc80) at kernel/qapplication.cpp:4570
#27 0x00007fce1a1a190f in QApplication::notify (this=this@entry=0x7fff6547c5f0, receiver=receiver@entry=0x2853560, e=e@entry=0x7fff6547bc80) at kernel/qapplication.cpp:4356
#28 0x00007fce194132ca in KApplication::notify (this=0x7fff6547c5f0, receiver=0x2853560, event=0x7fff6547bc80) at ../../kdeui/kernel/kapplication.cpp:311
#29 0x00007fce18bddf8d in QCoreApplication::notifyInternal (this=0x7fff6547c5f0, receiver=0x2853560, event=0x7fff6547bc80) at kernel/qcoreapplication.cpp:955
#30 0x00007fce1a224150 in sendEvent (event=<optimized out>, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#31 QX11Data::xdndHandleDrop (this=0x7fff6547adf0, xe=0x7fce1acbb570 <qt_x11Data>, passive=false) at kernel/qdnd_x11.cpp:1181
#32 0x00007fce1a208045 in QApplication::x11ClientMessage (this=<optimized out>, w=0x2622400, event=<optimized out>, passive_only=<optimized out>) at kernel/qapplication_x11.cpp:3230
#33 0x00007fce1a214f01 in QApplication::x11ProcessEvent (this=0x7fff6547c5f0, event=event@entry=0x7fff6547bf90) at kernel/qapplication_x11.cpp:3802
#34 0x00007fce1a23dad2 in x11EventSourceDispatch (s=0x228cd80, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#35 0x00007fce17e13c5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x00007fce17e13f48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#37 0x00007fce17e13ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#38 0x00007fce18c0d4ed in QEventDispatcherGlib::processEvents (this=0x2249b50, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#39 0x00007fce1a23db96 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#40 0x00007fce18bdcae1 in QEventLoop::processEvents (this=this@entry=0x7fff6547c370, flags=...) at kernel/qeventloop.cpp:149
#41 0x00007fce18bdce45 in QEventLoop::exec (this=this@entry=0x7fff6547c370, flags=...) at kernel/qeventloop.cpp:204
#42 0x00007fce18be28b9 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1227
#43 0x00007fce1b06ecc5 in kdemain (argc=1699196400, argv=0x1) at ../../../kate/app/katemain.cpp:381
#44 0x00007fce1ace0b45 in __libc_start_main (main=0x4006d0 <main(int, char**)>, argc=2, argv=0x7fff6547c778, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff6547c768) at libc-start.c:287
#45 0x00000000004006fe in _start ()

The reporter indicates this bug may be a duplicate of or related to bug 315690.

Possible duplicates by query: bug 341680, bug 315690.

Reported using DrKonqi
Comment 1 Christoph Feck 2015-01-14 17:27:16 UTC

*** This bug has been marked as a duplicate of bug 341680 ***
Comment 2 Felipe Gustavo de Oliveira 2015-01-14 22:31:05 UTC
(In reply to Pavel Parshak from comment #0)
> Application: kate (3.14.2)
> KDE Platform Version: 4.14.2
> Qt Version: 4.8.6
> Operating System: Linux 3.16.0-4-amd64 x86_64
> Distribution: Debian GNU/Linux 8.0 (jessie)
> 
> -- Information about the crash:
> - What I was doing when the application crashed:
> attempt to open the .txt file from the Dolphin.
> crashes when trying to open even empty .txt.
> - Unusual behavior I noticed:
> 
> -- Backtrace:
> Application: Kate (kate), signal: Segmentation fault
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> [Current thread is 1 (Thread 0x7fce1b44b780 (LWP 2153))]
> 
> Thread 2 (Thread 0x7fce06740700 (LWP 2154)):
> #0  pthread_cond_wait@@GLIBC_2.3.2 () at
> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
> #1  0x00007fce07d8eafa in ?? () from
> /usr/lib/x86_64-linux-gnu/libQtScript.so.4
> #2  0x00007fce07d8eb29 in ?? () from
> /usr/lib/x86_64-linux-gnu/libQtScript.so.4
> #3  0x00007fce182fb0a4 in start_thread (arg=0x7fce06740700) at
> pthread_create.c:309
> #4  0x00007fce1ada4ccd in clone () at
> ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
> 
> Thread 1 (Thread 0x7fce1b44b780 (LWP 2153)):
> [KCrash Handler]
> #6  d_func (this=0x0) at ../../kdecore/sycoca/ksycocaentry.h:154
> #7  KSycocaEntry::name (this=0x0) at
> ../../kdecore/sycoca/ksycocaentry.cpp:159
> #8  0x00007fce083a27d2 in TextLoader (proberType=<optimized out>,
> filename=..., this=0x7fff6547ae10) at ../../part/buffer/katetextloader.h:72
> #9  Kate::TextBuffer::load (this=0x25fce30, filename=...,
> encodingErrors=@0x25fcef8: false, tooLongLinesWrapped=@0x25fcef9: false,
> enforceTextCodec=false) at ../../part/buffer/katetextbuffer.cpp:529
> #10 0x00007fce0841b49e in KateBuffer::openFile (this=0x25fce30, m_file=...,
> enforceTextCodec=enforceTextCodec@entry=false) at
> ../../part/document/katebuffer.cpp:214
> #11 0x00007fce08410b3f in KateDocument::openFile (this=0x25fc4f0) at
> ../../part/document/katedocument.cpp:1970
> #12 0x00007fce1519f72a in KParts::ReadOnlyPartPrivate::openLocalFile
> (this=this@entry=0x25fc770) at ../../kparts/part.cpp:591
> #13 0x00007fce151a1b66 in KParts::ReadOnlyPart::openUrl
> (this=this@entry=0x25fc4f0, url=...) at ../../kparts/part.cpp:555
> #14 0x00007fce083fbdde in KateDocument::openUrl (this=0x25fc4f0, url=...) at
> ../../part/document/katedocument.cpp:2332
> #15 0x00007fce19892047 in KateDocManager::openUrl (this=0x236a690, url=...,
> encoding=..., isTempFile=<optimized out>, docInfo=...) at
> ../../../kate/app/katedocmanager.cpp:253
> #16 0x00007fce198a30ae in KateViewManager::openUrl (this=0x265edb0, url=...,
> encoding=..., activate=activate@entry=true,
> isTempFile=isTempFile@entry=false, docInfo=...) at
> ../../../kate/app/kateviewmanager.cpp:321
> #17 0x00007fce198a31c1 in KateViewManager::openUrl (this=<optimized out>,
> url=...) at ../../../kate/app/kateviewmanager.cpp:365
> #18 0x00007fce19898d74 in KateMainWindow::slotDropEvent (this=0x2622400,
> event=<optimized out>) at ../../../kate/app/katemainwindow.cpp:675
> #19 0x00007fce1989cc4c in KateMainWindow::qt_static_metacall (_o=0x2622400,
> _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at
> ./katemainwindow.moc:181
> #20 0x00007fce18bf2f4c in QMetaObject::activate (sender=0x2832b20,
> m=m@entry=0x7fce087e9ac0 <KateView::staticMetaObject>,
> local_signal_index=local_signal_index@entry=13,
> argv=argv@entry=0x7fff6547b640) at kernel/qobject.cpp:3567
> #21 0x00007fce0847a4a2 in KateView::dropEventPass (this=<optimized out>,
> _t1=0x7fff6547bc80) at ./kateview.moc:593
> #22 0x00007fce18bf2f4c in QMetaObject::activate
> (sender=sender@entry=0x2853560, m=m@entry=0x7fce087ea440
> <KateViewInternal::staticMetaObject>,
> local_signal_index=local_signal_index@entry=0,
> argv=argv@entry=0x7fff6547b7d0) at kernel/qobject.cpp:3567
> #23 0x00007fce0849437b in dropEventPass (_t1=0x7fff6547bc80, this=0x2853560)
> at ./kateviewinternal.moc:160
> #24 KateViewInternal::dropEvent (this=0x2853560, event=0x7fff6547bc80) at
> ../../part/view/kateviewinternal.cpp:3199
> #25 0x00007fce1a1ec4d8 in QWidget::event (this=0x2853560,
> event=0x7fff6547bc80) at kernel/qwidget.cpp:8775
> #26 0x00007fce1a19929c in QApplicationPrivate::notify_helper
> (this=this@entry=0x22a2440, receiver=0x2853560, e=e@entry=0x7fff6547bc80) at
> kernel/qapplication.cpp:4570
> #27 0x00007fce1a1a190f in QApplication::notify
> (this=this@entry=0x7fff6547c5f0, receiver=receiver@entry=0x2853560,
> e=e@entry=0x7fff6547bc80) at kernel/qapplication.cpp:4356
> #28 0x00007fce194132ca in KApplication::notify (this=0x7fff6547c5f0,
> receiver=0x2853560, event=0x7fff6547bc80) at
> ../../kdeui/kernel/kapplication.cpp:311
> #29 0x00007fce18bddf8d in QCoreApplication::notifyInternal
> (this=0x7fff6547c5f0, receiver=0x2853560, event=0x7fff6547bc80) at
> kernel/qcoreapplication.cpp:955
> #30 0x00007fce1a224150 in sendEvent (event=<optimized out>,
> receiver=<optimized out>) at
> ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
> #31 QX11Data::xdndHandleDrop (this=0x7fff6547adf0, xe=0x7fce1acbb570
> <qt_x11Data>, passive=false) at kernel/qdnd_x11.cpp:1181
> #32 0x00007fce1a208045 in QApplication::x11ClientMessage (this=<optimized
> out>, w=0x2622400, event=<optimized out>, passive_only=<optimized out>) at
> kernel/qapplication_x11.cpp:3230
> #33 0x00007fce1a214f01 in QApplication::x11ProcessEvent
> (this=0x7fff6547c5f0, event=event@entry=0x7fff6547bf90) at
> kernel/qapplication_x11.cpp:3802
> #34 0x00007fce1a23dad2 in x11EventSourceDispatch (s=0x228cd80, callback=0x0,
> user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
> #35 0x00007fce17e13c5d in g_main_context_dispatch () from
> /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #36 0x00007fce17e13f48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #37 0x00007fce17e13ffc in g_main_context_iteration () from
> /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #38 0x00007fce18c0d4ed in QEventDispatcherGlib::processEvents
> (this=0x2249b50, flags=...) at kernel/qeventdispatcher_glib.cpp:425
> #39 0x00007fce1a23db96 in QGuiEventDispatcherGlib::processEvents
> (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
> #40 0x00007fce18bdcae1 in QEventLoop::processEvents
> (this=this@entry=0x7fff6547c370, flags=...) at kernel/qeventloop.cpp:149
> #41 0x00007fce18bdce45 in QEventLoop::exec (this=this@entry=0x7fff6547c370,
> flags=...) at kernel/qeventloop.cpp:204
> #42 0x00007fce18be28b9 in QCoreApplication::exec () at
> kernel/qcoreapplication.cpp:1227
> #43 0x00007fce1b06ecc5 in kdemain (argc=1699196400, argv=0x1) at
> ../../../kate/app/katemain.cpp:381
> #44 0x00007fce1ace0b45 in __libc_start_main (main=0x4006d0 <main(int,
> char**)>, argc=2, argv=0x7fff6547c778, init=<optimized out>, fini=<optimized
> out>, rtld_fini=<optimized out>, stack_end=0x7fff6547c768) at
> libc-start.c:287
> #45 0x00000000004006fe in _start ()
> 
> The reporter indicates this bug may be a duplicate of or related to bug
> 315690.
> 
> Possible duplicates by query: bug 341680, bug 315690.
> 
> Reported using DrKonqi

Pavel,

Please check if when you right click >> properties on blank file entire plasma crashs.

In this case its same bug that i reported
Comment 3 Pavel Parshak 2015-01-17 11:03:21 UTC
Created attachment 90471 [details]
attachment-19757-0.html

Plasma is not crashs, crashs dolphin.

2015-01-15 1:31 GMT+03:00 Felipe Gustavo de Oliveira <
felipe.nemesis@gmail.com>:

> https://bugs.kde.org/show_bug.cgi?id=342286
>
> Felipe Gustavo de Oliveira <felipe.nemesis@gmail.com> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>                  CC|                            |felipe.nemesis@gmail.com
>
> --- Comment #2 from Felipe Gustavo de Oliveira <felipe.nemesis@gmail.com>
> ---
> (In reply to Pavel Parshak from comment #0)
> > Application: kate (3.14.2)
> > KDE Platform Version: 4.14.2
> > Qt Version: 4.8.6
> > Operating System: Linux 3.16.0-4-amd64 x86_64
> > Distribution: Debian GNU/Linux 8.0 (jessie)
> >
> > -- Information about the crash:
> > - What I was doing when the application crashed:
> > attempt to open the .txt file from the Dolphin.
> > crashes when trying to open even empty .txt.
> > - Unusual behavior I noticed:
> >
> > -- Backtrace:
> > Application: Kate (kate), signal: Segmentation fault
> > Using host libthread_db library
> "/lib/x86_64-linux-gnu/libthread_db.so.1".
> > [Current thread is 1 (Thread 0x7fce1b44b780 (LWP 2153))]
> >
> > Thread 2 (Thread 0x7fce06740700 (LWP 2154)):
> > #0  pthread_cond_wait@@GLIBC_2.3.2 () at
> > ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
> > #1  0x00007fce07d8eafa in ?? () from
> > /usr/lib/x86_64-linux-gnu/libQtScript.so.4
> > #2  0x00007fce07d8eb29 in ?? () from
> > /usr/lib/x86_64-linux-gnu/libQtScript.so.4
> > #3  0x00007fce182fb0a4 in start_thread (arg=0x7fce06740700) at
> > pthread_create.c:309
> > #4  0x00007fce1ada4ccd in clone () at
> > ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
> >
> > Thread 1 (Thread 0x7fce1b44b780 (LWP 2153)):
> > [KCrash Handler]
> > #6  d_func (this=0x0) at ../../kdecore/sycoca/ksycocaentry.h:154
> > #7  KSycocaEntry::name (this=0x0) at
> > ../../kdecore/sycoca/ksycocaentry.cpp:159
> > #8  0x00007fce083a27d2 in TextLoader (proberType=<optimized out>,
> > filename=..., this=0x7fff6547ae10) at
> ../../part/buffer/katetextloader.h:72
> > #9  Kate::TextBuffer::load (this=0x25fce30, filename=...,
> > encodingErrors=@0x25fcef8: false, tooLongLinesWrapped=@0x25fcef9: false,
> > enforceTextCodec=false) at ../../part/buffer/katetextbuffer.cpp:529
> > #10 0x00007fce0841b49e in KateBuffer::openFile (this=0x25fce30,
> m_file=...,
> > enforceTextCodec=enforceTextCodec@entry=false) at
> > ../../part/document/katebuffer.cpp:214
> > #11 0x00007fce08410b3f in KateDocument::openFile (this=0x25fc4f0) at
> > ../../part/document/katedocument.cpp:1970
> > #12 0x00007fce1519f72a in KParts::ReadOnlyPartPrivate::openLocalFile
> > (this=this@entry=0x25fc770) at ../../kparts/part.cpp:591
> > #13 0x00007fce151a1b66 in KParts::ReadOnlyPart::openUrl
> > (this=this@entry=0x25fc4f0, url=...) at ../../kparts/part.cpp:555
> > #14 0x00007fce083fbdde in KateDocument::openUrl (this=0x25fc4f0,
> url=...) at
> > ../../part/document/katedocument.cpp:2332
> > #15 0x00007fce19892047 in KateDocManager::openUrl (this=0x236a690,
> url=...,
> > encoding=..., isTempFile=<optimized out>, docInfo=...) at
> > ../../../kate/app/katedocmanager.cpp:253
> > #16 0x00007fce198a30ae in KateViewManager::openUrl (this=0x265edb0,
> url=...,
> > encoding=..., activate=activate@entry=true,
> > isTempFile=isTempFile@entry=false, docInfo=...) at
> > ../../../kate/app/kateviewmanager.cpp:321
> > #17 0x00007fce198a31c1 in KateViewManager::openUrl (this=<optimized out>,
> > url=...) at ../../../kate/app/kateviewmanager.cpp:365
> > #18 0x00007fce19898d74 in KateMainWindow::slotDropEvent (this=0x2622400,
> > event=<optimized out>) at ../../../kate/app/katemainwindow.cpp:675
> > #19 0x00007fce1989cc4c in KateMainWindow::qt_static_metacall
> (_o=0x2622400,
> > _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at
> > ./katemainwindow.moc:181
> > #20 0x00007fce18bf2f4c in QMetaObject::activate (sender=0x2832b20,
> > m=m@entry=0x7fce087e9ac0 <KateView::staticMetaObject>,
> > local_signal_index=local_signal_index@entry=13,
> > argv=argv@entry=0x7fff6547b640) at kernel/qobject.cpp:3567
> > #21 0x00007fce0847a4a2 in KateView::dropEventPass (this=<optimized out>,
> > _t1=0x7fff6547bc80) at ./kateview.moc:593
> > #22 0x00007fce18bf2f4c in QMetaObject::activate
> > (sender=sender@entry=0x2853560, m=m@entry=0x7fce087ea440
> > <KateViewInternal::staticMetaObject>,
> > local_signal_index=local_signal_index@entry=0,
> > argv=argv@entry=0x7fff6547b7d0) at kernel/qobject.cpp:3567
> > #23 0x00007fce0849437b in dropEventPass (_t1=0x7fff6547bc80,
> this=0x2853560)
> > at ./kateviewinternal.moc:160
> > #24 KateViewInternal::dropEvent (this=0x2853560, event=0x7fff6547bc80) at
> > ../../part/view/kateviewinternal.cpp:3199
> > #25 0x00007fce1a1ec4d8 in QWidget::event (this=0x2853560,
> > event=0x7fff6547bc80) at kernel/qwidget.cpp:8775
> > #26 0x00007fce1a19929c in QApplicationPrivate::notify_helper
> > (this=this@entry=0x22a2440, receiver=0x2853560, e=e@entry=0x7fff6547bc80)
> at
> > kernel/qapplication.cpp:4570
> > #27 0x00007fce1a1a190f in QApplication::notify
> > (this=this@entry=0x7fff6547c5f0, receiver=receiver@entry=0x2853560,
> > e=e@entry=0x7fff6547bc80) at kernel/qapplication.cpp:4356
> > #28 0x00007fce194132ca in KApplication::notify (this=0x7fff6547c5f0,
> > receiver=0x2853560, event=0x7fff6547bc80) at
> > ../../kdeui/kernel/kapplication.cpp:311
> > #29 0x00007fce18bddf8d in QCoreApplication::notifyInternal
> > (this=0x7fff6547c5f0, receiver=0x2853560, event=0x7fff6547bc80) at
> > kernel/qcoreapplication.cpp:955
> > #30 0x00007fce1a224150 in sendEvent (event=<optimized out>,
> > receiver=<optimized out>) at
> > ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
> > #31 QX11Data::xdndHandleDrop (this=0x7fff6547adf0, xe=0x7fce1acbb570
> > <qt_x11Data>, passive=false) at kernel/qdnd_x11.cpp:1181
> > #32 0x00007fce1a208045 in QApplication::x11ClientMessage (this=<optimized
> > out>, w=0x2622400, event=<optimized out>, passive_only=<optimized out>)
> at
> > kernel/qapplication_x11.cpp:3230
> > #33 0x00007fce1a214f01 in QApplication::x11ProcessEvent
> > (this=0x7fff6547c5f0, event=event@entry=0x7fff6547bf90) at
> > kernel/qapplication_x11.cpp:3802
> > #34 0x00007fce1a23dad2 in x11EventSourceDispatch (s=0x228cd80,
> callback=0x0,
> > user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
> > #35 0x00007fce17e13c5d in g_main_context_dispatch () from
> > /lib/x86_64-linux-gnu/libglib-2.0.so.0
> > #36 0x00007fce17e13f48 in ?? () from
> /lib/x86_64-linux-gnu/libglib-2.0.so.0
> > #37 0x00007fce17e13ffc in g_main_context_iteration () from
> > /lib/x86_64-linux-gnu/libglib-2.0.so.0
> > #38 0x00007fce18c0d4ed in QEventDispatcherGlib::processEvents
> > (this=0x2249b50, flags=...) at kernel/qeventdispatcher_glib.cpp:425
> > #39 0x00007fce1a23db96 in QGuiEventDispatcherGlib::processEvents
> > (this=<optimized out>, flags=...) at
> kernel/qguieventdispatcher_glib.cpp:204
> > #40 0x00007fce18bdcae1 in QEventLoop::processEvents
> > (this=this@entry=0x7fff6547c370, flags=...) at kernel/qeventloop.cpp:149
> > #41 0x00007fce18bdce45 in QEventLoop::exec (this=this@entry
> =0x7fff6547c370,
> > flags=...) at kernel/qeventloop.cpp:204
> > #42 0x00007fce18be28b9 in QCoreApplication::exec () at
> > kernel/qcoreapplication.cpp:1227
> > #43 0x00007fce1b06ecc5 in kdemain (argc=1699196400, argv=0x1) at
> > ../../../kate/app/katemain.cpp:381
> > #44 0x00007fce1ace0b45 in __libc_start_main (main=0x4006d0 <main(int,
> > char**)>, argc=2, argv=0x7fff6547c778, init=<optimized out>,
> fini=<optimized
> > out>, rtld_fini=<optimized out>, stack_end=0x7fff6547c768) at
> > libc-start.c:287
> > #45 0x00000000004006fe in _start ()
> >
> > The reporter indicates this bug may be a duplicate of or related to bug
> > 315690.
> >
> > Possible duplicates by query: bug 341680, bug 315690.
> >
> > Reported using DrKonqi
>
> Pavel,
>
> Please check if when you right click >> properties on blank file entire
> plasma
> crashs.
>
> In this case its same bug that i reported
>
> --
> You are receiving this mail because:
> You reported the bug.
>
Comment 4 Peter Jan Randewijk 2015-12-01 12:25:57 UTC
Created attachment 95839 [details]
New crash information added by DrKonqi

kate (3.14.9) on KDE Platform 4.14.9 using Qt 4.8.6

- What I was doing when the application crashed:

Opening a CSV file with 

17040701,52,

in the first line...

Opens with LibreOffice Calc.  Checked with nano also. No "funny" characters....

Krashes also with Kwrite, Krusader & Kile

-- Backtrace (Reduced):
#5  0x00007f250cdd8df1 in KSycocaEntry::name() const () at /usr/lib64/libkdecore.so.5
#6  0x00007f24fb37d79f in Kate::TextBuffer::load(QString const&, bool&, bool&, bool) () at /usr/lib64/libkatepartinterfaces.so.4
#7  0x00007f24fb3eefce in KateBuffer::openFile(QString const&, bool) () at /usr/lib64/libkatepartinterfaces.so.4
#8  0x00007f24fb3e4502 in KateDocument::openFile() () at /usr/lib64/libkatepartinterfaces.so.4
#9  0x00007f2507efd0b7 in  () at /usr/lib64/libkparts.so.4