OpenVisualCloud/SVT-VP9

Crash at deinit

Opened this issue · 0 comments

./SvtVp9EncApp -w 3840 -h 2160 -i xxx.yuv -fps 30 -n 100 -q 40 -b out.bin
For qp <=40, above command line causes:

Thread 1 "SvtVp9EncApp" received signal SIGSEGV, Segmentation fault.
0x00007ffff6e55582 in __GI___libc_free (mem=0x7fff3eff6010) at malloc.c:2974
2974    malloc.c: No such file or directory.
(gdb) bt
#0  0x00007ffff6e55582 in __GI___libc_free (mem=0x7fff3eff6010) at malloc.c:2974
#1  0x00007ffff76061ff in eb_vp9_deinit_encoder (svt_enc_component=0x555555761230) at /home/vcse/jun/jun_fork/SVT-VP9/Source/Lib/Codec/EbEncHandle.c:1626
#2  0x0000555555559794 in de_init_encoder (callback_data_ptr=0x555555761170, instance_index=0) at /home/vcse/jun/jun_fork/SVT-VP9/Source/App/EbAppContext.c:475
#3  0x000055555555a910 in main (argc=17, argv=0x7fffffffe138) at /home/vcse/jun/jun_fork/SVT-VP9/Source/App/EbAppMain.c:292