diff --git a/engine/platform/posix/crash_glibc.c b/engine/platform/posix/crash_glibc.c index 671c0c705..24a294900 100644 --- a/engine/platform/posix/crash_glibc.c +++ b/engine/platform/posix/crash_glibc.c @@ -60,6 +60,9 @@ void Sys_Crash( int signal, siginfo_t *si, void *context ) write( logfd, syms[i], symlen ); write( logfd, &ch, 1 ); + write( STDERR_FILENO, syms[i], symlen ); + write( STDERR_FILENO, &ch, 1 ); + len += Q_snprintf( message + len, sizeof( message ) - len, "%2d: %s\n", i, syms[i] ); }