On Tue, 28 Sep 1999, Darren R. Davis wrote:

> I believe that a Bus Error is specifically referencing miss aligned data vs
> segmentation violation
> (SIGSEGV) which is accessing data that is either free'd or not yours, etc.
> I always thought
> it strange on an Intel processor, since this was more a 68K/RISC thing.
> The only penalty on Intel
> was taking many more cycles to complete.  Of course I haven't looked that
> deeply at what the
> code handling for the bus error signal really detects.  But, never the
> less, it is still a Netscape bug.

  It's SIGSEGV in disguise -- netscape intercepts it and generates SIGBUS:
---8<---
abelits@es1840$ netscape&
[1] 67114
abelits@es1840$ kill -SEGV 67114
abelits@es1840$ [1]+  Bus error               netscape

abelits@es1840$ 
--->8---

-- 
Alex

----------------------------------------------------------------------
 Excellent.. now give users the option to cut your hair you hippie!
                                                  -- Anonymous Coward



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to