首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Cooja模拟器中的Java Result 134

Cooja模拟器中的Java Result 134
EN

Stack Overflow用户
提问于 2019-03-18 18:39:02
回答 1查看 267关注 0票数 1

我在Cooja中崩溃了,Java崩溃了,结果是134,而有问题的框架显然是"C libc.so.6+0x8fcdd“。下面是生成的日志。在创建节点之后和开始模拟时发生崩溃。我曾尝试更改java版本,但没有任何帮助。生成的日志如下:

代码语言:javascript
复制
 [java] #
 [java] # A fatal error has been detected by the Java Runtime Environment:
 [java] #
 [java] #  SIGSEGV (0xb) at pc=0x00007f74658b0cdd, pid=31219, tid=31410
 [java] #
 [java] # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13-Ubuntu-3ubuntu3.18.10.1)
 [java] # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13-Ubuntu-3ubuntu3.18.10.1, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
 [java] # Problematic frame:
 [java] # C  [libc.so.6+0x8fcdd]
 [java] #
 [java] # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to /home/berk/Desktop/orchestra-thesis/tools/cooja/build/core.31219)
 [java] #
 [java] # An error report file with more information is saved as:
 [java] # /home/berk/Desktop/orchestra-thesis/tools/cooja/build/hs_err_pid31219.log
 [java] #
 [java] # If you would like to submit a bug report, please visit:
 [java] #   http://bugreport.java.com/bugreport/crash.jsp
 [java] # The crash happened outside the Java Virtual Machine in native code.
 [java] # See problematic frame for where to report the bug.
 [java] #
 [java] Java Result: 134
EN

回答 1

Stack Overflow用户

发布于 2019-03-18 18:51:06

此错误表示由于覆盖释放的本机内存而导致内存损坏。

我会回顾本地库的使用,但可能只有cooja的作者可以帮助您解决这个问题。

有没有新的/旧的版本可以使用?

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/55219401

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档