[tor-bugs] #7086 [Tor]: moria1 asserts on startup

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Oct 11 03:27:06 UTC 2012


#7086: moria1 asserts on startup
---------------------------+------------------------------------------------
 Reporter:  arma           |          Owner:                    
     Type:  defect         |         Status:  new               
 Priority:  normal         |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor            |        Version:                    
 Keywords:  tor-authority  |         Parent:                    
   Points:                 |   Actualpoints:                    
---------------------------+------------------------------------------------
 {{{
 Oct 10 23:23:01.238 [notice] Bootstrapped 90%: Establishing a Tor circuit.
 Oct 10 23:23:10.342 [notice] Self-testing indicates your ORPort is
 reachable from the outside. Excellent. Publishing server descriptor.
 Oct 10 23:23:10.632 [warn] tor_addr_is_internal(): Bug:
 tor_addr_is_internal() called with a non-IP address of type 0
 Oct 10 23:23:10.821 [warn] tor_addr_is_internal(): Bug:
 tor_addr_is_internal() called with a non-IP address of type 0
 Oct 10 23:23:11.009 [err] channel_change_state(): Bug:
 src/or/channel.c:1913: channel_change_state: Assertion
 !(chan->incoming_queue) || smartlist_len(chan->incoming_queue) == 0
 failed; aborting.
 src/or/channel.c:1913 channel_change_state: Assertion
 !(chan->incoming_queue) || smartlist_len(chan->incoming_queue) == 0
 failed; aborting.
 }}}

 The tor_addr_is_internal bug lines appear to be begindir requests:
 {{{
 Oct 10 23:23:10.819 [info] connection_exit_connect_dir(): Opening local
 connection for anonymized directory exit
 Oct 10 23:23:10.821 [warn] tor_addr_is_internal(): Bug:
 tor_addr_is_internal() called with a non-IP address of type 0
 Oct 10 23:23:10.821 [info] _connection_free(): Freeing linked Directory
 connection [writing] with 0 bytes on inbuf, 0 on outbuf.
 }}}

 I'm working on getting a traceback, but the PIE stuff makes it hard.

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


More information about the tor-bugs mailing list