This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Segfault when opening certain text files

Tags: None
(comma "," separated)
gfurst
Registered Member
Posts
54
Karma
0
OS
Hey guys, nice to see you again.
Unfortunately, it seems some functionality in KDE has gone down hill since I began using it.
This specific issue is that I sometimes can't open certain plain text files, kwrite, kate and even opening properties on dolphin, causes it crash instantly.
Reproducible: Always.
Attached are the screen shot from the "Crash reporter assistant" which is never able to report anything.... And the actual backtrace file.
Image
Code: Select all
Application: KWrite (kwrite), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5a4ac3d780 (LWP 7164))]

Thread 2 (Thread 0x7f5a36cb7700 (LWP 7165)):
#0  0x00007f5a4473408f in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007f5a377d6afa in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x00007f5a377d6b29 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x00007f5a447300a4 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#4  0x00007f5a4a57dcbd in clone () from /lib/x86_64-linux-gnu/libc.so.6

Thread 1 (Thread 0x7f5a4ac3d780 (LWP 7164)):
[KCrash Handler]
#5  0x00007f5a48287961 in KSycocaEntry::name() const () from /usr/lib/libkdecore.so.5
#6  0x00007f5a37df27d2 in Kate::TextBuffer::load(QString const&, bool&, bool&, bool) () from /usr/lib/libkatepartinterfaces.so.4
#7  0x00007f5a37e6b49e in KateBuffer::openFile(QString const&, bool) () from /usr/lib/libkatepartinterfaces.so.4
#8  0x00007f5a37e60b3f in KateDocument::openFile() () from /usr/lib/libkatepartinterfaces.so.4
#9  0x00007f5a49b3673a in ?? () from /usr/lib/libkparts.so.4
#10 0x00007f5a49b38b76 in KParts::ReadOnlyPart::openUrl(KUrl const&) () from /usr/lib/libkparts.so.4
#11 0x00007f5a37e4bdde in KateDocument::openUrl(KUrl const&) () from /usr/lib/libkatepartinterfaces.so.4
#12 0x00007f5a4a858b8e in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_kwrite.so
#13 0x00007f5a4a85949b in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_kwrite.so
#14 0x00007f5a4a857c16 in kdemain () from /usr/lib/kde4/libkdeinit/libkdeinit4_kwrite.so
#15 0x00007f5a4a4b9b45 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#16 0x00000000004006fe in _start ()

My system is Debian Jessie(testing) and is reasonably up-to-date.
For example, simple empty text file like a: dolphin -> create new -> text file causes the crash, I can still open the file with other editors like nano and emacs.

On a side note: Some other things became unstable stop functioning, what gives? I know its not on topic but anybody knows how to fix or direct me to a fix.
Multimedia, phonon back-end , vlc and gstreamer. The Nepomuk that suddenly stop working without any notice of switch....
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
Your sycoca appears to be corrupt.
As your normal user, please login on a tty ensuring that you have no other session open then run the following:
Code: Select all
rm -rf /var/tmp/kdecache-$(id -un)/
rm -rf /tmp/kde-$(id -un)/
rm -rf /tmp/ksocket-$(id -un)/

After this try logging in normally again.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
gfurst
Registered Member
Posts
54
Karma
0
OS
Hey there, thanks for trying to help.
Still no go, removed with the lines you provided, logged out and logged back in. Same behavior.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
I've just looked at your trace a second time...
Code: Select all
#5  0x00007f5a48287961 in KSycocaEntry::name() const () from /usr/lib/libkdecore.so.5
#6  0x00007f5a37df27d2 in Kate::TextBuffer::load(QString const&, bool&, bool&, bool) () from /usr/lib/libkatepartinterfaces.so.4
#7  0x00007f5a37e6b49e in KateBuffer::openFile(QString const&, bool) () from /usr/lib/libkatepartinterfaces.so.4
#8  0x00007f5a37e60b3f in KateDocument::openFile() () from /usr/lib/libkatepartinterfaces.so.4
#9  0x00007f5a49b3673a in ?? () from /usr/lib/libkparts.so.4
#10 0x00007f5a49b38b76 in KParts::ReadOnlyPart::openUrl(KUrl const&) () from /usr/lib/libkparts.so.4

Do you have any Plasma 5 / KDE Frameworks 5 packages installed on your system?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
gfurst
Registered Member
Posts
54
Karma
0
OS
bcooksley wrote:Do you have any Plasma 5 / KDE Frameworks 5 packages installed on your system?

I don't think so, my packages are the current available packages in Debian Jessie(testing), if you want to check out.
Here is a snapshot from quick search on aptitude...
Image
Most are version 4.14 while some still 4.11.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
If you run Kate/KWrite from a terminal, can you see if it outputs anything relevant to the terminal before crashing?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
luebking
Karma
0
> Still no go, removed with the lines you provided, logged out and logged back in. Same behavior.
You got to log out FIRST, then login on VT1 (press ctrl+alt+f1, f7 should take you back to the GUI) and remove it from there.
gfurst
Registered Member
Posts
54
Karma
0
OS
luebking wrote:You got to log out FIRST, then login on VT1 (press ctrl+alt+f1, f7 should take you back to the GUI) and remove it from there.

