Page 1 of 1

Job aborting with the error malloc():memory corruption

Posted: Thu Mar 04, 2010 10:01 am
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

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

Posted: Thu Mar 04, 2010 11:10 am
by mallikharjuna
syntax is wrong in where clause,check once again