comp.unix.solaris@expires-on-2019-12-10.usenet.andreas-borchert.de
(Andreas F. Borchert) writes:
On 2018-08-16, Mark <[email protected]> wrote:
We have started getting the following compilation error on code that
has compiled OK for ages. What does it mean?
Signal 10:
while processing<unknown-filename> at line 0.
gmake: *** [condtion.o] Error 1
The compiler command line looks reasonable.
Signal 10 is SIGBUS:
$ grep '\<10\>' /usr/include/sys/iso/signal_iso.h
#define SIGBUS 10 /* bus error */
This signal occur when an invalid address has been used --
in particular if alignment requirements are not met.
It's likely the OP solved or worked around the problem in the 16 months
since he posted.
But in general, if the compiler crashes it's a compiler bug.
--
Keith Thompson (The_Other_Keith)
[email protected] <
http://www.ghoti.net/~kst> Working, but not speaking, for Philips Healthcare
void Void(void) { Void(); } /* The recursive call of the void */
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)