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
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
I have a problem with the latest conda release of HDK.
Source code to reproduce:
import pyhdk
pyhdk.init()
Error msg:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007feb5ac04210, pid=503413, tid=503526
#
# JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS)
# Java VM: OpenJDK 64-Bit Server VM (11.0.1+13-LTS, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libjimage.so+0x4210] ImageStrings::find(Endian*, char const*, int*, unsigned int)+0x70
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /localdisk/ekrivov/db-benchmark/modin/core.503413)
#
# An error report file with more information is saved as:
# /localdisk/ekrivov/db-benchmark/modin/hs_err_pid503413.log
#
# If you would like to submit a bug report, please visit:
# http://www.azulsystems.com/support/
#
Aborted (core dumped)
Code to reproduce after creating hdk_bug.py with source code from above:
I can confirm updating to openjdk 17 fixes this issue. So, we need to modify conda-forge to pin openjdk >= 17 instead of 11. I will open the conda-forge PR and report back.
I have a problem with the latest conda release of HDK.
Source code to reproduce:
Error msg:
Code to reproduce after creating
hdk_bug.py
with source code from above:The text was updated successfully, but these errors were encountered: