FS#49230 - [vlc] segmentation fault

Attached to Project: Community Packages
Opened by Aleeex87 (aleeex87) - Friday, 06 May 2016, 07:22 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 10 June 2016, 20:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
Vlc crashes while trying to open an rtsp stream H264 video stream.

Additional info:
* package version: 2.2.3-2
* crash log:

VLC media player 2.2.3 Weatherwax (revision 2.2.3-0-g7370183)
[00000000009bf148] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory
[00007f51c00009b8] core input error: ES_OUT_RESET_PCR called
*** Error in `vlc': double free or corruption (out): 0x00007f51b01ca140 ***
======= Backtrace: =========
/usr/lib/libc.so.6(+0x6f364)[0x7f51f7d67364]
/usr/lib/libc.so.6(+0x74d96)[0x7f51f7d6cd96]
/usr/lib/libc.so.6(+0x7557e)[0x7f51f7d6d57e]
/usr/lib/vlc/plugins/codec/libg711_plugin.so(+0xfc3)[0x7f51cd2e8fc3]
/usr/lib/libvlccore.so.8(+0x3f09f)[0x7f51f7a3309f]
/usr/lib/libvlccore.so.8(+0x4101d)[0x7f51f7a3501d]
/usr/lib/libpthread.so.0(+0x7424)[0x7f51f82a4424]
/usr/lib/libc.so.6(clone+0x6d)[0x7f51f7ddfcbd]


Steps to reproduce:
* Open an rtsp stream which sends H264 video
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 10 June 2016, 20:43 GMT
Reason for closing:  Fixed
Comment by Kevin Brodsky (Corax) - Monday, 16 May 2016, 08:22 GMT
Same here. For the record, I don't get the core input error, directly the double free:

$ vlc
VLC media player 2.2.3 Weatherwax (revision 2.2.3-0-g7370183)
[0000000001218148] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
*** Error in `vlc': double free or corruption (out): 0x00007fa9501ca210 ***
======= Backtrace: =========
/usr/lib/libc.so.6(+0x6ed4b)[0x7fa98bd9cd4b]
/usr/lib/libc.so.6(+0x74546)[0x7fa98bda2546]
/usr/lib/libc.so.6(+0x74d1e)[0x7fa98bda2d1e]
/usr/lib/vlc/plugins/codec/libg711_plugin.so(+0xfc3)[0x7fa964ed6fc3]
/usr/lib/libvlccore.so.8(+0x3f09f)[0x7fa98ba6909f]
/usr/lib/libvlccore.so.8(+0x4101d)[0x7fa98ba6b01d]
/usr/lib/libpthread.so.0(+0x7474)[0x7fa98c2da474]
/usr/lib/libc.so.6(clone+0x6d)[0x7fa98be1569d]
Comment by Aleeex87 (aleeex87) - Monday, 23 May 2016, 08:10 GMT
Any news about the issue?
Comment by Aleeex87 (aleeex87) - Monday, 23 May 2016, 09:55 GMT
Comment by Aleeex87 (aleeex87) - Friday, 10 June 2016, 06:38 GMT
the bug can not be reproduced after updating to version 2.2.4-1

Loading...