0
Anonymous
SIGBUS is an event that occurs when a program or application tries to do something with memory it doesn't own or memory that is readonly. It is a "bus error", related to bad memory handling.
See the related link for detailed information.
Wiki User