Skip to content
Snippets Groups Projects
Closed (moved) Segmentation fault on scheduler domain messages
  • View options
  • Segmentation fault on scheduler domain messages

  • View options
  • Closed (moved) Issue created by cypherpunks

    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.

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading