Top "Bus-error" questions

What is a bus error?

What does the "bus error" message mean, and how does it differ from a segfault?

c unix segmentation-fault bus-error
Debugging SIGBUS on x86 Linux

What can cause SIGBUS (bus error) on a generic x86 userland application in Linux? All of the discussion I've been …

linux debugging bus-error sigbus
Bus error vs Segmentation fault

Difference between a bus error and a segmentation fault? Can it happen that a program gives a seg fault and …

c segmentation-fault bus-error sigbus
I am getting a bus error in the following code

I am getting bus error in my code. With this code I am trying to convert numbers to words, but …

c++ bus-error
How to get a "bus error"?

I am trying very hard to get a bus error. One way is misaligned access and I have tried the …

c++ bus-error
Why is this C code giving me a bus error?

I have, as usual, been reading quite a few posts on here. I found a particular useful posts on bus …

c arrays function bus-error
How do I fix 'bus error' when trying to do git-commit or git-status

I have a git repository on an OS X server that used to work fine. I was able to add …

git macos bus-error git-status git-commit