You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x00007ff94901051c, pid=26732, tid=13640
#
# JRE version: Java(TM) SE Runtime Environment (20.0.1+9) (build 20.0.1+9-29)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.0.1+9-29, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C [KERNELBASE.dll+0x9051c]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# https://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.
#
--------------- S U M M A R Y ------------
Command Line:
Host: 13th Gen Intel(R) Core(TM) i9-13900KF, 32 cores, 63G, Windows 11 , 64 bit Build 22621 (10.0.22621.1194)
Time: Thu Jun 15 15:28:10 2023 Paris, Madrid (heure d��t�) elapsed time: 21.452113 seconds (0d 0h 0m 21s)
--------------- T H R E A D ---------------
Current thread (0x00000261c53737e0): JavaThread "main" [_thread_in_native, id=13640, stack(0x000000917f600000,0x000000917f7f0000)]
Stack: [0x000000917f600000,0x000000917f7f0000], sp=0x000000917f7dfb00, free space=1918k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [KERNELBASE.dll+0x9051c]
C [VCRUNTIME140.dll+0x6720]
C [_jpype.cp311-win_amd64.pyd+0x3bca7]
C [_jpype.cp311-win_amd64.pyd+0x2affb]
C 0x00000261d6361ff3
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.jpype.manager.TypeFactoryNative.newWrapper(JJ)V+0
j org.jpype.JPypeContext.newWrapper(J)V+16
v ~StubRoutines::call_stub 0x00000261d634100d
siginfo: EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363), ExceptionInformation=0x0000000019930520 0x000000917f7dfce0 0x00007ff842616d78 0x00007ff8425b0000 ...
The text was updated successfully, but these errors were encountered:
Interesting, looks like I have a lot more issues with jpype under windows than linux.
I tested the same code in a container and it doesnt fail.
I'd be glad to know if anyone has any tips on why this could be happening. (stubgenj is also crashing when trying to generate stubs with a lot of different jars, but it works on linux.)
For example, I had an issue generating stubs for liquibase under windows, but it worked under linux, Looks like the same root cause.
I try to use the cloudera Hive driver with Jpype, but the JVM encouters a fatal error.
here is some code to reproduce the error.
The jar file itself can be obtained here
Tested with many versions and different JDK versions as well.
You don't need a Hive environment to reproduce.
conda env used:
hs_err:
The text was updated successfully, but these errors were encountered: