Re: spurious out of swap kills

2019-09-12 Thread Konstantin Belousov
On Thu, Sep 12, 2019 at 05:42:00PM -0700, Don Lewis wrote: > On 12 Sep, Mark Johnston wrote: > > On Thu, Sep 12, 2019 at 04:00:17PM -0700, Don Lewis wrote: > >> My poudriere machine is running 13.0-CURRENT and gets updated to the > >> latest version of -CURRENT periodically. At least in the last w

Re: spurious out of swap kills

2019-09-12 Thread Don Lewis
On 12 Sep, Mark Johnston wrote: > On Thu, Sep 12, 2019 at 04:00:17PM -0700, Don Lewis wrote: >> My poudriere machine is running 13.0-CURRENT and gets updated to the >> latest version of -CURRENT periodically. At least in the last week or >> so, I've been seeing occasional port build failures when

Re: spurious out of swap kills

2019-09-12 Thread Mark Johnston
On Thu, Sep 12, 2019 at 04:00:17PM -0700, Don Lewis wrote: > My poudriere machine is running 13.0-CURRENT and gets updated to the > latest version of -CURRENT periodically. At least in the last week or > so, I've been seeing occasional port build failures when building my > default set of ports, a

spurious out of swap kills

2019-09-12 Thread Don Lewis
My poudriere machine is running 13.0-CURRENT and gets updated to the latest version of -CURRENT periodically. At least in the last week or so, I've been seeing occasional port build failures when building my default set of ports, and I finally had some time to do some investigation. It's a 16-thr

Deadlock involving truss -f, pdfork() and wait4()

2019-09-12 Thread Ryan Stone
I've hit an issue with a simple use of pdfork(). I have a process that calls pdfork() and the parent immediately does a wait4() on the child pid. This works fine under normal conditions, but if the parent is run under truss -f, the three processes deadlock. If I switch out pdfork() for fork(), t

Re: "cpuset -n prefer:?" --what values for "?" are supposed to be allowed? (only 1 is, despite two numa domains)

2019-09-12 Thread Mark Johnston
On Wed, Sep 11, 2019 at 11:14:42AM -0700, Mark Millard wrote: > > > On 2019-Sep-11, at 10:11, Mark Millard wrote: > > > > > On 2019-Sep-11, at 08:15, Mark Johnston wrote: > > > >> On Wed, Sep 11, 2019 at 07:57:26AM -0700, Mark Millard wrote: > >>> > >>> > >>> On 2019-Sep-11, at 07:31, Mar

Re: r352239: install failure: make[10]: exec(btxld) failed (No such file or directory)

2019-09-12 Thread O. Hartmann
On Thu, 12 Sep 2019 06:27:00 +0200 "O. Hartmann" wrote: > Hello, > > we install several pkg-based systems and poudriere from a dedicated tree of > sources, instead of /usr/src it is in our case /pool/sources/CURRENT/src and > 12-STABLE/src. Compilation of the sources is done within a JAIL! > > Fo