C++ routine error

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

prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

chulett wrote:Is this still true? And is the error exactly the same? If not, post it.
This code is working fine for case: 1,2,3,4,5 but in the case of 6,30 my job get aborts
yes error is same when i call case-6,job aborts with error mesaage

"APT_CombinedOperatorController(2),0: Operator terminated abnormally: received signal SIGSEGV"
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Do you get better output when you turn off operator combination? (APT_DISABLE_COMBINATION set to "true").
Post Reply