[tor-bugs] #4457 [Tor Client]: Assertion at startup on Windows 7 when socketpair fails
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Tue Nov 15 17:58:13 UTC 2011
#4457: Assertion at startup on Windows 7 when socketpair fails
------------------------+---------------------------------------------------
Reporter: Vigdis | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: Tor: 0.2.2.x-final
Component: Tor Client | Version: Tor: 0.2.2.34
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
Comment(by Sebastian):
Aha, here we go. It's not getting called,
{{{
if (base->th_notify_fd[0] < 0) {
}}}
is false and we don't ever get to the
{{{
if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0,
base->th_notify_fd) == -1) {
}}}
. Fun.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4457#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list