Top "Sigbus" questions

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
Android Fatal Signal 7 (SIGBUS)

I'm getting a few SIGBUS (7) and SIGSEGV (11) crashes that I am having difficult tracking down. The thread that appears to …

java android segmentation-fault sigbus
What does "Misaligned address error" mean?

First of all — sorry for the specifics. I generally try to boil my SO questions to generic "class A" stuff …

c++ sigbus