bytedeco/javacv

JVM core dump when pulling audio stream

Open

#1,487 opened on 2020年8月7日

GitHub で見る
 (20 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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?

コントリビューターガイド