[tor-bugs] #14740 [Tor]: Segmentation fault on scheduler domain messages

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Feb 5 13:43:08 UTC 2015


#14740: Segmentation fault on scheduler domain messages
-------------------------+------------------------------------
 Reporter:  cypherpunks  |          Owner:
     Type:  defect       |         Status:  new
 Priority:  normal       |      Milestone:
Component:  Tor          |        Version:  Tor: 0.2.6.2-alpha
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
-------------------------+------------------------------------
 The introduction of the scheduler in
 d438cf1ec9d5de08b8a8fffd7c38b66134fd337c has no string representing these
 types of domain messages. The list of domains (in `src/common/log.c`) is
 currently
 {{{
 static const char *domain_list[] = {
   "GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM",
   "HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV",
   "OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", "HEARTBEAT", "CHANNEL", NULL
 };
 }}}
 This should include a string for the scheduler domain. The segmentation
 fault is reproducible by executing Tor as `tor --LogMessageDomains 1 --Log
 debug`.

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


More information about the tor-bugs mailing list