There appears to be a merge request for this already:
https://gitlab.torproject.org/tpo/core/tor/-/merge_requests/575
On 5/7/22 05:56, Xiaoqi Chen (Danny) wrote:
Dear relay operators,
I recently upgraded one of my relays to Ubuntu 22.04 and now tor keeps
crashing. I debugged a little bit and s
https://gitlab.torproject.org/tpo/core/tor/-/issues/40601
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On 5/7/22 05:56, Xiaoqi Chen (Danny) wrote:
I temporarily mitigated the issue by turning off sandbox mode (remove
"Sandbox 1" in torrc). Does anyone know how to properly resolve the
crashing issue?
usually by filing a bug here :
https://gitlab.torproject.org/tpo/core/tor/-/issues/new
;)
--
T
Dear relay operators,
I recently upgraded one of my relays to Ubuntu 22.04 and now tor keeps
crashing. I debugged a little bit and saw the following error in the log.
It appears that it's due to seccomp not allowing "rseq" syscall, and
possibly related to the latest version of Glibc.
I temporaril