Error Segment Fault

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
mab_arif16
Charter Member
Charter Member
Posts: 87
Joined: Sat Mar 18, 2006 11:45 pm

Error Segment Fault

Post by mab_arif16 »

Hi
When I run the job I am getting the following error
Contents of phantom output file =>
4801 Segmentation Fault
I am not using any sequential files,I am just extracting the data from ODB C looking up against target and Upserting it in target.
Does somebody knows about this error
Thanks
Arif
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Most segmentation faults relate to trying to access a memory address that you don't own. One way you can do this is to try to stuff more than N characters into a string[N] or string[max=N] field. There are other ways.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply