Opened 12 years ago

Closed 12 years ago

#1168 closed defect (needs_more_info)

FFmpeg Crash on x64

Reported by: Dennis Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: win64
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

On Windows 7 x64

Crash with 64-bit binary when transocding any input I've tried so far:

ffmpeg -i "C:\Temp\Episode 101.mpg" C:\Temp\Test.avi
ffmpeg version N-39494-g41a097a Copyright (c) 2000-2012 the FFmpeg developers

built on Apr 3 2012 20:23:48 with gcc 4.6.2
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru

ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libope
ncore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --en
able-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger -
-enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwben
c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-
libxvid --enable-zlib

libavutil 51. 44.100 / 51. 44.100
libavcodec 54. 12.100 / 54. 12.100
libavformat 54. 3.100 / 54. 3.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 66.101 / 2. 66.101
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 10.100 / 0. 10.100
libpostproc 52. 0.100 / 52. 0.100

[mpeg @ 00000000003EF240] max_analyze_duration 5000000 reached at 5005000
Input #0, mpeg, from 'C:\Temp\Episode 101.mpg':

Duration: 00:22:05.24, start: 0.280611, bitrate: 5389 kb/s

Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x480 [SAR 8:9 DAR

4:3], 8500 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc

Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s

[buffer @ 00000000041B0F20] w:720 h:480 pixfmt:yuv420p tb:1/1000000 sar:8/9 sws_
param:flags=2
Output #0, avi, to 'C:\Temp\Test.avi':

Metadata:

ISFT : Lavf54.3.100
Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 720x480 [SAR 8:9 DAR

4:3], q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc

Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16

Stream mapping:

Stream #0:0 -> #0:0 (mpeg2video -> mpeg4)
Stream #0:1 -> #0:1 (ac3 -> libmp3lame)

Press [q] to stop, ? for help
[mpeg2video @ 00000000003EFB20] warning: first frame is no keyframe

*Crashes Here*

Pops up the "Windows is checking for solution..."

32-bit binary is fine, same platform.

Attachments (1)

Untitled.bmp (193.4 KB ) - added by Dennis 12 years ago.
WindowsCrash

Download all attachments as: .zip

Change History (4)

by Dennis, 12 years ago

Attachment: Untitled.bmp added

comment:1 by Carl Eugen Hoyos, 12 years ago

Keywords: win64 added

Did you compile the executable yourself?

Please provide backtrace etc. as explained on http://ffmpeg.org/bugreports.html - gdb works fine on Windows.

comment:2 by Dennis, 12 years ago

I did not compile the binary.
I'm using the builds provided here: http://ffmpeg.zeranoe.com/builds/

I am unable to provide a backtrace because I do not have an environment for it.

Thank you.

comment:3 by Carl Eugen Hoyos, 12 years ago

Resolution: needs_more_info
Status: newclosed

Without a backtrace, this is impossible to fix.

Note: See TracTickets for help on using tickets.