Ohhh yeahh, so I've misread that indeed. But now I did it correctly, used kdm feature of loggin into console and did that instead.
Buuuut, it didn't work still.....

bcooksley wrote:If you run Kate/KWrite from a terminal, can you see if it outputs anything relevant to the terminal before crashing?

This is all that's outputted:
Code: Select all
guiu@guiu-desktop:~$ kwrite new.txt
KCrash: Application 'kwrite' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
KCrash: Connect sock_file=/home/guiu/.kde/socket-guiu-desktop/kdeinit4__0

[1]+  Stopped                 kwrite new.txt


Since it happens on all text apps including dolphin if I open the file's properties (I'm guessing the text preview), doesn't it has something to do with kdeinit and the 'advanced embedded text editor' mentioned other places?
luebking
Karma
0
What does a dolphin crash backtrace look like?
gfurst
Registered Member
Posts
54
Karma
0
OS
Code: Select all
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ff894495800 (LWP 3643))]

Thread 4 (Thread 0x7ff87545f700 (LWP 3644)):
#0  0x00007ff88a85e369 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ff88a819479 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ff88a819e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ff88a819ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ff88fc5d507 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x00007ff88fc2cae1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x00007ff88fc2ce45 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x00007ff88fb21b89 in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x00007ff88fc0d483 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x00007ff88fb243ef in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#10 0x00007ff88ad080a4 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ff893d5dccd in clone () from /lib/x86_64-linux-gnu/libc.so.6

Thread 3 (Thread 0x7ff874baf700 (LWP 3645)):
#0  0x00007ff893d5518d in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ff88a819ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ff88a819ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ff88fc5d507 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x00007ff88fc2cae1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x00007ff88fc2ce45 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x00007ff88fb21b89 in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x00007ff88fb243ef in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x00007ff88ad080a4 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#9  0x00007ff893d5dccd in clone () from /lib/x86_64-linux-gnu/libc.so.6

Thread 2 (Thread 0x7ff86f12e700 (LWP 3654)):
#0  0x00007ff88a85e369 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ff88a819479 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ff88a819e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ff88a819ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ff88fc5d507 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x00007ff88fc2cae1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x00007ff88fc2ce45 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x00007ff88fb21b89 in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x00007ff88fc0d483 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x00007ff88fb243ef in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#10 0x00007ff88ad080a4 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ff893d5dccd in clone () from /lib/x86_64-linux-gnu/libc.so.6

