Page 1 of 1

SIGSEGV Error.

Posted: Wed Sep 12, 2007 3:57 am
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.

Posted: Wed Sep 12, 2007 4:01 am
by Maveric
Do an exact search on SIGSEGV. It was answered before.

Posted: Wed Sep 12, 2007 5:21 am
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

Posted: Thu Sep 13, 2007 12:13 am
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.

Posted: Thu Sep 13, 2007 12:54 am
by Raghavendra
probably your job is trying to access memory not allocated to it.

Posted: Thu Sep 13, 2007 1:19 am
by id4dstech
Hi Raghvendra,

Do you know how to check that?

Thanks,
BG.

Posted: Thu Sep 13, 2007 1:43 am
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.

Posted: Wed Sep 19, 2007 3:01 am
by id4dstech
Hi

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

Thanks,