[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #9781 [Tor]: Tor with port forwarding shows "Failed to terminate process" messages
#9781: Tor with port forwarding shows "Failed to terminate process" messages
-------------------------+-------------------------------------------------
Reporter: | Owner:
mgorbach | Status: needs_review
Type: defect | Milestone: Tor: 0.2.5.x-final
Priority: normal | Version:
Component: Tor | Keywords: tor-relay tor-fw-helper 025-triaged
Resolution: | Parent ID:
Actual Points: |
Points: |
-------------------------+-------------------------------------------------
Comment (by nickm):
Out of those, I most suspect cd05f35d2cdf50.
Here's a fun mismatch it introduced:
{{{
// In the child process:
nbytes = write(STDOUT_FILENO, error_message,
error_message_length);
// In the parent:
stderr_status = log_from_pipe(child_handle->stderr_handle,
LOG_INFO, filename, &retval);
}}}
Note that stdout != stderr.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9781#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs