[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #3825 [Tor Hidden Services]: Hidden service unavailable even though I know its up
#3825: Hidden service unavailable even though I know its up
---------------------------------+------------------------------------------
Reporter: atoruser | Owner: rransom
Type: defect | Status: needs_review
Priority: major | Milestone: Tor: 0.2.2.x-final
Component: Tor Hidden Services | Version: Tor: unspecified
Keywords: | Parent:
Points: | Actualpoints:
---------------------------------+------------------------------------------
Comment(by rransom):
Replying to [ticket:4212 rransom]:
> {{{
> Oct 09 19:13:41.000 [info] circuit_expire_building(): Abandoning circ
[redacted] (state 3:open, purpose 6)
> Oct 09 19:13:41.000 [info] internal (high-uptime) circ (length 4):
[redacted](open) [redacted](open) [redacted](open) [redacted](open)
> Oct 09 19:13:41.000 [err] _circuit_mark_for_close(): Bug:
circuitlist.c:1222: _circuit_mark_for_close: Assertion ocirc->rend_data
failed; aborting.
> }}}
`circuit_expire_building` can only close a circuit with this purpose with
reason == `END_CIRC_REASON_TIMEOUT`. Which seemed odd...
> The assertion occurred in the following chunk of code, added to help fix
#3825:
{{{
} else if (circ->purpose == CIRCUIT_PURPOSE_C_INTRODUCING &&
reason != END_STREAM_REASON_TIMEOUT) {
}}}
... but `END_CIRC_REASON_TIMEOUT` is not equal to
`END_STREAM_REASON_TIMEOUT`. Oooops.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/3825#comment:12>
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