串口读取 - 错误:EXCEPTION_ACCESS_VIOLATION - C [rxtxSerial.dll+0x5b00]

sab*_*gan 5 java serial-port rxtx java-8 com-port

目前我正在尝试读取串口。在 Linux 中工作正常。但在 Windows 机器中面临错误。

我按照此链接此处为 Windows 机器(JAR + DLL 文件)读取串行端口和下载的 RXTX 库。

操作系统:Windows 10 64 位

Java jre:Jre 1.8.0_261 版本。

通过输入流读取时抛出异常。

错误日志:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180005b00, pid=4508, tid=0x0000000000002b90
#
# JRE version: Java(TM) SE Runtime Environment (8.0_261-b12) (build 1.8.0_261-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.261-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [rxtxSerial.dll+0x5b00]
#
# 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:
# C:\Users\user1\eclipse-workspace\serialport\hs_err_pid4508.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.
#
Run Code Online (Sandbox Code Playgroud)

建议对我有帮助。谢谢!

小智 3

TL;DR:不要使用 1.8.0_261,请使用 1.8.0_251

我尝试使用 Windows 10.0 64 位 Build 18362 (10.0.18362.1082) 在 1.8.0_181、1.8.0_251 和 1.8.0_261 上重现此错误。

我只能使用 Jre 1.8.0_261 重现此错误。u181 和 u251 对我来说效果很好。我建议使用https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html中的 java 8 u251 。