[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Serialized test data in table format?
- From: Coda Highland <chighland@...>
- Date: Fri, 29 Sep 2017 10:38:10 -0500
On Fri, Sep 29, 2017 at 12:37 AM, Sean Conner <sean@conman.org> wrote:
> (well, I am that it was a bus
> fault and not a segfault, but I'm not surprised it crashed)
Just an OS difference. BSD reports bus errors on accessing an address
that doesn't have a virtual memory page mapped to it where Linux
reports a segfault. This makes bus errors much more common on BSD and
segfaults relatively uncommon.
/s/ Adam