Ticket #1833: gdb.log.txt

File gdb.log.txt, 2.4 KB (added by rectalogic@…, 16 years ago)

gdb log

Line 
1(gdb) run "/mnt/hgfs/Passport/bugs/mencoder-swscale-crash/mpeg1-crash.mpg" -of lavf -lavfopts format=mov -ovc raw -vf format=uyvy -ffourcc 2vuy -sws 9 -nosound -o t.mov
2Starting program: /home/aw/mplayer-svn/mencoder "/mnt/hgfs/Passport/bugs/mencoder-swscale-crash/mpeg1-crash.mpg" -of lavf -lavfopts format=mov -ovc raw -vf format=uyvy -ffourcc 2vuy -sws 9 -nosound -o t.mov
3[Thread debugging using libthread_db enabled]
4MEncoder SVN-r32676-4.3.2 (C) 2000-2010 MPlayer Team
5success: format: 0 data: 0x0 - 0x500000
6MPEG-PS file format detected.
7VIDEO: MPEG1 704x480 (aspect 6) 29.970 fps 0.0 kbps ( 0.0 kbyte/s)
8[V] filefmt:2 fourcc:0x10000001 size:704x480 fps:29.970 ftime:=0.0334
9** MUXER_LAVF *****************************************************************
10REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
11INCORRECT files in the presence of B-frames. Moreover, due to bugs MPlayer
12will play these INCORRECT files as if nothing were wrong!
13*******************************************************************************
14OK, exit.
15Opening video filter: [expand osd=1]
16Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
17Opening video filter: [format fmt=uyvy]
18==========================================================================
19Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
20Selected video codec: [ffmpeg1] vfm: ffmpeg (FFmpeg MPEG-1)
21==========================================================================
22Forcing output FourCC to 79757632 [2vuy].
23Could not find matching colorspace - retrying with -vf scale...
24Opening video filter: [scale]
25Movie-Aspect is 1.74:1 - prescaling to correct movie aspect.
26[swscaler @ 0x8842600]Lanczos scaler, from yuv420p to uyvy422 using MMX2
27Pos: 0.0s 1f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.000 [0:0]
28VIDEO CODEC ID: 14
29Writing header...
30[mov @ 0x8731fa0]Codec for stream 0 does not use global headers but container format requires global headers
31[New Thread 0xb75116b0 (LWP 30997)]Trem: 0min 137mb A-V:0.000 [0:0]
32
33Program received signal SIGSEGV, Segmentation fault.
34[Switching to Thread 0xb75116b0 (LWP 30997)]
350x0860d5e2 in hScale_MMX2 (dst=Cannot access memory at address 0xfffffa88
36) at swscale_template.c:2051
372051 __asm__ volatile(
38(gdb) bt
39#0 0x0860d5e2 in hScale_MMX2 (dst=Cannot access memory at address 0xfffffa88
40) at swscale_template.c:2051
41Cannot access memory at address 0xfffffa84
42
43 )