[tor-bugs] #31306 [Core Tor/Stem]: getinfo circuit-status misses entries

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Aug 1 08:40:19 UTC 2019


#31306: getinfo circuit-status misses entries
---------------------------+-------------------------------
 Reporter:  blister_green  |          Owner:  atagar
     Type:  defect         |         Status:  new
 Priority:  Medium         |      Component:  Core Tor/Stem
  Version:  Tor: 0.4.0.5   |       Severity:  Normal
 Keywords:                 |  Actual Points:
Parent ID:                 |         Points:
 Reviewer:                 |        Sponsor:
---------------------------+-------------------------------
 When using the getinfo circuit-status call, Stem does not output the same
 number of entries as a direct call on the control port does. This applies
 for the function calls controller.get_circuits() and
 controller.get_circuit() as well as to a direct call using
 controller.get_info("circuit-status").

 Example Output (with relay information removed):
 **Output Control Port:**
 {{{
 getinfo circuit-status
 250+circuit-status=
 1 BUILT $123~bla,$456~bla,$789~bla BUILD_FLAGS=NEED_CAPACITY
 PURPOSE=GENERAL TIME_CREATED=2019-08-01T08:24:46.866459
 2 BUILT ...
 3 BUILT ...
 4 BUILT ...
 5 BUILT ...
 .
 250 OK
 }}}

 **Output Stem (raw getinfo("circuit-status") call):**
 {{{
 1 BUILT $123~bla,$456~bla,$789~bla BUILD_FLAGS=NEED_CAPACITY
 PURPOSE=GENERAL TIME_CREATED=2019-08-01T08:24:46.866459
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31306>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list