Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5 JVM Crash (Windows?) #4769

Closed
AlexDBlack opened this issue Mar 7, 2018 · 2 comments
Closed

HDF5 JVM Crash (Windows?) #4769

AlexDBlack opened this issue Mar 7, 2018 · 2 comments
Labels
Bug Bugs and problems

Comments

@AlexDBlack
Copy link
Contributor

Reproducable on Windows... I haven't checked Linux yet. Also not sure if other tests will produce this if run similarly.

This test will crash the JVM occasionally:

@Test
public void importWganDiscriminator() throws Exception {
importSequentialModelH5Test("modelimport/keras/examples/gans/wgan_discriminator.h5");
}

I can make it consistently crash by adding a for loop (i.e., run the test 1000 times).

o.n.l.f.Nd4jBackend - Loaded [CpuBackend] backend
o.n.n.NativeOpsHolder - Number of threads used for NativeOps: 8
o.n.n.Nd4jBlas - Number of threads used for BLAS: 8
o.n.l.a.o.e.DefaultOpExecutioner - Backend used: [CPU]; OS: [Windows 10]
o.n.l.a.o.e.DefaultOpExecutioner - Cores: [16]; Memory: [7.1GB];
o.n.l.a.o.e.DefaultOpExecutioner - Blas vendor: [MKL]
o.d.n.m.MultiLayerNetwork - Starting MultiLayerNetwork with WorkspaceModes set to [training: SEPARATE; inference: SEPARATE]
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffdfbb5896c, pid=9124, tid=0x00000000000026c8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_151-b12) (build 1.8.0_151-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.151-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [jnihdf5.dll+0x19896c]
#
# 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:\DL4J\Git\deeplearning4j\deeplearning4j-modelimport\hs_err_pid9124.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.
#

[error occurred during error reporting , id 0xc0000005]

https://gist.github.com/AlexDBlack/a6db846c24ffdd458d10a0205d63ae7e

@AlexDBlack AlexDBlack added the Bug Bugs and problems label Mar 7, 2018
@saudet saudet self-assigned this Mar 8, 2018
@AlexDBlack
Copy link
Contributor Author

Confirmed fixed here: #4870

@lock
Copy link

lock bot commented Sep 23, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Sep 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Bugs and problems
Projects
None yet
Development

No branches or pull requests

2 participants