Wednesday, September 17, 2008

HandleKrnlSignals

[JDENET]
HandleKrnlSignals=0
This will turn off the signal handler for jdenet_k process.When an unexpected signal occurs, a core file is created[usually in the same directory as the jdenet_k].This core file is a memory dump of the process and contains the debugging information that developer can use to determine the source of crash,call stack, values of the variables etc.,
Default value of HandleKrnlSignals is 1
Note:NT servers use exception handlers not Signal handlers

No comments: