Closed
Description
- Gitea version (or commit ref): 1.1.0
- Git version: irrelevant
- Operating system: Debian 8.7 on Radxa Rock Pro,
uname
saysLinux eris 3.0.36+ #14 SMP PREEMPT Wed Jan 28 19:30:20 CST 2015 armv7l GNU/Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
strace ./gitea web
execve("./gitea", ["./gitea", "web"], [/* 43 vars */]) = 0
uname({sys="Linux", node="eris", ...}) = 0
open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 3
writev(3, [{"FATAL: kernel too old\n", 22}], 1FATAL: kernel too old
) = 22
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40078000
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0xac6ed6} ---
+++ killed by SIGSEGV +++
Description
kernel too old
printed out
I believe somewhere between version 1.0.1 and 1.1.0 build server has been updated, or Go version has been updated, not sure. Effectively, the ARM binaries available from the download page are no longer running correctly on my (powerful, but with old Linux kernel) servers, model Radxa Rock Pro.