Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash at deinit #143

Open
tianjunwork opened this issue Mar 30, 2021 · 0 comments
Open

Crash at deinit #143

tianjunwork opened this issue Mar 30, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tianjunwork
Copy link
Contributor

./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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant