我编写了一个 java 程序,它在帧上使用 vlcj 播放视频。我使用 NativeDiscovery().discover() 来获取 libvlc 库,该程序在 Windows 上运行,但在 ubuntu NativeDiscovery().doscover() 上返回 false,并且日志文件出现致命错误:这只是日志文件
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0xb7674f98, pid=21800, tid=2195979072
JRE version: 7.0_25-b30
Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
Problematic frame:
C [libc.so.6+0x12ef98] _IO_file_underflow+0x68
Filed to write core dump. Core dumps have been disabled. To enable core dumping, try ulimit -c unlimited" before starting Java again
If you would like to submit a bug report, please include
instructions on how to reproduce the bug and visit:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
谢谢大家帮助。