[FFmpeg-trac] #3226(avcodec:new): SEGFAULT in libavcodec in ff_emu_edge_vfix3_mmx.body_loop when playing video in vlc.
FFmpeg
trac at avcodec.org
Mon Dec 16 14:39:05 CET 2013
#3226: SEGFAULT in libavcodec in ff_emu_edge_vfix3_mmx.body_loop when playing
video in vlc.
-----------------------------------+-----------------------------------
Reporter: michalsrb | Owner:
Type: defect | Status: new
Priority: normal | Component: avcodec
Version: 2.1.1 | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-----------------------------------+-----------------------------------
Comment (by michalsrb):
Replying to [comment:3 cehoyos]:
> Does the following command line allow you to reproduce the crash?
> {{{
> $ for i in {1..30}; do vlc --avi-index 2 --play-and-exit --ffmpeg-
threads=1 --no-audio sample-file.avi; done;
> }}}
Yes, it crashed. However I noticed vlc is complaining about the --ffmpeg-
threads parameter: "Warning: option --ffmpeg-threads no longer exists.".
And I realized that the vlc and ffmpeg are not from opensuse 12.3
repositories, but from Packman.
(http://packman.inode.at/suse/openSUSE_12.3/Essentials):
vlc-2.1.2-186.2
ffmpeg-2.1.2-2.1
libacodec55-2.1.2-2.1
Sorry for not mentioning it earlier.
> Which video output module are you using? Does it also crash with {{{-V
dummy}}}?
If I am not mistaken, XVideo:
{{{
[0x7f70bc001248] xcb_xv vout display debug: connected to X11.0 server
[0x7f70bc001248] xcb_xv vout display debug: vendor : The X.Org Foundation
[0x7f70bc001248] xcb_xv vout display debug: version: 11302000
[0x7f70bc001248] xcb_xv vout display debug: using screen 0xdb
[0x7f70bc001248] xcb_xv vout display debug: using XVideo extension v2.2
[0x7f70bc001248] xcb_xv vout display debug: using adaptor Intel(R)
Textured Video
[0x7f70bc001248] xcb_xv vout display debug: using port 81
[0x7f70bc001248] xcb_xv vout display debug: using image format 0x30323449
[0x7f70bc001248] xcb_xv vout display debug: using X11 visual ID 0x21
(depth: 24)
[0x7f70bc001248] xcb_xv vout display debug: using X11 window 0x05a00000
[0x7f70bc001248] xcb_xv vout display debug: using X11 graphic context
0x05a00002
}}}
I couldn't reproduce it with {{{-V dummy}}}. I have let it run many times,
hopefully I wasn't just (un)lucky.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3226#comment:4>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list