Opened 13 years ago
Last modified 7 years ago
#351 closed defect (Fixed)
_circuit_mark_for_close(): Reason 9 out of range at command.c:378
Reported by: | Maschi | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | Core Tor/Tor | Version: | 0.1.1.24 |
Severity: | Keywords: | ||
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
Hi,
On server roundabout in notices.log the following messages appears more or less regularly:
---snip---
Oct 31 20:24:00.374 [warn] _circuit_mark_for_close(): Reason 9 out of range at command.c:378
---snap---
The server is connectable and in use (tested with tcpdump) although it is not listed on http://torstat.xenobite.eu/ anymore.
Regards,
Joerg
[Automatically added by flyspray2trac: Operating System: Other Linux]
Child Tickets
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
flyspray2trac: bug closed.
Fixed in svn (r8884/r8887);
fix will appear in 0.1.1.25/0.1.2.3.4-alpha.
comment:3 Changed 7 years ago by
Component: | Tor Relay → Tor |
---|
Note: See
TracTickets for help on using
tickets.
Hm. It looks like newer versions of Tor are using an expanded list of reasons for ending
circuits, and 0.1.1.24 is complaining about ones it doesn't recognize. Fixing.