[Bug 243265] emulators/qemu-user-static: qemu-aarch64-static SIGILL with openjdk11-bootstrap
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 11 10:17:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243265
Steven Hartland <smh at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |smh at FreeBSD.org
--- Comment #1 from Steven Hartland <smh at FreeBSD.org> ---
It sounds like your actually trying to run the java built for aarch64 on your
amd64 machine?
If this is the case it won't work, as the java build will include instructions
for the target arch not the builders arch.
The SIGILL signal is sent to a process when it attempts to execute an illegal,
malformed, unknown, or privileged instruction.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list