OPG4Py crashing on Apple machines
(Doc ID 3016380.1)
Last updated on APRIL 12, 2024
Applies to:
Oracle Graph Server and Client - Version 20.1 and laterApple macOS
Symptoms
When trying to use OPG4Py - Oracle’s Python client for the Property Graph feature of Oracle Database - the program crashes with an error similar to the following:
>>> import opg4py
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0xa) at pc=0x0000000119d078bc, pid=98843, tid=259
#
# JRE version: (21.0.1+12) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0.1+12-LTS-29, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V [libjvm.dylib+0x47f8bc] CodeHeap::allocate(unsigned long)+0x1c4
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0xa) at pc=0x0000000119d078bc, pid=98843, tid=259
#
# JRE version: (21.0.1+12) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0.1+12-LTS-29, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V [libjvm.dylib+0x47f8bc] CodeHeap::allocate(unsigned long)+0x1c4
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |