Hi,

> Bus Error is very common and most of the times I get this error is because
> of address alignment problems. For example, the int data type should start

        Agreed. But IIRC on intel hardware (x86) unaligned accesses only
cause a performance hit (processor/pipeline stalls) but no faults. Do the
newer processors fault (bus error) when you do an unaligned access??
        Another place I know where bus errors occur is on M68K based boxes
(and may be powerpc??). When you try to access a memory location (physical
bus address) that doesn't exist, it results in bus error.
        AFAIK neither of these things are applicable to intel x86.

        Regards,
        Kedar.
----------------------------------------------------------------
Don't worry over what other people are thinking about you.
They're too busy worrying over what you are thinking about them.




--------------------------------------------------------------------------
LI is all for free speech, but this list was created for a purpose --
to help popularise Linux in India. If your messages are counterproductive
to that purpose, your privileges to submit messages can and will be revoked.

Reply via email to