APT_CombinedOperatorController,0: *** glibc detected ***

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
UAUITSBI
Premium Member
Premium Member
Posts: 117
Joined: Thu Aug 13, 2009 3:31 pm
Location: University of Arizona

APT_CombinedOperatorController,0: *** glibc detected ***

Post by UAUITSBI »

I am staging a table and I get the following error message

APT_CombinedOperatorController,0: *** glibc detected *** /opt/IBM/InformationServer/Server/PXEngine/bin/osh: malloc(): memory corruption: 0x09d8be80 ***

and after a very long error log the job finally fails with this:

APT_CombinedOperatorController,0: Operator terminated abnormally: received signal SIGABRT

Any ideas as to what could be causing this.

Thanks,

Scott Wakefield
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Could be a corrupted memory chip. Have your hardware checked.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Can you enable the PXDEBUG and then see the log ? You would get a detailed log file

Regards
Sreeni
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

disable combination and see what operator is throwing the error. You can do some things to disable the framework from checking memory before allocating which may silence this error, but generally these things come from the player level.
Post Reply