Page 1 of 1

SIGBUS

Posted: Tue Sep 08, 2009 7:14 am
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

Posted: Tue Sep 08, 2009 10:26 am
by mandyli
for tracking memory use

ipcs -mop from unix .

Posted: Tue Sep 08, 2009 10:55 am
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.