[dolphin] [Bug 423902] Dolphin hangs when opening it from Steam
Riccardo Robecchi
bugzilla_noreply at kde.org
Tue Sep 1 00:20:22 BST 2020
https://bugs.kde.org/show_bug.cgi?id=423902
--- Comment #3 from Riccardo Robecchi <sephiroth_pk at hotmail.it> ---
Using "sudo gdb -p [PID]" I was able to get the following:
#0 0x00007f6edd9cddf6 in __GI_ppoll (fds=0x7ffea3573350, nfds=4,
timeout=<optimised out>,
sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1 0x00007f6ed75723f0 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2 0x00007f6ed7490ffb in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3 0x00007f6ed7486b8b in QProcess::waitForFinished(int) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4 0x00007f6edc1aa225 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5BalooWidgets.so.5
#5 0x00007f6ed754a57b in QObject::event(QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007f6ed88d39ac in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#7 0x00007f6ed88dabb0 in QApplication::notify(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8 0x00007f6ed75174a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9 0x00007f6ed751a121 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007f6ed7577103 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007f6ecf1b7417 in g_main_context_dispatch ()
from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f6ecf1b7650 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007f6ecf1b76dc in g_main_context_iteration ()
from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007f6ed75767ac in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007f6ed7515d2a in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
#15 0x00007f6ed7515d2a in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007f6ed751f4a0 in QCoreApplication::exec() ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007f6eddcf1965 in kdemain (argc=<optimised out>, argv=<optimised out>)
at ./src/main.cpp:189
#18 0x00007f6edd8dab97 in __libc_start_main (main=0x556baca96720 <main>,
argc=2,
argv=0x7ffea3573d18, init=<optimised out>, fini=<optimised out>,
rtld_fini=<optimised out>,
stack_end=0x7ffea3573d08) at ../csu/libc-start.c:310
#19 0x0000556baca9675a in _start ()
I hope this helps.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list