Opened 19 years ago

Closed 17 years ago

Last modified 17 years ago

#233 closed defect (wontfix)

Crash within mpeg2_set_buf decode.c when hardframedropping is on

Reported by: peterzelezny@… Owned by: alex@…
Priority: normal Component: core
Version: 1.0pre6 Severity: major
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Crashes when running:

run -sws 2 -vf tfields=4 -fs -vo xmga -monitoraspect 1.25 dvb://NINE

and then enabling hardframedrop using the 'd' key. Gdb trace attached.

Attachments (1)

mplayerbug.txt (2.7 KB ) - added by peterzelezny@… 19 years ago.
GDB backtrace

Download all attachments as: .zip

Change History (4)

by peterzelezny@…, 19 years ago

Attachment: mplayerbug.txt added

GDB backtrace

comment:1 by peterzelezny@…, 19 years ago

comment:2 by reimar, 19 years ago

Try with -vfm ffmpeg. Though it should not crash, hardframedrop seriously breaks
the stream as it does not even decode the frames - and the libmpeg2 decoder is
optimized for speed and has little error resilience.
So you should better use only framedrop or you can also use -vfm ffmpeg together
with lowres decoding.

comment:3 by reimar, 17 years ago

Resolution: wontfix
Status: newclosed

Currently looks like a libmpeg2 crash due to hardframedrop. Unless exploitable
(does not look like it) this won't be fixed.
If you have differing/additional information, reopen.

Note: See TracTickets for help on using tickets.