[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #4457 [Tor Client]: Assertion at startup on Windows 7 when socketpair fails
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs