# A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x58395826, pid=27600, tid=0x00007b38 # # JRE version: Java(TM) SE Runtime Environment (8.0) (build 1.8.0_361-b09) # Java VM: Java HotSpot(TM) Client VM (25.361-b09 mixed mode windows-x86 ) # Problematic frame: # C [ofdxJNI.dll+0x5826] # # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows # # An error report file with more information is saved as: # D:\certificate\back\hs_err_pid27600.log # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # use xViewerCreatewchar_t1use OpenDocuse GetPageCountuse getXMetadata 进程已结束,退出代码1
时间: 2024-04-27 14:20:47 浏览: 229
JAVA中报错
这是一个Java运行时错误报告,出现了一个异常访问冲突(EXCEPTION_ACCESS_VIOLATION),导致程序崩溃。错误发生在ofdxJNI.dll+0x5826这个框架上,这是一个本地代码框架,而不是Java虚拟机中的代码。建议你查看报告中的详细信息,如果你想要提交一个错误报告,可以访问http://bugreport.java.com/bugreport/crash.jsp。此外,这里提到了一些函数,包括xViewerCreatewchar_t1、OpenDoc、GetPageCount和getXMetadata,你需要检查这些函数是否正确使用,以防止类似错误的再次发生。
阅读全文