mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Merge branch 'maint-0.2.7'
This commit is contained in:
commit
a5da27cb35
@ -1634,7 +1634,7 @@ sigsys_debugging(int nr, siginfo_t *info, void *void_context)
|
|||||||
#ifdef USE_BACKTRACE
|
#ifdef USE_BACKTRACE
|
||||||
n_fds = tor_log_get_sigsafe_err_fds(&fds);
|
n_fds = tor_log_get_sigsafe_err_fds(&fds);
|
||||||
for (i=0; i < n_fds; ++i)
|
for (i=0; i < n_fds; ++i)
|
||||||
backtrace_symbols_fd(syscall_cb_buf, depth, fds[i]);
|
backtrace_symbols_fd(syscall_cb_buf, (int)depth, fds[i]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(DEBUGGING_CLOSE)
|
#if defined(DEBUGGING_CLOSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user