Created On: 03 March 2008
Problem:
The touch C does not stop cobesdebug. I use Z and the UNIX command kill with the option -9 to destroy the both process. After cobesdebug it does not run, and displays error message or warning messages.
Resolution:
cobesdebug uses a internal data file to stock information about region, transaction, etc.
Under Suse, it is possible to use the option -15 of the UNIX command kill. This option send a signal to stop the process with updating the internal data file after the restart of cobesdebug.
Example: (chronologically)
Screen01 ( tty1 )
cobesdebug .......
Z
Screen02
ps -t/dev/tty1
kill -15 pid2 pid1
Screen01
fg ( foreground) to restart cobesdebug that stops ( signal 15 received)
Incident #25321
Old KB# 2320
