[tor-bugs] #31056 [Core Tor/Tor]: Hidden service sometimes unable to create circuit
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Jul 2 09:54:13 UTC 2019
#31056: Hidden service sometimes unable to create circuit
--------------------------+------------------------------
Reporter: dylanholand | Owner: (none)
Type: defect | Status: new
Priority: High | Milestone:
Component: Core Tor/Tor | Version: Tor: 0.3.5.8
Severity: Normal | Resolution:
Keywords: tor-hs | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------+------------------------------
Comment (by asn):
Hmm the interesting log message here seems to be:
{{{
newcirc = circuit_launch_by_extend_info(CIRCUIT_PURPOSE_S_CONNECT_REND,
oldstate->chosen_exit, flags);
if (!newcirc) {
log_warn(LD_REND,"Couldn't relaunch rendezvous circuit to '%s'.",
safe_str(extend_info_describe(oldstate->chosen_exit)));
return;
}
}}}
Unfortunately without info or debug logs it's not possible to get deeper
here :/
If this is something you can reproduce, can you please enable info or
debug logs?
You might also want to try a more recent Tor version.
This might be related to #30200, or maybe not.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31056#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list