https://bugs.kde.org/show_bug.cgi?id=345082
--- Comment #5 from Simone Gaiarin <[email protected]> --- Ok. I've downloaded okular from the git repository and compiled it with: cmake .. -DCMAKE_INSTALL_PREFIX=/mypath -DCMAKE_BUILD_TYPE=debugfull make This is the trace I get when the crash occurs. It seems still unuseful. Is okular actually running the code in the test prefix where I've installed it or it's running code from /usr where my main system is installed? I see that there are not debug symbols from the component /usr/lib/kde4/okularpart.so (which appear to be called from /usr). I'm sorry but I'm not experienced with trace generation. I think that my trace doesn't add anything to the one already provided by Oliver, but I wanted to try to generate a trace. Application: Okular (okular), signal: Segmentation fault Using host libthread_db library "/usr/lib/libthread_db.so.1". [Current thread is 1 (Thread 0x7fe9aea47780 (LWP 7089))] Thread 2 (Thread 0x7fe997a85700 (LWP 7090)): #0 0x00007fe9aaa844ed in poll () from /usr/lib/libc.so.6 #1 0x00007fe9a7f80c94 in ?? () from /usr/lib/libglib-2.0.so.0 #2 0x00007fe9a7f80dac in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #3 0x00007fe9abbc1397 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #4 0x00007fe9abb90de1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #5 0x00007fe9abb91145 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #6 0x00007fe9aba857f9 in QThread::exec() () from /usr/lib/libQtCore.so.4 #7 0x00007fe9abb716c3 in ?? () from /usr/lib/libQtCore.so.4 #8 0x00007fe9aba8805f in ?? () from /usr/lib/libQtCore.so.4 #9 0x00007fe9ab7f6374 in start_thread () from /usr/lib/libpthread.so.0 #10 0x00007fe9aaa8d27d in clone () from /usr/lib/libc.so.6 Thread 1 (Thread 0x7fe9aea47780 (LWP 7089)): [KCrash Handler] #6 0x00007fe99ce5f980 in ?? () from /usr/lib/kde4/okularpart.so #7 0x00007fe99ce56ce2 in ?? () from /usr/lib/kde4/okularpart.so #8 0x00007fe9ac600787 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4 #9 0x00007fe9ac9bff7e in QFrame::event(QEvent*) () from /usr/lib/libQtGui.so.4 #10 0x00007fe99ce5c346 in ?? () from /usr/lib/kde4/okularpart.so #11 0x00007fe9abb923f6 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #12 0x00007fe9ac5ac98c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #13 0x00007fe9ac5b356f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #14 0x00007fe9ad57925a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5 #15 0x00007fe9abb9228d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #16 0x00007fe9ac5b2bcf in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/libQtGui.so.4 #17 0x00007fe9ac6297a2 in ?? () from /usr/lib/libQtGui.so.4 #18 0x00007fe9ac62819c in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4 #19 0x00007fe9ac6502e2 in ?? () from /usr/lib/libQtGui.so.4 #20 0x00007fe9a7f80a0d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #21 0x00007fe9a7f80cf8 in ?? () from /usr/lib/libglib-2.0.so.0 #22 0x00007fe9a7f80dac in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #23 0x00007fe9abbc137d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #24 0x00007fe9ac6503a6 in ?? () from /usr/lib/libQtGui.so.4 #25 0x00007fe9abb90de1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #26 0x00007fe9abb91145 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #27 0x00007fe9abb966e9 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #28 0x0000000000409dbc in main (argc=1, argv=0x7fff6d69c5c8) at /media/dataHD/development/kde/bugs/okular/shell/main.cpp:64 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Okular-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/okular-devel
