corretto / corretto-11

Amazon Corretto 11 is a no-cost, multi-platform, production-ready distribution of OpenJDK 11
GNU General Public License v2.0
672 stars 106 forks source link

EXCEPTION_ACCESS_VIOLATION (0xc0000005) #345

Closed appdevsoa closed 1 year ago

appdevsoa commented 1 year ago

Describe the bug

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffcaf409506, pid=9012, tid=27044
#
# JRE version: OpenJDK Runtime Environment Corretto-11.0.20.9.1 (11.0.20.1+9) (build 11.0.20.1+9-LTS)
# Java VM: OpenJDK 64-Bit Server VM Corretto-11.0.20.9.1 (11.0.20.1+9-LTS, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C  [tensorflow_cc.dll+0x7909506]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\projects\pto-demo-master\hs_err_pid9012.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/corretto/corretto-11/issues/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

### Platform information
    OS: [Windows 11]
    Version [11.0.20_9]

### Additional context
VM crashes running inference of model for DistBert model -BertFullTokenizer

For VM crashes, please attach the error report file. By default the file name is `hs_err_pidpid.log`, where pid is the process ID of the process.
[hs_err_pid9012.log](https://github.com/corretto/corretto-11/files/12643802/hs_err_pid9012.log)
caojoshua commented 1 year ago

Do you have repro steps? Do you have a project setup or jars we can use?

rgithubli commented 1 year ago

Hi, since we haven't heard from you for weeks, we're closing this issue. Feel free to reopen with detailed repro steps.