ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/utils.C
(Generate patch)

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.102 by root, Sun Nov 11 01:27:44 2012 UTC vs.
Revision 1.103 by root, Mon Dec 17 02:07:15 2012 UTC

92 signal (SIGINT , SIG_IGN); 92 signal (SIGINT , SIG_IGN);
93 signal (SIGTERM, SIG_IGN); 93 signal (SIGTERM, SIG_IGN);
94 signal (SIGABRT, SIG_IGN); 94 signal (SIGABRT, SIG_IGN);
95 95
96 signal (SIGSEGV, SIG_DFL); 96 signal (SIGSEGV, SIG_DFL);
97 signal (SIGFPE , SIG_DFL);
98#ifdef SIGBUS
97 signal (SIGBUS , SIG_DFL); 99 signal (SIGBUS , SIG_DFL);
100#endif
98 signal (SIGILL , SIG_DFL); 101 signal (SIGILL , SIG_DFL);
99 signal (SIGTRAP, SIG_DFL); 102 signal (SIGTRAP, SIG_DFL);
100 103
101 // try to put corefiles into a subdirectory, if existing, to allow 104 // try to put corefiles into a subdirectory, if existing, to allow
102 // an administrator to reduce the I/O load. 105 // an administrator to reduce the I/O load.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines