Bug 3238

Summary: Crashes on most of my videos
Product: Fedora Reporter: marcin-bugz
Component: kodiAssignee: Michael Cronenworth <mike>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexl, ktdreyer
Priority: P5    
Version: 21   
Hardware: All   
OS: GNU/Linux   
namespace:
Attachments: crash log
Xorg.log

Description marcin-bugz 2014-05-12 17:16:38 CEST
Created attachment 1298 [details]
crash log

XBMC UI starts and works ok on my machine. But when I want to play some video it crashes badly (crash log attached).

So far I found just one video which did not crashed xbmc.
Comment 1 Ken Dreyer 2014-05-12 17:22:37 CEST
Looks like we're crashing here:

Thread 1 (Thread 0x7fd30ffff700 (LWP 1962)):
#0  0x000000312e435bf7 in raise () from /lib64/libc.so.6
#1  0x000000312e43785a in abort () from /lib64/libc.so.6
#2  0x000000312e47aa73 in __libc_message () from /lib64/libc.so.6
#3  0x000000312e48276e in _int_free () from /lib64/libc.so.6
#4  0x000000312e486d8c in free () from /lib64/libc.so.6
#5  0x00000000008c6f24 in std::_Deque_base<VDPAU::CVdpauDecodedPicture, std::allocator<VDPAU::CVdpauDecodedPicture> >::~_Deque_base() ()
#6  0x00000000008bece4 in VDPAU::CMixer::~CMixer() ()
#7  0x00000000008bf12f in VDPAU::COutput::~COutput() ()
#8  0x00000000008bf2a0 in VDPAU::CDecoder::~CDecoder() ()
#9  0x00000000008bf647 in VDPAU::CDecoder::Release() ()
#10 0x00000000008b4c02 in CDVDVideoCodecFFmpeg::GetFormat(AVCodecContext*, AVPixelFormat const*) ()
#11 0x00007fd3c22503ec in decode_slice_header () from /lib64/libavcodec.so.55
#12 0x00007fd3c2252cc0 in decode_nal_units () from /lib64/libavcodec.so.55
#13 0x00007fd3c2253b61 in h264_decode_frame () from /lib64/libavcodec.so.55
#14 0x00007fd3c246a316 in avcodec_decode_video2 () from /lib64/libavcodec.so.55
#15 0x00000000008b6f1e in CDVDVideoCodecFFmpeg::Decode(unsigned char*, int, double, double) ()
#16 0x0000000001095b95 in CDVDPlayerVideo::Process() ()
#17 0x0000000001350afa in CThread::Action() ()
#18 0x0000000001350dc3 in CThread::staticThread(void*) ()
#19 0x000000312ec07555 in start_thread () from /lib64/libpthread.so.0
#20 0x000000312e504e2d in clone () from /lib64/libc.so.6
Comment 2 marcin-bugz 2014-05-12 17:26:34 CEST
Created attachment 1299 [details]
Xorg.log
Comment 3 Michael Cronenworth 2014-05-12 17:28:25 CEST
Read the comments in bug 3230.

*** This bug has been marked as a duplicate of bug 3230 ***