Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Not an Issue
-
Affects Version/s: 8u281
-
Fix Version/s: None
-
Component/s: hotspot
-
Labels:
-
CPU:x86_64
-
OS:windows_10
Description
ADDITIONAL SYSTEM INFORMATION :
Windows 10 64-bit
A DESCRIPTION OF THE PROBLEM :
I am developing an application from which i have to read/ write through com port. I am following below configuration:
windows 10 64-bit
JDK 8
I am getting the issue shown below,
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180005b00, pid=11028, tid=0x0000000000002b70
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.281-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [rxtxSerial-amd64-2.2.2.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\xx xx\Documents\testJig\testjigapi\hs_err_pid11028.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.
#
This issue is coming, only while reading.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180005b00, pid=11028, tid=0x0000000000002b70
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.281-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [rxtxSerial-amd64-2.2.2.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\xx xx\Documents\testJig\testjigapi\hs_err_pid11028.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.
#
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Connect a serial com port and try to read/write data. with following maven dependency
<dependency>
<groupId>name.prokop.bart.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.2.2</version>
</dependency>
FREQUENCY : always
Windows 10 64-bit
A DESCRIPTION OF THE PROBLEM :
I am developing an application from which i have to read/ write through com port. I am following below configuration:
windows 10 64-bit
JDK 8
I am getting the issue shown below,
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180005b00, pid=11028, tid=0x0000000000002b70
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.281-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [rxtxSerial-amd64-2.2.2.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\xx xx\Documents\testJig\testjigapi\hs_err_pid11028.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.
#
This issue is coming, only while reading.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180005b00, pid=11028, tid=0x0000000000002b70
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.281-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [rxtxSerial-amd64-2.2.2.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\xx xx\Documents\testJig\testjigapi\hs_err_pid11028.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.
#
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Connect a serial com port and try to read/write data. with following maven dependency
<dependency>
<groupId>name.prokop.bart.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.2.2</version>
</dependency>
FREQUENCY : always