Thread 1 (Thread 0x7ff894495800 (LWP 3643)):
[KCrash Handler]
#5  0x00007ff8901a7961 in KSycocaEntry::name() const () from /usr/lib/libkdecore.so.5
#6  0x00007ff891c719ef in ?? () from /usr/lib/libkio.so.5
#7  0x00007ff891c7a96f in KPropertiesDialog::KPropertiesDialogPrivate::insertPages() () from /usr/lib/libkio.so.5
#8  0x00007ff891c7afad in KPropertiesDialog::KPropertiesDialogPrivate::init() () from /usr/lib/libkio.so.5
#9  0x00007ff891c7b5b7 in KPropertiesDialog::KPropertiesDialog(KFileItemList const&, QWidget*) () from /usr/lib/libkio.so.5
#10 0x00007ff893094af5 in DolphinViewActionHandler::slotProperties() () from /usr/lib/libdolphinprivate.so.4
#11 0x00007ff893034cb5 in ?? () from /usr/lib/libdolphinprivate.so.4
#12 0x00007ff88fc42f4c in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#13 0x00007ff890648af2 in QAction::triggered(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#14 0x00007ff89064a677 in QAction::activate(QAction::ActionEvent) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#15 0x00007ff890a9dead in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#16 0x00007ff890aa2869 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#17 0x00007ff89148ec33 in KMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libkdeui.so.5
#18 0x00007ff8906a24d8 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#19 0x00007ff890aa683b in QMenu::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#20 0x00007ff89064f29c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#21 0x00007ff890655f0f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#22 0x00007ff8913c709a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#23 0x00007ff88fc2df8d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#24 0x00007ff89065556f in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#25 0x00007ff8906cc43a in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#26 0x00007ff8906caa9c in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#27 0x00007ff8906f3ad2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#28 0x00007ff88a819c5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x00007ff88a819f48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007ff88a819ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007ff88fc5d4ed in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#32 0x00007ff8906f3b96 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#33 0x00007ff88fc2cae1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#34 0x00007ff88fc2ce45 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#35 0x00007ff890aa5447 in QMenu::exec(QPoint const&, QAction*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#36 0x00007ff8940754bf in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_dolphin.so
#37 0x00007ff8940762a5 in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_dolphin.so
#38 0x00007ff894069d11 in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_dolphin.so
#39 0x00007ff89406fbd8 in ?? () from /usr/lib/kde4/libkdeinit/libkdeinit4_dolphin.so
#40 0x00007ff88fc42f4c in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#41 0x00007ff89308c734 in DolphinView::requestContextMenu(QPoint const&, KFileItem const&, KUrl const&, QList<QAction*> const&) () from /usr/lib/libdolphinprivate.so.4
#42 0x00007ff89308daf6 in DolphinView::slotItemContextMenuRequested(int, QPointF const&) () from /usr/lib/libdolphinprivate.so.4
#43 0x00007ff89309334f in ?? () from /usr/lib/libdolphinprivate.so.4
#44 0x00007ff88fc42f4c in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#45 0x00007ff893054906 in KItemListController::itemContextMenuRequested(int, QPointF const&) () from /usr/lib/libdolphinprivate.so.4
#46 0x00007ff893055aa1 in KItemListController::mousePressEvent(QGraphicsSceneMouseEvent*, QTransform const&) () from /usr/lib/libdolphinprivate.so.4
#47 0x00007ff893053dbc in KItemListController::processEvent(QEvent*, QTransform const&) () from /usr/lib/libdolphinprivate.so.4
#48 0x00007ff8930663a2 in KItemListView::event(QEvent*) () from /usr/lib/libdolphinprivate.so.4
#49 0x00007ff89064f29c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#50 0x00007ff890655da8 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#51 0x00007ff8913c709a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#52 0x00007ff88fc2df8d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#53 0x00007ff890c5b7ee in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#54 0x00007ff890c5bce7 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#55 0x00007ff890c68ce6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#56 0x00007ff890c69169 in QGraphicsScene::mousePressEvent(QGraphicsSceneMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#57 0x00007ff890c727af in QGraphicsScene::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#58 0x00007ff89064f29c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#59 0x00007ff890655da8 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#60 0x00007ff8913c709a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#61 0x00007ff88fc2df8d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#62 0x00007ff890c8a447 in QGraphicsView::mousePressEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#63 0x00007ff8906a3057 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#64 0x00007ff890a630be in QFrame::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#65 0x00007ff890c8b2b1 in QGraphicsView::viewportEvent(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#66 0x00007ff88fc2e0f6 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#67 0x00007ff89064f27c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#68 0x00007ff890655f0f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#69 0x00007ff8913c709a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#70 0x00007ff88fc2df8d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#71 0x00007ff89065556f in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#72 0x00007ff8906cc0a2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#73 0x00007ff8906caa9c in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#74 0x00007ff8906f3ad2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#75 0x00007ff88a819c5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#76 0x00007ff88a819f48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#77 0x00007ff88a819ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#78 0x00007ff88fc5d4ed in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#79 0x00007ff8906f3b96 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#80 0x00007ff88fc2cae1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#81 0x00007ff88fc2ce45 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#82 0x00007ff88fc328b9 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#83 0x00007ff89407943e in kdemain () from /usr/lib/kde4/libkdeinit/libkdeinit4_dolphin.so
#84 0x00007ff893c99b45 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#85 0x000000000040070e in _start ()
luebking
Karma
0
As you can see, the kate part is not involved, but "kio -> sycoca -> crash"
=> The KSycocaEntry is invalid.
- What FS is /var? (btrfs?)
- is it evtl. full?
gfurst
Registered Member
Posts
54
Karma
0
OS
luebking wrote:As you can see, the kate part is not involved, but "kio -> sycoca -> crash"
=> The KSycocaEntry is invalid.
- What FS is /var? (btrfs?)
- is it evtl. full?

var is same as root, no different partition, ext4 I believe....
Sorry but i don't know what is evtl... please elaborate more on any info you need, or on commands to use.
And of course, thanks for helping.
luebking
Karma
0
"eventually" ;-)
run "df -h"
gfurst
Registered Member
Posts
54
Karma
0
OS
luebking wrote:"eventually" ;-)
run "df -h"

hehe thanks :D
in that case, no, i don't think it gets even close of running out space:
Code: Select all
guiu@guiu-desktop:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2        18G  9.4G  7.6G  56% /
udev             10M     0   10M   0% /dev
tmpfs           1.6G  9.4M  1.6G   1% /run
tmpfs           3.9G  5.1M  3.9G   1% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/sda3        37G   14G   21G  41% /home
/dev/sda1       380M  132K  380M   1% /boot/efi
/dev/sdb1       917G  761G  110G  88% /home/storage
tmpfs           791M  8.0K  791M   1% /run/user/1000
luebking
Karma
0
can you run
Code: Select all
kcmshell4 filetypes
(without having it crash ;-) and check (filter!) the configuration for "text/plain"?


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft