http://bugs.winehq.org/show_bug.cgi?id=14789
--- Comment #34 from Dmitry Timoshkov dmitry@codeweavers.com 2009-11-28 00:56:25 ---
- fprintf( stderr, "wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.\n");
- (void) write(STDERR_FILENO, crash_message, sizeof(crash_message) - 1);
And btw, you are breaking your own requirements stated in the bug 14788 you are referencing here :-) Is there any reason why you don't follow your own coding standard rules? That's a not safe programming practice, right? <grin>