Opened 12 years ago
Closed 12 years ago
#2723 closed defect (fixed)
vc1 crash with low mem
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | crash SIGSEGV vc1 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
http://www1.datafilehost.com/d/22730b1f
knoppix@Microknoppix:/media/sdb1$ ulimit -Sv 21700 knoppix@Microknoppix:/media/sdb1$ ./ffmpeg3 -i wmv9adv.wmv -f null - ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on Jun 28 2013 16:46:26 with gcc 4.7 (Debian 4.7.2-4) configuration: --disable-asm --enable-gpl --disable-ffprobe libavutil 52. 37.101 / 52. 37.101 libavcodec 55. 17.100 / 55. 17.100 libavformat 55. 10.100 / 55. 10.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 77.101 / 3. 77.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, asf, from 'wmv9adv.wmv': Metadata: SfOriginalFPS : 250000 WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: AP@L1 Duration: 00:00:12.68, bitrate: 1684 kb/s Stream #0:0(pol): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 320x240, 3145 kb/s, 25 tbr, 1k tbn, 1k tbc Output #0, null, to 'pipe:': Metadata: SfOriginalFPS : 250000 WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: AP@L1 encoder : Lavf55.10.100 Stream #0:0(pol): Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (vc1 -> rawvideo) Press [q] to stop, [?] for help [vc1 @ 0x905d8f0] Error allocating a picture. Error while decoding stream #0:0: Operation not permitted [vc1 @ 0x905d8f0] Error allocating a picture. Error while decoding stream #0:0: Operation not permitted Segmentation fault knoppix@Microknoppix:/media/sdb1$
Change History (2)
comment:1 by , 12 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | crash SIGSEGV vc1 added |
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Should be fixed, thank you for the report!
Note:
See TracTickets
for help on using tickets.
Patch sent.