Bug 182906 - crash in okular (during slideshow in pdf)
Summary: crash in okular (during slideshow in pdf)
Status: RESOLVED DUPLICATE of bug 180291
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 19:02 UTC by Sandeep
Modified: 2009-03-30 18:14 UTC (History)
0 users

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 Sandeep 2009-02-02 19:02:54 UTC
Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    Ubuntu Packages

Qt: 4.4.3
KDE: 4.2.00 (KDE 4.2.0)
Okular: 0.8


Application: Okular (okular), signal SIGABRT

Thread 1 (Thread 0xb61398d0 (LWP 28416)):
[KCrash Handler]
#6  0xb8027430 in __kernel_vsyscall ()
#7  0xb67f7880 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb67f9248 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb739f795 in qt_message_output () from /usr/lib/libQtCore.so.4
#10 0xb739f872 in qFatal () from /usr/lib/libQtCore.so.4
#11 0xb739f8cc in qt_assert_x () from /usr/lib/libQtCore.so.4
#12 0xb4b7fa89 in ?? () from /usr/lib/kde4/okularpart.so
#13 0xb4b80b66 in ?? () from /usr/lib/kde4/okularpart.so
#14 0xb6bdf949 in QWidget::event () from /usr/lib/libQtGui.so.4
#15 0xb4b7a0c3 in ?? () from /usr/lib/kde4/okularpart.so
#16 0xb6b878ec in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#17 0xb6b900e1 in QApplication::notify () from /usr/lib/libQtGui.so.4
#18 0xb7a3906d in KApplication::notify () from /usr/lib/libkdeui.so.5
#19 0xb7497e61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#20 0xb6b8f36e in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
#21 0xb6bf9656 in ?? () from /usr/lib/libQtGui.so.4
#22 0xb6bf89e5 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#23 0xb6c227aa in ?? () from /usr/lib/libQtGui.so.4
#24 0xb646f6f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#25 0xb6472da3 in ?? () from /usr/lib/libglib-2.0.so.0
#26 0xb6472f61 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#27 0xb74c2478 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#28 0xb6c21ea5 in ?? () from /usr/lib/libQtGui.so.4
#29 0xb749652a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#30 0xb74966ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#31 0xb7498da5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#32 0xb6b87767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#33 0x0804e497 in _start ()
Comment 1 Pino Toscano 2009-02-02 19:07:32 UTC
Hi,

what were you doing when Okular crashed? Can you reproduce it? Does it happen with any document?
Also, the backtrace you provided is not useful. You can get a better one by following the instructions in:
http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports

Thanks!
Comment 2 Sandeep 2009-02-02 19:56:41 UTC
here's something that happens when run through GDB. Please tell me if this is enough.

Reproducibility: certain pdfs when viewed in "Slideshow" mode - dont go to slideshow at all. I mean a smaller window pops up. To close, I move my mouse to the top right corner and click and then the crash occurs.
Please note that the pdf was created from openoffice impress 3.0

[New Thread 0xb2d51b90 (LWP 7012)]                                            
[Thread 0xb2550b90 (LWP 7011) exited]                                         
Error: Couldn't create a font for 'BAAAAA+LiberationSerif-Regular'            
Error: Couldn't create a font for 'BAAAAA+LiberationSerif-Regular'            
[Thread 0xb2d51b90 (LWP 7012) exited]                                         
ASSERT failure in QVector<T>::operator[]: "index out of range", file /usr/include/qt4/QtCore/qvector.h, line 325

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb61548d0 (LWP 6935)]
0xb8042430 in __kernel_vsyscall ()
(gdb) bt
#0  0xb8042430 in __kernel_vsyscall ()
#1  0xb6812880 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb6814248 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb73ba795 in qt_message_output () from /usr/lib/libQtCore.so.4
#4  0xb73ba872 in qFatal () from /usr/lib/libQtCore.so.4
#5  0xb73ba8cc in qt_assert_x () from /usr/lib/libQtCore.so.4
#6  0xb4b9aa89 in ?? () from /usr/lib/kde4/okularpart.so
#7  0xb4b9b908 in ?? () from /usr/lib/kde4/okularpart.so
#8  0xb6bfa7cb in QWidget::event () from /usr/lib/libQtGui.so.4
#9  0xb4b950c3 in ?? () from /usr/lib/kde4/okularpart.so
#10 0xb6ba28ec in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#11 0xb6bab0e1 in QApplication::notify () from /usr/lib/libQtGui.so.4
#12 0xb7a5406d in KApplication::notify () from /usr/lib/libkdeui.so.5
#13 0xb74b2e61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#14 0xb6baa36e in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
#15 0xb6c14656 in ?? () from /usr/lib/libQtGui.so.4
#16 0xb6c139e5 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#17 0xb6c3d7aa in ?? () from /usr/lib/libQtGui.so.4
#18 0xb648a6f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#19 0xb648dda3 in ?? () from /usr/lib/libglib-2.0.so.0
#20 0xb648df61 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#21 0xb74dd478 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#22 0xb6c3cea5 in ?? () from /usr/lib/libQtGui.so.4
#23 0xb74b152a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#24 0xb74b16ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#25 0xb74b3da5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#26 0xb6ba2767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#27 0x0804e497 in _start ()
(gdb)
Comment 3 Pino Toscano 2009-02-02 21:49:01 UTC
This is the same output as outputted with the crash dialog.
You need to install the packages of your distro that provide debug symbols for Okular (part of kdegraphics).
Comment 4 Pino Toscano 2009-03-30 18:14:04 UTC
This looks like another case of the problem reported in bug #180291.

Please test again once KDE 4.2.2 is out; if you can reproduce, please reopen this bug.

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