Bug 112104 - KPDF crashes when manipulating the TOC
Summary: KPDF crashes when manipulating the TOC
Status: RESOLVED DUPLICATE of bug 110087
Alias: None
Product: kpdf
Classification: Applications
Component: general (show other bugs)
Version: 0.4.2
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-06 09:13 UTC by Anton G. Alvedro
Modified: 2005-09-06 11:05 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 Anton G. Alvedro 2005-09-06 09:13:35 UTC
Version:           0.4.2 (using KDE 3.4.2, Kubuntu Package 4:3.4.2-0ubuntu0hoary2 )
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
OS:                Linux (i686) release 2.6.11.12

I have a rather large PDF document (over 2000 pages) with TOC. When I click on the crosses to open chapters and gain access to sections, the program crashes, giving the following back trace:

[KCrash handler]
#4  0xb730662f in QDomElement::attribute () from /usr/lib/libqt-mt.so.3
#5  0xb697fa24 in TOC::slotExecuted () from /usr/lib/kde3/libkpdfpart.so
#6  0xb6980105 in TOC::qt_invoke () from /usr/lib/kde3/libkpdfpart.so
#7  0xb70e0067 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#8  0xb740c568 in QListView::clicked () from /usr/lib/libqt-mt.so.3
#9  0xb71bbb5e in QListView::contentsMouseReleaseEventEx ()
   from /usr/lib/libqt-mt.so.3
#10 0xb71bb936 in QListView::contentsMouseReleaseEvent ()
   from /usr/lib/libqt-mt.so.3
#11 0xb78b5873 in KListView::contentsMouseReleaseEvent ()
   from /usr/lib/libkdeui.so.4
#12 0xb71ea0fc in QScrollView::viewportMouseReleaseEvent ()
   from /usr/lib/libqt-mt.so.3
#13 0xb71e9a10 in QScrollView::eventFilter () from /usr/lib/libqt-mt.so.3
#14 0xb71ba338 in QListView::eventFilter () from /usr/lib/libqt-mt.so.3
#15 0xb70ddb01 in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#16 0xb70dda5d in QObject::event () from /usr/lib/libqt-mt.so.3
#17 0xb711376f in QWidget::event () from /usr/lib/libqt-mt.so.3
#18 0xb7088370 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#19 0xb7087ac7 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#20 0xb75d88a5 in KApplication::notify () from /usr/lib/libkdecore.so.4
#21 0xb702112f in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#22 0xb701ee1c in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#23 0xb7034ec2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#24 0xb709974c in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#25 0xb709960e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#26 0xb708857b in QApplication::exec () from /usr/lib/libqt-mt.so.3
#27 0x0804efbe in ?? ()
#28 0xbffff910 in ?? ()
#29 0xbffff8e0 in ?? ()
#30 0x00000000 in ?? ()
#31 0x00000000 in ?? ()
#32 0x08050bb5 in _IO_stdin_used ()
#33 0x00000001 in ?? ()
#34 0x08050e20 in _IO_stdin_used ()
#35 0x00000000 in ?? ()
#36 0x00000000 in ?? ()
#37 0x08050aa0 in _IO_stdin_used ()
#38 0x0804c55e in ?? ()
#39 0xbffff968 in ?? ()
#40 0xb7ff3151 in _dl_lookup_versioned_symbol () from /lib/ld-linux.so.2
#41 0xb7d8e8c8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#42 0x0804ecc1 in ?? ()
Comment 1 Albert Astals Cid 2005-09-06 11:05:11 UTC

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