Re: arm64 fork/swap data corruptions: A ~110 line C program demonstrating an example (Pine64+ 2GB context) [Corrected subject: arm64!]

2017-03-18 Thread Mark Millard
[Summary: I've now tested on a rpi3 in addition to a pine64+ 2GB. Both contexts show the problem.] On 2017-Mar-16, at 2:07 AM, Mark Millard wrote: > On 2017-Mar-15, at 11:07 PM, Scott Bennett wrote: > >> Mark Millard wrote: >> >>> [Something strange happened to the automatic CC: fill-in for

DHCP/network issues

2017-03-18 Thread AN
Is anyone seeing network or DHCP issues with a recent update to 12-current? On new hardware Dual Core Celeron J1800 Bay Trail 2.4GHz, 2MB L2 Cache 2 Gigabit Ethernet Intel NIC ports I'm seeing the following issues: - install latest 12-current snapshot FreeBSD-12.0-CURRENT-amd64-20170316-r3154

Re: DHCP/network issues

2017-03-18 Thread O. Hartmann
Am Sat, 18 Mar 2017 09:45:31 -0400 (EDT) AN schrieb: > Is anyone seeing network or DHCP issues with a recent update to > 12-current? > > On new hardware > Dual Core Celeron J1800 Bay Trail 2.4GHz, 2MB L2 Cache > 2 Gigabit Ethernet Intel NIC ports > > I'm seeing the following issues: > > - ins

Re: arm64 fork/swap data corruptions: A ~110 line C program demonstrating an example (Pine64+ 2GB context) [Corrected subject: arm64!]

2017-03-18 Thread Mark Millard
A new, significant discovery follows. . . While checking out use of procstat -v I ran into the following common property for the 3 programs that I looked at: A) My small test program that fails for a dynamically allocated space. B) sh reporting Failed assertion: "tsd_booted". C) su reporting

Re: arm64 fork/swap data corruptions: A ~110 line C program demonstrating an example (Pine64+ 2GB context) [Corrected subject: arm64!]

2017-03-18 Thread Mark Millard
On 2017-Mar-18, at 5:53 PM, Mark Millard wrote: > A new, significant discovery follows. . . > > While checking out use of procstat -v I ran > into the following common property for the 3 > programs that I looked at: > > A) My small test program that fails for > a dynamically allocated space.