[okular] [Bug 399656] New: Okular crashes when opening a .pdf file with an embedded .avi video
Florian Stuhlmann
bugzilla_noreply at kde.org
Thu Oct 11 12:57:56 BST 2018
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-devel at kde.org
Reporter: florianstuhlmann at 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 the assignee for the bug.
More information about the Okular-devel
mailing list