Summary: | Crash on right-click over a specific section of the TOC of a specific document | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Luigi Toscano <luigi.toscano> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jetthusher, me, oliver.sander |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/okular/14dc396cdb110b35cc76864ca8397586dbd9b81e | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Luigi Toscano
2018-07-08 23:39:55 UTC
Git commit 14dc396cdb110b35cc76864ca8397586dbd9b81e by Albert Astals Cid. Committed on 09/07/2018 at 22:49. Pushed by aacid into branch 'Applications/18.04'. Do not crash on right-click on TOC item with no associated page M +1 -1 core/document.cpp https://commits.kde.org/okular/14dc396cdb110b35cc76864ca8397586dbd9b81e *** Bug 397800 has been marked as a duplicate of this bug. *** Created attachment 117054 [details] New crash information added by DrKonqi okular (1.3.2) using Qt 5.11.2 - What I was doing when the application crashed: Right click on any item in the contents section crashes Okular. The document where it happens: https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf -- Backtrace (Reduced): #6 0x00007f4674f9f700 in Okular::Page::number() const () from /usr/lib/x86_64-linux-gnu/libOkular5Core.so.8 #7 0x00007f46750c3723 in Okular::Part::showMenu(Okular::Page const*, QPoint const&, QString const&, Okular::DocumentViewport const&) () from /usr/lib/x86_64-linux-gnu/qt5/plugins/okularpart.so [...] #9 0x00007f467515f85f in TOC::rightClick(Okular::DocumentViewport const&, QPoint const&, QString const&) () from /usr/lib/x86_64-linux-gnu/qt5/plugins/okularpart.so #10 0x00007f467515fa20 in TOC::contextMenuEvent(QContextMenuEvent*) () from /usr/lib/x86_64-linux-gnu/qt5/plugins/okularpart.so #11 0x00007f46844317c8 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 |