lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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