C - What is "Bus
error"? - August 06, 2008 at 13:10 PM by Amit Satpute
What is "Bus error"?
A bus error indicates an attempt to
access memory in an illegal way,perhaps due to an unaligned pointer.
C - What is "Bus
error"? - Jan 11, 2010 at 12:40 PM by Vidya Sagar
What is "Bus error"?
A ‘bus error’ is certain undefined behavior result type. The
cause for such error on a system could not be specified by the C language. The
memory accessibility which CPU could not address physically, ‘bus error’
occurs. Also, any fault detected by a device by the computer system can also be
a ‘bus error’. These errors caused by programs that generate undefined behavior
which C language no longer specifies what can happen.
|