Bug ID | 978282 |
---|---|
Summary | vlc: SIGFPE, Arithmetic exception |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | dimstar@opensuse.org |
Reporter | mpluskal@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Created attachment 675400 [details]
full backtrace
When using TW+packman repos for tw and I execute following:
/usr/bin/vlc -I dummy v4l:// --sout #transcode{vcodec=mp4v}:
standard{access=http,mux=ogg,dst=hobo.local:8080}
I get Arithmetic exception:
(gdb) bt
#0 0x00007f382deb578c in transcode_video_encoder_init
(p_stream=p_stream@entry=0x7f380c4c9398, id=id@entry=0x7f381c000b20) at
transcode/video.c:551
#1 0x00007f382deb60cb in transcode_video_process (p_stream=0x7f380c4c9398,
id=id@entry=0x7f381c000b20, in=0x0, out=out@entry=0x7f382c446c90) at
transcode/video.c:884
#2 0x00007f382deb167b in Send (p_stream=0x7f380c4c9398, id=0x7f381c000b20,
p_buffer=<optimized out>) at transcode/transcode.c:661
#3 0x00007f383c1ec658 in sout_InputSendBuffer (p_input=0x7f381c0009a0,
p_buffer=p_buffer@entry=0x7f38180008c0) at stream_output/stream_output.c:233
#4 0x00007f383c1795c4 in DecoderPlaySout (p_sout_block=0x7f38180008c0,
p_dec=0x7f380c4d2a58) at input/decoder.c:1501
#5 DecoderProcessSout (p_block=0x0, p_dec=<optimized out>) at
input/decoder.c:1556
#6 DecoderProcess (p_block=<optimized out>, p_dec=<optimized out>) at
input/decoder.c:1787
#7 DecoderThread (p_data=0x7f380c4d2a58) at input/decoder.c:909
#8 0x00007f383c9ea424 in start_thread (arg=0x7f382c447700) at
pthread_create.c:333
#9 0x00007f383c525add in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109