https://bugs.kde.org/show_bug.cgi?id=418189

--- Comment #6 from Xavier Brochard <xav...@alternatif.org> ---
Attaching GDB to plasmashell produce no output (All plasma related dbg packages
installed):
-----
Attaching to process 1434
bt
-----

As I wondered in the past if it could come from Baloo indexing I attached GDB
to baloo_file and then baloorunner. Here is the outputs, in case :

baloo_file
--------
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fed7de01bf9 in __GI___poll (fds=0x5573e17ba390, nfds=5, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:29
29      ../sysdeps/unix/sysv/linux/poll.c: Aucun fichier ou dossier de ce type.
(gdb) bt
#0  0x00007fed7de01bf9 in __GI___poll (fds=0x5573e17ba390, nfds=5, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007fed7a70a5c9 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fed7a70a6dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fed7eb060bc in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x00007fed7eaa563a in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007fed7eaaedb0 in QCoreApplication::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00005573df5bca3c in main (argc=<optimized out>, argv=<optimized out>) at
./src/file/main.cpp:103
--------

baloorunner
---------
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f8643dcdbf9 in __GI___poll (fds=0x7f8630005cd0, nfds=1, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:29
29      ../sysdeps/unix/sysv/linux/poll.c: Aucun fichier ou dossier de ce type.
(gdb) bt
#0  0x00007f8643dcdbf9 in __GI___poll (fds=0x7f8630005cd0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f863ee695c9 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f863ee696dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f86447340bc in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x00007f86446d363a in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007f86446dcdb0 in QCoreApplication::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x000055f6dd1d768f in main (argc=<optimized out>, argv=<optimized out>) at
./runners/baloo/baloosearchrunner.cpp:55
------------

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to