FatalErrors

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

FatalErrors

Post by scorpion »

Hi All,

Can any one help me to resolve below FatalErrors,getting in my job:

node_node1: Player 4 terminated unexpectedly.-----(FATAL)
main_program: Unexpected termination by Unix signal 11(SIGSEGV)-----(FATAL)
Lookup_Underlying,0: sendWriteSignal() failed on node dvslcwd08 ds = 7 conspart = 0 Broken pipe-----(FATAL)
Lookup_Underlying,0: Could not send close message (shared memory)---(WARNING)
node_node1: APT_PMMP::makeMessage: bad message on port (1,1) - header is {2}-----(FATAL)
node_node1: Internal Error: (0):processmgr/msgport.C: 1267: FAILURE: Impossible code statement reached:-----(FATAL)
main_program: The Section Leader on node node1 has terminated unexpectedly.-----(FATAL)
main_program: Step execution finished with status = FAILED.-----(FATAL)


Thanks in advance
Thanx&Regards
scorpion
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search the forum for SIGSEGV (segmentation violation). Reduce demand for, or increase supply of, memory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply