Activity log for bug #1846948

Date Who What changed Old value New value Message
2019-10-06 13:32:02 Riccardo bug added bug
2019-10-06 13:42:18 Riccardo description Using Raspbian 10 on my Raspberry Pi 4 I got segmentation fault when I try to run Gitea. I tried with Arch for Raspberry 4, same result. Here the stack trace of the error: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0118d598 in brk () warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts of file /mnt/bigdata/stuff/gitea. Use `info auto-load python-scripts [REGEXP]' to list them. (gdb) where #0 0x0118d598 in brk () #1 0x01167c14 in sbrk () #2 0x01140378 in __libc_setup_tls () #3 0x0113ff2c in __libc_start_main () #4 0x0001022c in _start () Backtrace stopped: previous frame identical to this frame (corrupt stack?) Same stuff happens with Arch for the Raspi 4: https://github.com/go-gitea/gitea/issues/8373 but the guy who answered me it does not have idea about what happened. Perhaps you guys have a better idea (or at least what I could check for helping the gitea devteam). Thank you, Riccardo Using Raspbian 10 on my Raspberry Pi 4 I got segmentation fault when I try to run Gitea. I tried with Arch for Raspberry 4, same result. Here the stack trace of the error: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0118d598 in brk () warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts of file /mnt/bigdata/stuff/gitea. Use `info auto-load python-scripts [REGEXP]' to list them. (gdb) where #0 0x0118d598 in brk () #1 0x01167c14 in sbrk () #2 0x01140378 in __libc_setup_tls () #3 0x0113ff2c in __libc_start_main () #4 0x0001022c in _start () Backtrace stopped: previous frame identical to this frame (corrupt stack?) Same stuff happens with Arch for the Raspi 4: https://github.com/go-gitea/gitea/issues/8373 but the guy who answered me it does not have idea about what happened. Perhaps you guys have a better idea (or at least what I could check for helping the gitea devteam). Oopsie: almost forgot. One of the devs gave me this link: https://github.molgen.mpg.de/git-mirror/glibc/blob/20003c49884422da7ffbc459cdeee768a6fee07b/csu/libc-tls.c#L105 This link points to the problematic function of their program where there is the Segmentation Fault error. Since I don't know C it's alien language :) but I hope it's useful for someone. Thank you, Riccardo