Page 1 of 1

Server Shared Container in a Parallel job

Posted: Wed Sep 07, 2005 1:08 am
by Ananda
Hi,
I have been trying to use a Server Shared Container in a Parallel job, but I am getting the following error.

TDTTStandardtcC24,0: Operator terminated abnormally: received signal SIGSEGV [processmgr/rtpexecutil.C:161]

Within the shared container in my sample job, I am trying to move data to a sequential file.

Though I understand that "SIGSEGV" error can occur for many reasons, please let me know if there is any pointer to this issue.

Please let me know if additional information is required.

Thanks in advance.
regards
Anand

Posted: Wed Sep 07, 2005 1:30 am
by ray.wurlod
At the end of Chapter 2 in Parallel Job Developer's Guide there is a discussion on the restrictions on using server job shared containers in parallel jobs. Read that, and see whether you've violated any of them.