Commit 6d1605a6 authored by Alexandre Julliard's avatar Alexandre Julliard

server: Make crash error message more explicit.

parent 9c08c46e
......@@ -225,7 +225,7 @@ static void do_sigchld( int signum )
/* SIGSEGV handler */
static void do_sigsegv( int signum )
{
fprintf( stderr, "wineserver crashed, please report this.\n");
fprintf( stderr, "wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.\n");
abort();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment