Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#9335 closed defect (invalid)

segfault when invoking libaom realtime mode and cpu-used 8

Reported by: veikk0 Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: libaom libaom-av1 crash
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

FFmpeg exits with a segfault when attempting to run libaom in realtime mode (-usage realtime) and -cpu-used 8.

The command runs for a moment before exiting with a segmentation fault.

How to reproduce:

ffmpeg -i input.mp4 -an -c:v libaom-av1 -b:v 0 -crf 40 -cpu-used 8 -usage realtime rt.mp4

Version and build info:

ffmpeg version N-102971-g13ec6624b3
built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)

libaom was built from git

Change History (2)

comment:1 by James, 3 years ago

Resolution: invalid
Status: newclosed

I can reproduce the crash, but the backtrace points to an internal libaom function, so you should report this problem to that project instead.

Note: See TracTickets for help on using tickets.