SIGBUS [was Re: gdb]

1999-08-23 Thread Joel Ray Holveck
> (gdb) run > Starting program: /tmp/./sieve > Program received signal SIGBUS, Bus error. That reminds me. I thought that SIGBUS meant byte-alignment errors. What does it mean on FreeBSD/x86? Cheers, joelh -- Joel Ray Holveck - [EMAIL PROTECTED] Fourth law of programming: Anything that

Re: SIGBUS [was Re: gdb]

1999-08-19 Thread John Polstra
In article <[EMAIL PROTECTED]>, Amancio Hasty <[EMAIL PROTECTED]> wrote: > > On 18 Aug 1999, Joel Ray Holveck wrote: > > > > > That reminds me. I thought that SIGBUS meant byte-alignment errors. > > > What does it mean on FreeBSD/x86? > > The boehm garbage collector is trying to find the memo

Re: SIGBUS [was Re: gdb]

1999-08-18 Thread Amancio Hasty
> On 18 Aug 1999, Joel Ray Holveck wrote: > > > > (gdb) run > > > Starting program: /tmp/./sieve > > > Program received signal SIGBUS, Bus error. > > > > That reminds me. I thought that SIGBUS meant byte-alignment errors. > > What does it mean on FreeBSD/x86? > > Another possible source for S

Re: SIGBUS [was Re: gdb]

1999-08-18 Thread Alfred Perlstein
On 18 Aug 1999, Joel Ray Holveck wrote: > > (gdb) run > > Starting program: /tmp/./sieve > > Program received signal SIGBUS, Bus error. > > That reminds me. I thought that SIGBUS meant byte-alignment errors. > What does it mean on FreeBSD/x86? Another possible source for SIGBUS should be gene

SIGBUS [was Re: gdb]

1999-08-18 Thread Joel Ray Holveck
> (gdb) run > Starting program: /tmp/./sieve > Program received signal SIGBUS, Bus error. That reminds me. I thought that SIGBUS meant byte-alignment errors. What does it mean on FreeBSD/x86? Cheers, joelh -- Joel Ray Holveck - [EMAIL PROTECTED] Fourth law of programming: Anything that