You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Gitea 1.9.3 wos working for some weeks. Not I did some updates (kernel, golang, ...) and now Gitea is not working. I updated it to 1.9.4. Same problem.
[x]
):2019/10/11 22:24:02 .../xorm/session_raw.go:87:queryRow() [I] [SQL] SELECT count(*) FROM
notification
WHERE (user_id = ?) AND (status = ?) []interface {}{1, 0x1}2019/10/11 22:24:24 ...ce/gracehttp/http.go:170:Serve() [I] Exiting pid 938.
pi@pi-manager:~ $ sudo systemctl status gitea
● gitea.service - Gitea
Loaded: loaded (/etc/systemd/system/gitea.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Fri 2019-10-11 23:35:04 CEST; 524ms ago
Process: 11683 ExecStart=/home/git/bin/gitea web -c /etc/gitea/app.ini (code=killed, signal=SEGV)
Main PID: 11683 (code=killed, signal=SEGV)
git@pi-manager:~/bin$ /home/git/bin/gitea web
Speicherzugriffsfehler
Okt 11 23:35:20 pi-manager systemd[1]: gitea.service: Service RestartSec=2s expired, scheduling restart.
Okt 11 23:35:20 pi-manager systemd[1]: gitea.service: Scheduled restart job, restart counter is at 1616.
Okt 11 23:35:20 pi-manager systemd[1]: Stopped Gitea.
Okt 11 23:35:20 pi-manager systemd[1]: Started Gitea.
Okt 11 23:35:20 pi-manager systemd[1]: gitea.service: Main process exited, code=killed, status=11/SEGV
Okt 11 23:35:20 pi-manager systemd[1]: gitea.service: Failed with result 'signal'.
git@pi-manager:~/bin$ strace ./gitea web
execve("./gitea", ["./gitea", "web"], 0xbe88dda4 /* 15 vars */) = 0
brk(NULL) = 0xbfa000
brk(0xbfad18) = 0xbfa000
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x24} ---
+++ killed by SIGSEGV +++
Speicherzugriffsfehler
Description
My Gitea 1.9.3 wos working for some weeks. Not I did some updates (kernel, golang, ...) and now Gitea is not working. I updated it to 1.9.4. Same problem.
I downloaded this versions:
wget -O gitea https://dl.gitea.io/gitea/1.9.3/gitea-1.9.3-linux-arm-6 -> works for some weeks
wget -O gitea https://dl.gitea.io/gitea/1.9.4/gitea-1.9.4-linux-arm-6
List of last updates ...
Screenshots
The text was updated successfully, but these errors were encountered: