diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/232 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/232')
| -rw-r--r-- | results/scraper/box64/232 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/box64/232 b/results/scraper/box64/232 new file mode 100644 index 000000000..cf3805b37 --- /dev/null +++ b/results/scraper/box64/232 @@ -0,0 +1,13 @@ +Java / JVM Support +There are multiple issues open regarding Java support: #112, #71, #193 + +I just experienced the same issue with another Java GTK app and found them searching the logs. The problem seems to be related to this part of the log always: + +``` +Error: Global Symbol collector_func_load not found, cannot apply R_X86_64_GLOB_DAT @0x7fa35040a8 ((nil)) in jre/lib/amd64/server/libjvm.so +Warning: Weak Symbol collector_func_load not found, cannot apply R_X86_64_JUMP_SLOT @0x7fa3504908 (0x22068e) +``` + +Is it planned to support Java applications at a later time? + +I tried to use it to emulate x86/x64 apps on my Ubuntu ARM VM on Apple M1. That might be an interesting use case for other apps too, because qemu is very slow and box might be a lot faster. \ No newline at end of file |