G
George Potemkin
Guest
Agree. The process will report SIGFPE signal in db log and it's a good thing. Other differences between the standard fatal and really fatal signals, IMHO, are not important. BTW, does anybody have a to-do-list when a process hung (like in the current case)? I don't mean the checks on Progress level because it's too big topic, only OS level. I'd try to generate a protrace file. There is a chance that Process will ignore SIGUSR1 signal or it will partially create a protrace file (only a section with startup parameters). Can we use Unix debuggers to to get more information? I'd get 'ps -ef' to check if the process has launched any sub-processes. I'd get 'lsof -p PID' to check the ports opened by the process. What can/should be done else?
Continue reading...
Continue reading...