[tor-bugs] #9382 [Tor]: Crash in Tor on Windows

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Feb 15 00:12:19 UTC 2014


#9382: Crash in Tor on Windows
-------------------------+---------------------------------
     Reporter:  badadim  |      Owner:
         Type:  defect   |     Status:  closed
     Priority:  normal   |  Milestone:  Tor: 0.2.4.x-final
    Component:  Tor      |    Version:  Tor: 0.2.4.12-alpha
   Resolution:  fixed    |   Keywords:
Actual Points:           |  Parent ID:
       Points:           |
-------------------------+---------------------------------
Changes (by cypherpunks):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 > Exception code: 0x40000015
 > Fault offset: 0x00064e01

 It's from:
 {{{
   } else if (!strcmpstart(question, "md/id/")) {
     const node_t *node = node_get_by_hex_id(question+strlen("md/id/"));
     const microdesc_t *md = NULL;
     if (node) md = node->md;
     if (md) {
       tor_assert(md->body);
 }}}
 Exception code is STATUS_FATAL_APP_EXIT happened after abort for triggered
 assert. Fault offset points just to next instruction after "call abort".

 This assert should be readable in vidalia's message log, but for some
 reason it wasn't reported.

 Code was already fixed:
 https://gitweb.torproject.org/tor.git/commitdiff/e602c4031b57f0780661ce0473a5e30d187d385c

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


More information about the tor-bugs mailing list