簡體   English   中英

Cooja 模擬器中的 Java 結果 134

[英]Java Result 134 in Cooja Simulator

我在 Cooja 中崩潰了,Java 崩潰了,結果為 134,有問題的框架顯然是“C [libc.so.6+0x8fcdd]”。 下面是生成的日志。 創建節點后和開始模擬時發生崩潰。 我曾嘗試更改 java 版本,但沒有幫助。 生成的日志如下:

 [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

此錯誤表示由於覆蓋已釋放的本機內存而導致內存損壞。

我會回顧一下本地庫的使用,但可能只有 cooja 的作者可以幫助您解決這個問題。

是否有您可以使用的新/舊版本?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM