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

  • 相关阅读:
    day9习题
    生产者消费者模型(吃包子例子)
    map 函数----filter函数
    #返回值包含函数
    #把函数当作参数传给另一个函数
    异常和错误!
    递归调用
    局部和全局案例!!
    全局变量与局部变量2
    全局变量与局部变量
  • 原文地址:https://www.cnblogs.com/jimwind/p/3039583.html
Copyright © 2011-2022 走看看