[tor-bugs] #10465 [Tor]: tor_assertion_failed_(): Bug: src/or/connection_edge.c:1176: connection_ap_handshake_rewrite_and_attach: Assertion !automap failed; aborting.
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Dec 22 10:48:42 UTC 2013
#10465: tor_assertion_failed_(): Bug: src/or/connection_edge.c:1176:
connection_ap_handshake_rewrite_and_attach: Assertion !automap failed;
aborting.
------------------------+----------------------------------------
Reporter: epoch | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.5.x-final
Component: Tor | Version: Tor: 0.2.5.1-alpha
Resolution: | Keywords: assert automap tor-resolve
Actual Points: | Parent ID:
Points: |
------------------------+----------------------------------------
Comment (by cypherpunks):
It happens if addressmap_register_virtual_address() returns address for
RESOLVED_TYPE_IPV6. Another code of
connection_ap_handshake_rewrite_and_attach() is not ready to handle such
address, like this case where
{{{
if (tor_inet_aton(socks->address, &in)) { /* see if it's an IP already */
}}}
is not true.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10465#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list