you may need to updgrade java. hope that I helped

On Friday, May 13, 2016 at 9:22:54 PM UTC+3, Tom Gall wrote:
>
> So gory details.
>
>
> Building off master. OS X.11.4
>
> Latest Xcode.
>
> Mac ports up to date."
>
> Java(TM) SE Runtime Environment (build 1.8.0_72-b15)
>
> Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode)
>
>
> lunch hikey-userdebug
>
>
>
> make -j <whatever>
>
>
> .....
>
>
> dex2oatd I 83022 53972102 art/dex2oat/dex2oat.cc:2610] 
> out/host/darwin-x86/bin/dex2oatd --runtime-arg -Xms64m --runtime-arg 
> -Xmx64m --image-classes=frameworks/base/preloaded-classes 
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar 
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar
>  
> --dex-location=/system/framework/core-oj.jar 
> --dex-location=/system/framework/core-libart.jar 
> --dex-location=/system/framework/conscrypt.jar 
> --dex-location=/system/framework/okhttp.jar 
> --dex-location=/system/framework/core-junit.jar 
> --dex-location=/system/framework/bouncycastle.jar 
> --dex-location=/system/framework/ext.jar 
> --dex-location=/system/framework/framework.jar 
> --dex-location=/system/framework/telephony-common.jar 
> --dex-location=/system/framework/voip-common.jar 
> --dex-location=/system/framework/ims-common.jar 
> --dex-location=/system/framework/apache-xml.jar 
> --dex-location=/system/framework/org.apache.http.legacy.boot.jar 
> --oat-symbols=out/target/product/hikey/symbols/system/framework/arm64/boot.oat
>  
> --oat-file=out/target/product/hikey/dex_bootjars/system/framework/arm64/boot.oat
>  
> --oat-location=/system/framework/arm64/boot.oat 
> --image=out/target/product/hikey/dex_bootjars/system/framework/arm64/boot.art 
> --base=0x70000000 --instruction-set=arm64 --instruction-set-variant=generic 
> --instruction-set-features=default 
> --android-root=out/target/product/hikey/system --include-patch-information 
> --runtime-arg -Xnorelocate --no-generate-debug-info --multi-image 
> --no-inline-from=core-oj.jar
>
> dex2oatd I 83022 53972102 art/runtime/parsed_options.cc:471] setting boot 
> class path to 
> out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar:out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar
>
> dex2oatd W 83022 53972102 art/runtime/class_linker.cc:5691] Before Android 
> 4.1, method double 
> java.util.concurrent.ThreadLocalRandom.internalNextDouble(double, double) 
> would have incorrectly overridden the package-private method in 
> java.util.Random
>
> dex2oatd W 83022 53972102 art/runtime/class_linker.cc:5691] Before Android 
> 4.1, method int java.util.concurrent.ThreadLocalRandom.internalNextInt(int, 
> int) would have incorrectly overridden the package-private method in 
> java.util.Random
>
> dex2oatd W 83022 53972102 art/runtime/class_linker.cc:5691] Before Android 
> 4.1, method long 
> java.util.concurrent.ThreadLocalRandom.internalNextLong(long, long) would 
> have incorrectly overridden the package-private method in java.util.Random
>
> dex2oatd F 83022 53972102 art/runtime/runtime_linux.cc:336]*** *** *** *** 
> *** *** *** *** *** *** *** *** *** *** *** ***
>
> Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) fault addr 0x50
>
> OS: Darwin 15.4.0 (x86_64)
>
> Cmdline: out/host/darwin-x86/bin/dex2oatd --runtime-arg -Xms64m 
> --runtime-arg -Xmx64m --image-classes=frameworks/base/preloaded-classes 
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar 
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar
>  
> --dex-file=out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar
>  
> --dex-location=/system/framework/core-oj.jar 
> --dex-location=/system/framework/core-libart.jar 
> --dex-location=/system/framework/conscrypt.jar 
> --dex-location=/system/framework/okhttp.jar 
> --dex-location=/system/framework/core-junit.jar 
> --dex-location=/system/framework/bouncycastle.jar 
> --dex-location=/system/framework/ext.jar 
> --dex-location=/system/framework/framework.jar 
> --dex-location=/system/framework/telephony-common.jar 
> --dex-location=/system/framework/voip-common.jar 
> --dex-location=/system/framework/ims-common.jar 
> --dex-location=/system/framework/apache-xml.jar 
> --dex-location=/system/framework/org.apache.http.legacy.boot.jar 
> --oat-symbols=out/target/product/hikey/symbols/system/framework/arm64/boot.oat
>  
> --oat-file=out/target/product/hikey/dex_bootjars/system/framework/arm64/boot.oat
>  
> --oat-location=/system/framework/arm64/boot.oat 
> --image=out/target/product/hikey/dex_bootjars/system/framework/arm64/boot.art 
> --base=0x70000000 --instruction-set=arm64 --instruction-set-variant=generic 
> --instruction-set-features=default 
> --android-root=out/target/product/hikey/system --include-patch-information 
> --runtime-arg -Xnorelocate --no-generate-debug-info --multi-image 
> --no-inline-from=core-oj.jar
>
> Thread: 53972102 "<unknown>"
>
> Registers:
>
>     eax: 0x122c28f0    ebx: 0xa2e73038    ecx: 0x00000000    edx: 
> 0x00000000
>
>     edi: 0xbff65078    esi: 0x00000000    ebp: 0xbff64fc8    esp: 
> 0xbff64f10
>
>     eip: 0x0097d4f0                    eflags: 0x00010286 [ PF SF IF ]
>
>      cs: 0x0000001b     ds: 0x00000023     es: 0x00000023     fs: 
> 0x0000001f
>
>      gs: 0x0000000f     ss: 0x00000023
>
> Backtrace:
>
>
>
> Thoughts?
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to