ARMv7 build issue: Illegal Instruction #2637
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
After updating from v0.21.0 to 0.24.0 of the docker image release, the software was unable to start up anymore.
Docker tells that the container is exiting with code 132 (the "Core Illegal Instruction" signal according to this).
After downloading the plain ARMv7 release zip from here, executing the binary results in the same exit code, besides printing "Illegal instruction" as seen here:
Original support request can be found here: https://matrix.to/#/!dCRiCiLaCCFVNlDnYs:matrix.org/$pL8nf-i8Ep4nE4tEJkK54RwWBou7B3JuLVrV-3J62KY?via=matrix.org&via=tchncs.de&via=envs.net
Vikunja Version
v0.24.0
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
Does it work with any of the other arm builds?
"works" below means it says it has started a HTTP server, and when ran with
--help
it shows the help with the subcommands.The ARM 5 build works.
The ARM 6 build kind of works: when being ran without
--help
it stops at the first log line (which is about using the default config) and hangs, it does not exit (in a short time).The ARM 7 build does not work: it prints "Illegal instruction" and exits with code 132.
The ARM64 build works.
Which CPU are you using?