SIGSEGV Error.

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
id4dstech
Participant
Posts: 15
Joined: Thu Sep 06, 2007 11:46 am

SIGSEGV Error.

Post by id4dstech »

Hi

Please let me know the reasons/pointers for these errors:

Message: Oracle_Enterprise_0,0: signalHandler__Fi() at 0xd6ad9f6c
Message: Oracle_Enterprise_0,0: setNullValues__21APT_OraUpsertOperatorFv() at 0xd8f5f890
Message: Oracle_Enterprise_0,0: processUpdateRecord__21APT_OraUpsertOperatorFv() at 0xd8f5e28c
Message: Oracle_Enterprise_0,0: processInputRecord__21APT_OraUpsertOperatorFi() at 0xd8f5db94
Message: Oracle_Enterprise_0,0: runLocally__22APT_CombinableOperatorFv() at 0xd6a302d4
Message: Oracle_Enterprise_0,1: signalHandler__Fi() at 0xd6ad9f6c
Message: Oracle_Enterprise_0,1: setNullValues__21APT_OraUpsertOperatorFv() at 0xd8f5f890
Message: Oracle_Enterprise_0,1: processUpdateRecord__21APT_OraUpsertOperatorFv() at 0xd8f5e28c
Message: Oracle_Enterprise_0,1: processInputRecord__21APT_OraUpsertOperatorFi() at 0xd8f5db94
Message: Oracle_Enterprise_0,1: runLocally__22APT_CombinableOperatorFv() at 0xd6a302d4
Message: Oracle_Enterprise_0,0: run__15APT_OperatorRepFv() at 0xd6957d34
Message: Oracle_Enterprise_0,0: runLocally__14APT_OperatorSCFv() at 0xd69448b4
Message: Oracle_Enterprise_0,0: runLocally__Q2_6APT_SC8OperatorFUi() at 0xd69c57cc
Message: Oracle_Enterprise_0,0: runLocally__Q2_6APT_IR7ProcessFv() at 0xd6a41d88
Message: Oracle_Enterprise_0,0: executePlayer__18APT_ProcessManagerFP16APT_ScoreProcess() at 0xd6a0a014
Message: Oracle_Enterprise_0,1: run__15APT_OperatorRepFv() at 0xd6957d34
Message: Oracle_Enterprise_0,1: runLocally__14APT_OperatorSCFv() at 0xd69448b4
Message: Oracle_Enterprise_0,1: runLocally__Q2_6APT_SC8OperatorFUi() at 0xd69c57cc
Message: Oracle_Enterprise_0,1: runLocally__Q2_6APT_IR7ProcessFv() at 0xd6a41d88
Message: Oracle_Enterprise_0,1: executePlayer__18APT_ProcessManagerFP16APT_ScoreProcess() at 0xd6a0a014
Message: Oracle_Enterprise_0,1: Operator terminated abnormally: received signal SIGSEGV
Message: Oracle_Enterprise_0,0: Operator terminated abnormally: received signal SIGSEGV

Thanks,
BG.
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Do an exact search on SIGSEGV. It was answered before.
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

SIGSEGV is the signal thrown by computer programs making invalid memory references, or segmentation faults.

For more information for your specific case do a search on SIGSEGV
id4dstech
Participant
Posts: 15
Joined: Thu Sep 06, 2007 11:46 am

Post by id4dstech »

Hi Raghavendra,

I agree this occurs due to segmentation & memory references,
please let me know the solution to this. What needs to be done to get rid of this.
This job abend for the first time with this error & if memory reference & segmentation is the problem then it could also effect other jobs; residing there.

Thanks,
BG.
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

probably your job is trying to access memory not allocated to it.
Raghavendra
Dare to dream and care to achieve ...
id4dstech
Participant
Posts: 15
Joined: Thu Sep 06, 2007 11:46 am

Post by id4dstech »

Hi Raghvendra,

Do you know how to check that?

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

Post by ray.wurlod »

Often when a SIGSEGV signal is raised, there is a core dump. The message provide addresses; you should be able to analyse the core file with a suitable tool such as dbx.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
id4dstech
Participant
Posts: 15
Joined: Thu Sep 06, 2007 11:46 am

Post by id4dstech »

Hi

Can we run the jobs in something like windows safe mode.

Thanks,
Thanks,
BG.
Post Reply