Job aborting with the error malloc():memory corruption

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
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

Job aborting with the error malloc():memory corruption

Post by pradkumar »

Hi Everyone,

Iam extracting data from Mainframe DB2 using the DB2 plug-in stage and writing it into a dataset. I am doing simple conversions such as concatenation,chanding the data format.The job is aborting with the below error:

APT_CombinedOperatorController,0:***glibc detected***malloc():memory corruption:0x09bcaf20**
APT_CombinedOperatorController,0:Operator terminated abnormally:received signal SIGABRT

Iam using where clause in the sql query as

Where EFF_IN_DT <=CURRENT DATAE
AND EFF_OUT_DT >= CURRENT DATE
AND COLUMN1 =X'FFFF'
AND COLUMN2 <> X'FF'
AND COLUMN3 <> X'FF' -- got the query from customer..

I tried running the job by removing the where clause in the query and the job ran successfully with out any issues. Could any one help me how to resolve this issue.

Thanks in Advance
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

Re: Job aborting with the error malloc():memory corruption

Post by mallikharjuna »

syntax is wrong in where clause,check once again
MALLI
Post Reply