Bug 343439 - [Dolphin] Segfault when open a file
Summary: [Dolphin] Segfault when open a file
Status: RESOLVED DUPLICATE of bug 342438
Alias: None
Product: frameworks-kservice
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: David Faure
URL:
Keywords: drkonqi
: 347293 347294 347431 348093 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-01-28 09:17 UTC by Tatsuyuki Ishi
Modified: 2018-09-04 23:48 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuyuki Ishi 2015-01-28 09:17:37 UTC
Application: dolphin (4.60)

Qt Version: 5.4.0
Operating System: Linux 3.18.4-1-ck x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
Just open a text file. Crashed instantly.
- Custom settings of the application:
Disabled preview from the default preset.
On Arch Linux, compiled without baloo, by[aur]kde-baseapps-git.

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ff1543de800 (LWP 21800))]

Thread 3 (Thread 0x7ff152c43700 (LWP 21801)):
#0  0x00007ff1672a944d in poll () from /usr/lib/libc.so.6
#1  0x00007ff15bf039f2 in ?? () from /usr/lib/libxcb.so.1
#2  0x00007ff15bf0556f in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x00007ff153f363f9 in ?? () from /usr/lib/qt/plugins/platforms/libqxcb.so
#4  0x00007ff161f705ee in ?? () from /usr/lib/libQt5Core.so.5
#5  0x00007ff15e6dc314 in start_thread () from /usr/lib/libpthread.so.0
#6  0x00007ff1672b224d in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7ff149db1700 (LWP 21802)):
#0  0x00007ff15dfee034 in g_mutex_unlock () from /usr/lib/libglib-2.0.so.0
#1  0x00007ff15dfa94d9 in g_main_context_query () from /usr/lib/libglib-2.0.so.0
#2  0x00007ff15dfa9c0a in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x00007ff15dfa9dac in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#4  0x00007ff1621b208c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007ff162158532 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#6  0x00007ff161f6b664 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#7  0x00007ff161f705ee in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007ff15e6dc314 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007ff1672b224d in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7ff1543de800 (LWP 21800)):
[KCrash Handler]
#5  0x00007ff16205e27c in QDataStream::operator>>(int&) () from /usr/lib/libQt5Core.so.5
#6  0x00007ff164329c1d in KServiceGroupFactory::KServiceGroupFactory() () from /usr/lib/libKF5Service.so.5
#7  0x00007ff164329da2 in KServiceGroupFactory::self() () from /usr/lib/libKF5Service.so.5
#8  0x00007ff164323a90 in KServiceGroup::root() () from /usr/lib/libKF5Service.so.5
#9  0x00007ff164323b65 in KServiceGroup::group(QString const&) () from /usr/lib/libKF5Service.so.5
#10 0x00007ff16582e0c1 in ?? () from /usr/lib/libKF5KIOWidgets.so.5
#11 0x00007ff16582f74d in ?? () from /usr/lib/libKF5KIOWidgets.so.5
#12 0x00007ff165830632 in KOpenWithDialog::KOpenWithDialog(QList<QUrl> const&, QString const&, QString const&, QWidget*) () from /usr/lib/libKF5KIOWidgets.so.5
#13 0x00007ff165844cdb in KRun::displayOpenWithDialog(QList<QUrl> const&, QWidget*, bool, QString const&, QByteArray const&) () from /usr/lib/libKF5KIOWidgets.so.5
#14 0x00007ff165847058 in KRun::runUrl(QUrl const&, QString const&, QWidget*, bool, bool, QString const&, QByteArray const&) () from /usr/lib/libKF5KIOWidgets.so.5
#15 0x00007ff1658473cc in KRun::foundMimeType(QString const&) () from /usr/lib/libKF5KIOWidgets.so.5
#16 0x00007ff16583f522 in KRun::mimeTypeDetermined(QString const&) () from /usr/lib/libKF5KIOWidgets.so.5
#17 0x00007ff165845dee in KRun::init() () from /usr/lib/libKF5KIOWidgets.so.5
#18 0x00007ff165847f9d in KRun::slotTimeout() () from /usr/lib/libKF5KIOWidgets.so.5
#19 0x00007ff16218a339 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#20 0x00007ff1621980a8 in QTimer::timerEvent(QTimerEvent*) () from /usr/lib/libQt5Core.so.5
#21 0x00007ff16218b473 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#22 0x00007ff162a38d8c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#23 0x00007ff162a3e370 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#24 0x00007ff16215aa9b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#25 0x00007ff1621b0f6d in QTimerInfoList::activateTimers() () from /usr/lib/libQt5Core.so.5
#26 0x00007ff1621b13b1 in ?? () from /usr/lib/libQt5Core.so.5
#27 0x00007ff15dfa9a0d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#28 0x00007ff15dfa9cf8 in ?? () from /usr/lib/libglib-2.0.so.0
#29 0x00007ff15dfa9dac in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#30 0x00007ff1621b2077 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#31 0x00007ff162158532 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#32 0x00007ff16215ff0c in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#33 0x00007ff1675cd452 in kdemain () from /usr/lib/libkdeinit5_dolphin.so
#34 0x00007ff1671ea040 in __libc_start_main () from /usr/lib/libc.so.6
#35 0x00000000004007de in _start ()

Reported using DrKonqi
Comment 1 Tatsuyuki Ishi 2015-01-30 01:13:35 UTC
I tried reset .kde & .config then the problem had solved, maybe a permission issue from kde4.
Comment 2 Christoph Feck 2015-05-16 23:46:46 UTC
*** Bug 347294 has been marked as a duplicate of this bug. ***
Comment 3 Christoph Feck 2015-05-16 23:47:06 UTC
*** Bug 347431 has been marked as a duplicate of this bug. ***
Comment 4 Christoph Feck 2015-05-16 23:48:54 UTC
*** Bug 347293 has been marked as a duplicate of this bug. ***
Comment 5 Luigi Toscano 2018-08-10 10:14:23 UTC
*** Bug 348093 has been marked as a duplicate of this bug. ***
Comment 6 Luigi Toscano 2018-08-10 10:15:47 UTC
Could this be a duplicate of https://bugs.kde.org/show_bug.cgi?id=342438 ? The comment #c1 seems to confirm that it was a permission issue.
Comment 7 Christoph Feck 2018-09-04 22:46:51 UTC
No duplicates since 3+ years; let's assume it was an issue that is now fixed.
Comment 8 Christoph Feck 2018-09-04 23:48:10 UTC
Indeed it was fixed long ago.

*** This bug has been marked as a duplicate of bug 342438 ***