Why does Error SIGBUS occur?

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
vinodlakshmanan
Participant
Posts: 82
Joined: Wed Jul 14, 2004 7:21 am
Location: India

Why does Error SIGBUS occur?

Post by vinodlakshmanan »

Why does the error SIGBUS occur? There is a job in which I am retrieving data from a table and performing a lookup against a dataset. The dataset has some 16million plus records. I am using a lookup stage for this. When I run the job, it retrieves the data from the table. While fetching the records from the dataset it aborts after reading some 15.9 million records giving SIGBUS error.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

A SIGBUS error is simply a bus error. It could mean a hardware / memory problem or could indicate a problem in the software. I'd start by opening a case with Ascential Support to see if they've seen these errors before. Or possibly have a chat with your SAs.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply