-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
jvm crash at libjniavformat #1711
Comments
i reproduced the issue, jvm will crashed at AVProgram program = fc.programs(0) if ffmpeg Could not find codec parameters for stream . -----gdb coredump ---java log SIGSEGV (0xb) at pc=0x00007fad959b3ef0, pid=2838329, tid=0x00007fae00f3f700 JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09) |
fc.programs() is null if some exception occured, |
javacv version: 1.5.6
java snippet code as follow:
The text was updated successfully, but these errors were encountered: