Bug 400733 - Application crash on text highlight
Summary: Application crash on text highlight
Status: RESOLVED DUPLICATE of bug 400511
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 1.5.2
Platform: Manjaro Linux
: NOR crash
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-06 10:52 UTC by Simone Gaiarin
Modified: 2018-11-06 13:09 UTC (History)
1 user (show)

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 Simone Gaiarin 2018-11-06 10:52:24 UTC
SUMMARY
Okular crashes (Segmentation fault) after using TextAnnotation tool (highlighter, underline). No crash with the other annotation tools.


STEPS TO REPRODUCE
1. Highlight text in a PDF

OBSERVED RESULT
Okular crashes


SOFTWARE VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.14.2
Qt Version: 5.11.2
KDE Frameworks Version: 5.51.0
poppler: 0.70.1-1

SHELL OUTPUT
qt.qpa.input.events: XI2 mouse motion 889,386, time 1696583, source MouseEventNotSynthesized
qt.qpa.input.events: XI2 mouse release, button 1, time 1696583, source MouseEventNotSynthesized
qt.widgets.gestures: QGestureManager:Recognizer: ignored the event:  QPanGesture(state=NoGesture,lastOffset=0,0QPointF(0,0),offset=0,0,acceleration=0,delta=0,0) QMouseEvent(MouseMove, buttons=LeftButton, localPos=561,318, screenPos=4729,415)
qt.widgets.gestures: QGestureManager:Recognizer: ignored the event:  QPinchGesture(state=NoGesture,totalChangeFlags=QFlags<QPinchGesture::ChangeFlag>(),changeFlags=QFlags<QPinchGesture::ChangeFlag>(),startCenterPoint=0,0,lastCenterPoint=0,0,centerPoint=0,0,totalScaleFactor=1,lastScaleFactor=1,scaleFactor=1,totalRotationAngle=0,lastRotationAngle=0,rotationAngle=0) QMouseEvent(MouseMove, buttons=LeftButton, localPos=561,318, screenPos=4729,415)
qt.widgets.gestures: QGestureManager:Recognizer: ignored the event:  QPanGesture(state=NoGesture,lastOffset=0,0QPointF(0,0),offset=0,0,acceleration=0,delta=0,0) QMouseEvent(MouseButtonRelease, LeftButton, localPos=561,318, screenPos=4729,415)
qt.widgets.gestures: QGestureManager:Recognizer: ignored the event:  QPinchGesture(state=NoGesture,totalChangeFlags=QFlags<QPinchGesture::ChangeFlag>(),changeFlags=QFlags<QPinchGesture::ChangeFlag>(),startCenterPoint=0,0,lastCenterPoint=0,0,centerPoint=0,0,totalScaleFactor=1,lastScaleFactor=1,scaleFactor=1,totalRotationAngle=0,lastRotationAngle=0,rotationAngle=0) QMouseEvent(MouseButtonRelease, LeftButton, localPos=561,318, screenPos=4729,415)
Segmentation fault (core dumped)
Comment 1 Keziolio 2018-11-06 10:56:09 UTC

*** This bug has been marked as a duplicate of bug 400511 ***
Comment 2 Keziolio 2018-11-06 10:57:34 UTC
Archlinux already distributed the fixed poppler, it'll reach manjaro soon
Comment 3 Simone Gaiarin 2018-11-06 13:09:32 UTC
Perfect. Thanks.