[tor-bugs] #9754 [Tor]: Tor 0.2.4.17-rc crashed with failed assertion

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Sep 25 18:13:37 UTC 2013


#9754: Tor 0.2.4.17-rc crashed with failed assertion
------------------------------+--------------------------------
     Reporter:  communicator  |      Owner:
         Type:  defect        |     Status:  needs_information
     Priority:  major         |  Milestone:  Tor: 0.2.4.x-final
    Component:  Tor           |    Version:  Tor: unspecified
   Resolution:                |   Keywords:  tor-relay
Actual Points:                |  Parent ID:
       Points:                |
------------------------------+--------------------------------

Comment (by nickm):

 Interesting!

 The failing line seems to be:
 {{{
       cmux->policy->free_circ_data(cmux,
                                    cmux->policy_data,
                                    circ,
                                    hashent->muxinfo.policy_data);
 }}}

 The most useful stuff would be the contents of cmux and circ at level 5,
 from that crash.  So, in gdb:
 {{{
  up 5
  p *cmux
  p *circ
  p *cmux->policy
  p *cmux->policy_data
  p hashent
  p *hashent
 }}}

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


More information about the tor-bugs mailing list