Bug #1254
[git] cgit is segfaulting occasionally
Status:
open
Priority:
bug
Assignee:
-
% Done:
0%
Description
dmesg
says
traps: cgit.cgi[${PID}] general protection ip:45142c sp:7ffe1a76de90 error:0 in cgit.cgi[400000+102000]
With the exception of the
${PID}
, the numbers are always the same. Similarly, the stack trace logged by systemd-coredump
is always the same.
Coredumps should be retrievable with coredumpctl
.
History
Updated by lukeshu about 6 years ago
This is possibly a bug in cgit, but it's also possible that uwsgi is doing something with threads that is causing issues for cgit.
Updated by lukeshu about 6 years ago
- Subject changed from [git] cgit is segfaulting occaisionally to [git] cgit is segfaulting occasionally