Page 1 of 1

Error while using Change capture stage

Posted: Tue Sep 13, 2005 2:00 pm
by logic
Hi,
I am trying to track changes using the change compare stage. Using the DRS stage to read the "before" and "after" Table and writting the records to .fs
I am seeing few warnings and errors which i am not sure how to solve.
The warning is.

Code: Select all

After,0: signalHandler__Fi() at 0x204ffb28

Code: Select all

After,0: kgeade(??, ??, ??, ??, ??, ??, ??, ??) at 0xd474c2d8
...........
and the error is

Code: Select all

After,0: Operator terminated abnormally: received signal SIGSEGV
Can anybody please help me in getting rid of this error or throw some light on what could possibly be causing this error.
Thanks,
Ash.

Posted: Tue Sep 13, 2005 4:13 pm
by ray.wurlod
Search for SIGSEGV on the forum. Then try to track down which string is bigger than the permitted size.

Posted: Tue Sep 13, 2005 4:44 pm
by logic
Thanks Ray..........I had tried searching but dint use SIGSEV rather used signal_handler instead to search.. :oops: .now I got it...Thanks