lua-users home
lua-l archive

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


Well, now that 'yer damn code' is on my computer I'll watch the repo and test on fbsd if you ping me. :P

Russ

Sent from my BlackBerry 10 smartphone on the Virgin Mobile network.
  Original Message  
From: Coda Highland
Sent: Friday, September 29, 2017 8:38 AM
To: Lua mailing list
Reply To: Lua mailing list
Subject: Re: Serialized test data in table format?

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