https://bugs.kde.org/show_bug.cgi?id=399656
Bug ID: 399656 Summary: Okular crashes when opening a .pdf file with an embedded .avi video Product: okular Version: 1.3.3 Platform: Ubuntu Packages OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: PDF backend Assignee: okular-de...@kde.org Reporter: florianstuhlm...@gmail.com Target Milestone: --- Created attachment 115564 --> https://bugs.kde.org/attachment.cgi?id=115564&action=edit .pdf file and .avi file SUMMARY Okular crashes when opening a .pdf file with an embedded .avi video STEPS TO REPRODUCE 1. Unpack attached .pdf and .avi file in the same directory 2. Open .pdf file: okular bug_avi.pdf You can also create the .avi and .pdf file by yourself: .avi ---- Mathematica: Export["test.avi", Table[Plot[Sin[x + phi], {x, 0, 3 Pi}], {phi, 0, 2 Pi, Pi}]] .pdf ---- pdflatex: \documentclass{beamer} \usepackage{multimedia} \begin{document} \begin{frame} \movie[height=6cm, width=6cm, showcontrols, poster]{}{test.avi} \end{frame} \end{document} OBSERVED RESULT Okular crashes with [00007f3f64021bd0] xcb_xv vout display error: unknown XVideo YUV format 3231564e (NV12) Segmentation fault (core dumped) EXPECTED RESULT Okular should not crash. SOFTWARE VERSIONS Distribution: Ubuntu (Mate) 18.04.1 LTS KDE Frameworks Version: 5.44.0 Qt Version: 5.9.5 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.