大家好!关于JRE有个问题要请教一下:
为了在系统中(Win10专业版)运行java程序,我安装了JRE,版本是:jre-8u361-windows-x64,那个jar文件可以打开,就是我在配置串口工具的时候出现闪退,然后生成了一个log文件,文件名类似:hs_err_pid12760.log,文件内容大致如下:
一长串,我就不全部列出来了,麻烦大家帮忙看看是什么问题,是不是JRE中的一些限制?需要怎样修改JRE中的一些配置才可以呢?谢谢大家了!
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007110b5db, pid=12760, tid=0x000000000000362c
JRE version: Java(TM) SE Runtime Environment (8.0_361) (build 1.8.0_361-b09)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.361-b09 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [jSSC-2.8_x86_64.dll+0xb5db]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
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.
--------------- T H R E A D ---------------
Current thread (0x000002447fa4f000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=13868, stack(0x00000079ecf00000,0x00000079ed000000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000000000903b344
Registers:
RAX=0x000000000903b344, RBX=0x00000079ecffb800, RCX=0x00007ffa02c6d2a4, RDX=0x0000000000000000
RSP=0x00000079ecffb790, RBP=0x00000079ecffb910, RSI=0x000002447fa4f200, RDI=0x00000000000007c8
R8 =0x00000079ecffb688, R9 =0x00000079ecffb780, R10=0x0000000000000000, R11=0x0000000000000246
R12=0x00000079ecffb9c8, R13=0x0000024409fc8460, R14=0x00000079ecffb8c0, R15=0x000002447fa4f000
RIP=0x000000007110b5db, EFLAGS=0x0000000000010202
VM Arguments:
java_command: F:\WangJin\EPA390(20220521)\Bootloader\UnifiedHost-1.19.1\UnifiedHost-1.19.1.jar
java_class_path (initial): F:\WangJin\EPA390(20220521)\Bootloader\UnifiedHost-1.19.1\UnifiedHost-1.19.1.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\PROGRA~2\Borland\CBUILD~1\Bin;C:\PROGRA~2\Borland\CBUILD~1\Projects\Bpl;C:\MentorGraphics\9.5PADS\SDD_HOME\common\win32\bin;C:\MentorGraphics\9.5PADS\SDD_HOME\common\win32\lib;C:\MentorGraphics\9.5PADS\MGC_HOME.ixn\bin;C:\MentorGraphics\9.5PADS\MGC_HOME.ixn\lib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microchip\xc8\v2.36\bin;C:\Program Files\Microchip\xc8\v2.31\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microchip\xc8\v1.45\bin;;C:\Program Files (x86)\Microchip\xc8\v1.41\bin;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\dotnet\;C:\Program Files (x86)\Microchip\MPLAB892\MPLAB C32 Suite\bin;C:\Program Files (x86)\Microchip\xc8\v1.33\bin;C:\Users\PD821\AppData\Local\Microsoft\WindowsApps;;C:\MentorGraphics\9.5PADS\SDD_HOME\common\win32\lib;C:\MentorGraphics\9.5PADS\SDD_HOME\CAMCAD;C:\Users\PD821\.dotnet\tools
USERNAME=PD821
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10 , 64 bit Build 19041 (10.0.19041.2546)
CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 158 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit
Memory: 4k page, physical 8273632k(1372228k free), swap 10632928k(1934748k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.361-b09) for windows-amd64 JRE (1.8.0_361-b09), built on Jan 9 2023 08:38:53 by "java_re" with MS VC++ 15.9 (VS2017)
time: Sat Feb 25 16:52:19 2023
timezone: Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
elapsed time: 14.985379 seconds (0d 0h 0m 14s)
……