my pro*c program is run this way :
./SETC0570 >log.txt 2>&1
I got this line in log.txt
/path/to/shell_script/SEUX0570.sh: line 212: 41055: Abort
I know 212 in the line number where SETC0570 was called. But what is 41055 ?
What could cause my pro*c program to terminate abruptly without leaving enough root cause traces ?
What to do to have these traces ..?