blob: 036e7d1a4a5f9a11c15ac6cb94a4c0d759e4531d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Java 8 x64 does not work
```
leem919@localhost:~$ box64 java/bin/java
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Cores:8 Params database has 11 entries
Box64 with Dynarec v0.2.1 f4652257 built on Dec 3 2022 23:53:28 Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ Using default BOX64_PATH: ./:bin/
Counted 16 Env var Looking for java/bin/java
Rename process to "java" Using native(wrapped) libpthread.so.0
Using emulated /home/leem919/java/bin/../lib/amd64/jli/libjli.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) librt.so.1 Using emulated /home/leem919/java/lib/amd64/server/libjvm.so
Using native(wrapped) libm.so.6
Warning: Global Symbol collector_func_load not found, cannot apply R_X86_64_GLOB_DAT @0x701a2b6fe8 ((nil)) in /home/leem919/java/lib/amd64/server/libjvm.so Warning, resizing of TLS occured! size: 0->65536 / n_elfs: 1->1
Using emulated /home/leem919/java/lib/amd64/libverify.so
Using emulated /home/leem919/java/lib/amd64/libjava.so
Java HotSpot(TM) 64-Bit Server VM warning: Can't detect primordial thread stack location - find_vma failed
Using emulated /home/leem919/java/lib/amd64/libzip.so
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000007019938844, pid=22084, tid=0x0000007017ef5010
#
# JRE version: (8.0_351-b10) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.351-b10 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x60f844] CodeHeap::allocate(unsigned long, bool)+0x2b4
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/leem919/hs_err_pid22084.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Aborted
```
|