| Summary: | Okular crashing when saving a PDF with highlighting | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Queue <qmm> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | agustingifi, whyhow+tech |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 23.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Queue
2023-09-11 23:14:44 UTC
*** This bug has been marked as a duplicate of bug 474451 *** Created attachment 162891 [details]
New crash information added by DrKonqi
okular (23.08.1) using Qt 5.15.10
When highlighting text and saving (ovewriting a file), sometimes Okular will crash.
The text I was reading is a long PDF file, over 1000 Pages and many highlights were done, so there might be a Segmentation Fault happening somewhere.
-- Backtrace (Reduced):
#4 0x00007fbe35d4f78a in Okular::Document::addPageAnnotation(int, Okular::Annotation*) () from /lib/x86_64-linux-gnu/libOkular5Core.so.11
[...]
#7 0x00007fbe44da4e18 in QWidget::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8 0x00007fbe44e4fc8e in QFrame::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9 0x00007fbe440c2e5b in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007fbe44d62d1e in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
|