http://bugs.winehq.org/show_bug.cgi?id=14789 --- Comment #34 from Dmitry Timoshkov <dmitry(a)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> -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.