zoukankan      html  css  js  c++  java
  • 内存问题导致编译不过!

    现像:

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # SIGSEGV (0xb) at pc=0x4119a923, pid=13146, tid=1088990064
    #
    # JRE version: 6.0_24-b24
    # Java VM: OpenJDK Server VM (20.0-b12 mixed mode linux-x86 )
    # Derivative: IcedTea6 1.11.5
    # Distribution: Ubuntu 11.04, package 6b24-1.11.5-0ubuntu1~11.04.1
    # Problematic frame:
    # J com.sun.tools.javac.jvm.Gen.visitIdent(Lcom/sun/tools/javac/tree/JCTree$JCIdent;)V
    #
    host C: libcrypto_static <= external/openssl/crypto/bio/bss_fd.c
    # An error report file with more information is saved as:
    # /home/harishhu/gaomi/android/cmcc_v3/hs_err_pid13146.log
    #
    # If you would like to submit a bug report, please include
    # instructions how to reproduce the bug and visit:
    # https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
    #
    /bin/bash: line 1: 13146 Aborted javac -J-Xmx512M -target 1.5 -Xmaxerrs 9999999 -encoding ascii -g -encoding UTF-8 -extdirs "" -d out/host/common/obj/JAVA_LIBRARIES/core-hostdex_intermediates/classes \@out/host/common/obj/JAVA_LIBRARIES/core-hostdex_intermediates/java-source-list-uniq
    host C: libcrypto_static <= external/openssl/crypto/bio/bss_file.c
    make[1]: *** [out/host/common/obj/JAVA_LIBRARIES/core-hostdex_intermediates/classes.jar] Error 41
    make[1]: *** Waiting for unfinished jobs....
    make[1]: Leaving directory `/home/harishhu/gaomi/android/cmcc_v3'

    解答:

    http://zhidao.baidu.com/question/352233838.html

    退出eclipse

  • 相关阅读:
    序列化二叉树
    按之字形顺序打印二叉树
    C#读写文件的方法汇总_C#教程_脚本之家
    c#缓存介绍(转)
    ASP.NET 缓存技术分析
    pickle使用
    python3.4使用文件
    io的常用操作
    manven需要注意点几点
    git中一些常用的命令
  • 原文地址:https://www.cnblogs.com/jimwind/p/3039583.html
Copyright © 2011-2022 走看看