On Sunday 2014-11-30 04:45, Cristian Rodríguez wrote:
El 29/11/14 a las 23:19, Roman Bysh escribió:
gcc: internal compiler error: Bus error (program as)
Hrmmm.. are your memory modules OK ? looks like they are not.
SIGBUS is indicative of unaligned access and generally appears only outside of {x86,ppc}. Statistically, unaligned access is foremost due to programmers willingly breaking C programming rules. Bad memory is also possible, but much more likely to appear as a SIGSEGV instead, due to bad values being used for (aligned) displacements that lead to an unmapped area, or cause essential data to be overwritten at some location which causes another part of the program to go to an unmapped place. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org