[FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

Rémi Denis-Courmont remi at remlab.net
Mon Dec 11 18:44:24 EET 2023


Le lauantaina 9. joulukuuta 2023, 12.45.03 EET flow gg a écrit :
> There's a strange issue:
> 
> Adding tests can compile successfully on x86 and lichee4a (risc v), but it
> results in an error on k230.
> 
> > collect2: fatal error: ld terminated with signal 9 [Killed]
> > compilation terminated.
> > 
> > [32833.539109]
> 
> oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),task=ld,pid=6804,uid=100
> 0
> > [32833.547321] Out of memory: Killed process 6804 (ld) total-vm:363180kB,
> 
> anon-rss:357536kB, file-rss:932kB, shmem-rss:0kB, UID:1000 pgtables:732kB
> oom_score_adj:0
> 
> > [32833.653223] oom_reaper: reaped process 6804 (ld), now anon-rss:0kB,
> 
> file-rss:0kB, shmem-rss:0kB
> 
> If I remove the line 1429 with FF_CODEC_ENCODE_CB(aac_encode_frame), there
> is no error on k230, but I am unsure of the reason.

Looks like plain dumb out-of-memory situation?
Not all that surprising when the hardware has only 512 MiB of RAM.

-- 
レミ・デニ-クールモン
http://www.remlab.net/





More information about the ffmpeg-devel mailing list