[okular] [Bug 426658] Okular crashed while annotating document

Tobias Deiminger bugzilla_noreply at kde.org
Wed Oct 7 22:16:33 BST 2020


https://bugs.kde.org/show_bug.cgi?id=426658

Tobias Deiminger <haxtibal at posteo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |haxtibal at posteo.de

--- Comment #10 from Tobias Deiminger <haxtibal at posteo.de> ---
(In reply to Simone Gaiarin from comment #9)
> Possibly this and the crash are two separates bugs.

Imo there's a good chance that
https://invent.kde.org/graphics/okular/-/merge_requests/291 fixes both "text no
longer selected" and "crash".

Currently TextSelectorEngine holds a raw pointer to a PageViewItem owned by
PageViewPrivate much longer than intended. Some unrelated PageView interaction
can delete that PageViewItem in the meantime, leaving
TextSelectorEngine::m_lockedItem dangling and causing crash on next access to
m_lockedItem in TextSelectorEngine::event.

The attached crash dump is in line with that guess, so it may be worth trying
MR 291.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list