Page 1 of 1

Basic Tranformer Error Message

Posted: Mon Mar 08, 2004 2:30 pm
by Marley777
Hello, has anyone ever seen the following error? We are getting this error in our basic transformer stage.


'Received signal SIGBUS'

Thanks for your help!

Posted: Mon Mar 08, 2004 3:25 pm
by ray.wurlod
SIGBUS is a UNIX signal. It means that there has been a "bus error". The "bus" referred to here is usually the communication channel between the CPU and memory or other hardware components.
Thus, you are being told in UNIX's beautifully succinct way that your application has done something that has caused, or detected, an error.
The man page for siginfo will tell you that there are three major reasons for raising this signal:
  • invalid address alignment
    non-existent physical address
    object-specific hardware error

thanks

Posted: Tue Mar 09, 2004 7:04 am
by Marley777
Hello Ray Wurlod,
thanks for answering the question we posted. We are looking into this with our UNIX ADM.

Basic Tranformer Error Message

Posted: Wed Mar 10, 2004 5:28 pm
by bigpoppa
Rstone,

Did you resolve this issue? If so, what was the resolution?

Your descriptions of the Basic Transform in PX make it seem like the Basic Transform is buggy.. Care to comment?

Posted: Thu Mar 11, 2004 3:18 am
by gh_amitava
Hi RStone,

If you replace the Basic Transformer by a PX Transformer then your 'SIGBUS'/'SIGINT'/Mutex error may not come into the picture. I have also faced the similer problem.

Regards
Amitava