mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
85b4a5c276
This patch removes a call to tor_assert_unreached() after execve() failed. This assertion leads to the child process emitting a stack trace on its standard output, which makes the error harder for the user to demystify, since they think it is an internal error in Tor instead of "just" being a "no such file or directory" error. The process will now instead output "Error from child process: X" where X is the stringified version of the errno value. See: https://bugs.torproject.org/31810 |
||
---|---|---|
.. | ||
.dummy | ||
bug30344 | ||
bug31652 | ||
bug31734 | ||
bug31810 | ||
bug31922 | ||
bug31939 | ||
bug31995 | ||
ticket29669 | ||
ticket30860 | ||
ticket31189 | ||
ticket31548 | ||
ticket31682 | ||
ticket31859 |