|
ksh dumping, tip
An old known problem could be a corrupted history file.
try deleting your .sh_history file in your home dir.
Another thing is start your script with set -x to do some debugging and maybe you can find out at what point this coredump starts.
Also look at the tombstones file or of course your /var/adm/messages/syslog/syslog.log file.
Hope this helps.
René
|