SIGBUS

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
arun_im4u
Premium Member
Premium Member
Posts: 104
Joined: Mon Nov 08, 2004 8:42 am

SIGBUS

Post by arun_im4u »

Hello,

I am getting the SIGBUS error in 7.5.1A. Based on a search from this forum, I tried the different options, but it still fails.

-Re-running the job
- Toggling the apt_monitor_time variable

I have been using df -k in the scratch directories to track memory. How do I monitor all the memory a job will use when it runs? This job is huge and has 12-15 lookup stages and makes 10 Database conenctions.

Any suggestion would be helpful
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

for tracking memory use

ipcs -mop from unix .
arun_im4u
Premium Member
Premium Member
Posts: 104
Joined: Mon Nov 08, 2004 8:42 am

Post by arun_im4u »

Resolved.

I had incorrectly pointed the TMPDIR to a NFS file system. That caused the SIGBUS error. I repointed it to a non-NFS file system that fixed the error.
Post Reply