Ticket #5740: crash_details.txt

File crash_details.txt, 1.9 KB (added by anonymous, 16 years ago)
Line 
1Program terminated with signal 11, Segmentation fault.
2#0  0xb7168c1e in hl_decode_mb_complex (h=0xa4283520) at h264.c:2414
32414                XCHG(h->left_border[offset+i*step], src_y [i*  linesize], temp8, xchg);
4(gdb) bt   
5#0  0xb7168c1e in hl_decode_mb_complex (h=0xa4283520) at h264.c:2414
6#1  0xb716a128 in hl_decode_mb (h=0xa4283520) at h264.c:2686
7#2  0xb7174277 in decode_slice (avctx=0xb2754930, h=0xa4283520) at h264.c:6657
8#3  0xb7174649 in execute_decode_slices (h=0x0, context_count=15) at h264.c:7281
9#4  0xb71772e3 in decode_nal_units (h=0xa4283520, buf=0x9de6b390 "", buf_size=19045) at h264.c:7467
10#5  0xb717760b in decode_frame (avctx=0xb2754930, data=0xac98c4d4, data_size=0xac98cb14, buf=0x9de6b390 "", buf_size=19045) at h264.c:7583
11#6  0xb7014693 in avcodec_decode_video (avctx=0xb2754930, picture=0xac98c4d4, got_picture_ptr=0xac98cb14, buf=0x9de6b390 "", buf_size=19045) at utils.c:943
12#7  0xb7a93044 in AvFormatDecoder::GetFrame (this=0xb2765648, onlyvideo=0) at avformatdecoder.cpp:3613
13#8  0xb7a36ace in NuppelVideoPlayer::GetFrameNormal (this=0xb2702d48, onlyvideo=0) at NuppelVideoPlayer.cpp:1396
14#9  0xb7a3c718 in NuppelVideoPlayer::GetFrame (this=0xb2702d48, onlyvideo=0, unsafe=false) at NuppelVideoPlayer.cpp:1481
15#10 0xb7a4a202 in NuppelVideoPlayer::StartPlaying (this=0xb2702d48) at NuppelVideoPlayer.cpp:3612
16#11 0xb7a005bf in SpawnDecode (param=0xb2702d48) at tv_play.cpp:492
17#12 0xb5f7c013 in start_thread () from /lib/libpthread.so.0
18#13 0xb5dec48e in clone () from /lib/libc.so.6
19Current language:  auto; currently c
20(gdb) list
212409        a= b;\
222410    b= t;
232411
242412        if(deblock_left){
252413            for(i = !deblock_top; i<16; i++){
262414                XCHG(h->left_border[offset+i*step], src_y [i*  linesize], temp8, xchg);
272415            }
282416            XCHG(h->left_border[offset+i*step], src_y [i*  linesize], temp8, 1);
292417        }
302418
31