Segmentation fault on scheduler domain messages
View options
- Truncate descriptions
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
.
- Show labels
- Show closed items