bytedeco/javacv

JVM core dump when pulling audio stream

Open

#1487 aperta il 7 ago 2020

Vedi su GitHub
 (20 commenti) (0 reazioni) (0 assegnatari)Java (1583 fork)batch import
help wantedquestion

Metriche repository

Star
 (6985 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hi,

The jvm crash when pulling some streams. Below is the crash information and log file.

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007f235fb84c77, pid=1, tid=7377

JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 11.0.6+10) Java VM: OpenJDK 64-Bit Server VM (11.0.6+10, mixed mode, tiered, compressed oops, serial gc, linux-amd64) Problematic frame: C [libavformat.so.58+0x1e7c77]

Current thread (0x00007f23080ba800): JavaThread "pool-4179-thread-1" [_thread_in_native, id=7377, stack(0x00007f225299d000,0x00007f2252a9e000)]

Stack: [0x00007f225299d000,0x00007f2252a9e000], sp=0x00007f2252a9bc90, free space=1019k Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libavformat.so.58+0x1e7c77]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 16140 org.bytedeco.ffmpeg.global.avformat.avformat_find_stream_info(Lorg/bytedeco/ffmpeg/avformat/AVFormatContext;Lorg/bytedeco/javacpp/PointerPointer;)I (0 bytes) @ 0x00007f24836d0e33 [0x00007f24836d0dc0+0x0000000000000073] J 15699 c1 org.bytedeco.javacv.FFmpegFrameGrabber.startUnsafe(Z)V (1977 bytes) @ 0x00007f247d7e6c3c [0x00007f247d7e2460+0x00000000000047dc] J 20119 c2 java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V java.base@11.0.6 (187 bytes) @ 0x00007f2483c4f374 [0x00007f2483c4f040+0x0000000000000334] J 20120 c2 java.util.concurrent.ThreadPoolExecutor$Worker.run()V java.base@11.0.6 (9 bytes) @ 0x00007f2483c53c04 [0x00007f2483c53bc0+0x0000000000000044] J 11787 c1 java.lang.Thread.run()V java.base@11.0.6 (17 bytes) @ 0x00007f247c96fda4 [0x00007f247c96fc60+0x0000000000000144] v ~StubRoutines::call_stub

Is there any idea of this error?

Guida contributor