OS: Redhat Linux 7.1
CC: gcc version 2.95
Cobol: Micro Focus COBOL for UNIX         V4.1 revision 040
Machine: i686
Middleware: Tuxedo 8.0
Problem description:
 
We have a server written in C and some of the functions
written in Cobol linked together using cob.
 
C function calls Cobol routine simply with its name and
Cobol routine will return to C function after completing
database operations.
 
The structure of the C and Cobol fucntions are as follows.
 
Cobol routine call from C function:
 
WOF1234(&arg1, &arg2);
 
Cobol routine structure of WOF1234:
 
PROCEDURE DIVISION USING INFO-AREA, OUT-AREA.
 
This flow is some times going through and some times
program going down silently before executing Cobol routine.
 
No trace found anywhere. No core file generated.
 
Don't know whether process is getting which signal.
 
Can anybody help what might be happening with the process.
 
Any clue is highly solicited.
 
Thanks in advance,
vskrao.
 

Reply via email to