我使用Eclipse开发Android应用程序。我使用adt-bundle-linux-x86-20140702
与eclipse进行sdk捆绑。在我的应用程序中,我使用的是android-ndk-r9d
的NDK。如果我在Java编辑器中使用 ctrl + space ,我遇到了以下问题,
在 Eclipse 日志中,我收到以下错误:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x6396286d, pid=3861, tid=3076306688
#
# JRE version: Java(TM) SE Runtime Environment (8.0_11-b12) (build 1.8.0_11-b12)
# Java VM: Java HotSpot(TM) Client VM (25.11-b03 mixed mode linux-x86 )
# Problematic frame:
# C [libsoup-2.4.so.1+0x5486d] soup_session_feature_detach+0x1d
#
# 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.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
我跟着这个link但是对我没有帮助:( ..任何人都可以提出一些建议......