more detailed report in memory management error path
This commit is contained in:
@ -1098,7 +1098,7 @@ int main_loop(int fd, int cpu, pthread_mutex_t *lock)
|
||||
if(sig)
|
||||
fprintf(stderr, "Terminate by signal %d\n", sig);
|
||||
else if(term)
|
||||
__dprintf(stderr, "Exit status: %d\n", term);
|
||||
__dprintf("Exit status: %d\n", term);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user