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
SIGSEGV (0xb) in C [libc++abi.dylib+0x30b4] for osX 10.15 Catalina #1315
Comments
|
you have two libstdc++ loaded into memory, are you sure it's ok to do so ? |
|
I'm not sure if it is normal or not, I'm not the author of this library. |
|
I am having exactly the same issue since upgrading to Catalina yesterday, adding my specs in case it can be useful. Haven't tried with Oracle JDK. MBP 15 in ch 2019, processor 2,3 GHz 8-Core Intel Core i9 |
|
Same error for me, using Oracle JDK (also happened with OpenJDK); macOS 10.15 on a 2018 MBP 15", 2.6 GHz 6-core i7: |
|
Same error for me for macOS 10.15 on a 2015 MBP 13" i5 Adding log: |
|
Still an issue: macOS 10.15 (19A602) Darwin 19.0.0 |
|
Same error here. I tried
|
|
Same here |
|
Can folks try the latest builds that came out this week? https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot#x64_mac |
|
@karianna Just tried it with OpenJDK11: Still the same. Not surprised though as this really seems to be a problem in the deeplearning4j library. |
|
Still the same, and still works under Orcale JDK A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00007fff686c10b4, pid=95582, tid=9987 JRE version: OpenJDK Runtime Environment (11.0.5+10) (build 11.0.5+10) |
|
Just tried the quickstart with the latest version of AdoptOperJDK 11: |
|
Same here. |
|
might be solved as mentioned here: deeplearning4j/deeplearning4j#8156 |
|
I would guess that the suggested solution is to upgrade to a newer version
of DL4J.
Maybe the bug still occurs in newer versions? I haven't worked with this in
a while so I can't be of much help I'm afraid.
Good luck!
…On Sun, Aug 23, 2020, 00:46 rgampa ***@***.***> wrote:
@ticofab <https://github.com/ticofab> Can you point me to the solution in
thread deeplearning4j/deeplearning4j#8156
<deeplearning4j/deeplearning4j#8156>.
After upgrading to MacOs Catalina tomcat (8.5.43 and 8.5.57) is crashing
with below error,
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fff67945aa8, pid=3209, tid=0x0000000000009903
#
# JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.221-b11 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [libc++abi.dylib+0x10aa8] _ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi+0x4
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# 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.
#
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1315 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANVXFK2JCZSKD5RIUEQQYTSCBDDBANCNFSM4I6Y4USA>
.
|
Platform:
OS:uname:Darwin 19.0.0 Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64 x86_64
Architecture:
x86_64
hs_err_pid30602.log
After upgrade to os X 10.15 Catalina, previously working program failed with SIGSEGV.
How to reproduce:
create a basic maven project with 2 dependencies:
and one class:
.
Under Os X 10.15 Catalina, expected result:
Actual result:
The text was updated successfully, but these errors were encountered: