简体   繁体   English

mac与dl4j冲突的问题如何解决?

[英]How to solve the problem that mac conflicts with dl4j?

This is all error code:这是所有错误代码:

19:09:34.464 [main] INFO org.nd4j.linalg.factory.Nd4jBackend - Loaded [CpuBackend] backend
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fff65aa2aa8, pid=2020, tid=3843
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libc++abi.dylib+0x10aa8]  __cxxabiv1::__si_class_type_info::has_unambiguous_public_base(__cxxabiv1::__dynamic_cast_info*, void*, int) const+0x4
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/mac/Downloads/RL_DQN(19.9.27)/hs_err_pid2020.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.
#

How can I solve this problem?我怎么解决这个问题?

I found that it without error in this type windows: thinkpad X1 carbon 2021;我发现在这种类型的窗口中没有错误:thinkpad X1 carbon 2021; Windows 10 Enterprise Edition. Windows 10 企业版。

It shows error in mac:它在mac中显示错误:

  • macOS Catalina version10.15.7 macOS Catalina 版本10.15.7
  • MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports) MacBook Pro(13 英寸,2019 年,两个雷雳 3 端口)
  • cpu 2.9 GHz doublecore Intel Core i5 memory 8GB 2133 MHz LPDDR3 cpu 2.9 GHz 双核 Intel Core i5 内存 8GB 2133 MHz LPDDR3
  • graphics card Intel Iris Graphics 550 1536MB显卡 Intel Iris Graphics 550 1536MB
  • serial number FVFZ18GLL40Y序列号 FVFZ18GLL40Y

I replace the dl4j version, but it doesn't work.我更换了 dl4j 版本,但它不起作用。

I guess mac has incompatibility with dl4j, but I don't know how to solve.我猜mac与dl4j不兼容,但我不知道如何解决。

Make sure you are using the latest version (beta6 is pretty old at this point).确保您使用的是最新版本(此时 beta6 已经很老了)。 Native crashes should never happen.本机崩溃不应该发生。 Please file an issue at https://gitHub.com/eclipse/deeplearning4j/issues请在https://gitHub.com/eclipse/deeplearning4j/issues提出问题

If you still have issues after upgrading to 1.0.0-M2.如果升级到 1.0.0-M2 后仍有问题。

Thanks.谢谢。

I solved this question.我解决了这个问题。

This is the method: https://github.com/reactor/BlockHound/issues/37这是方法: https ://github.com/reactor/BlockHound/issues/37

I just replace my java version.我只是替换我的java版本。 I use this: jdk1.8.0_311我用这个:jdk1.8.0_311

Original version is: 1.8.0_60原始版本为:1.8.0_60


This was originally added to revision 4 of the question .这最初是添加到问题的修订版 4 中的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM