On Sunday, 19 August 2018 02:56:13 BST Walter Dnes wrote:
> On Sat, Aug 18, 2018 at 03:27:27PM -0400, Mike Gilbert wrote
> 
> > On Fri, Aug 17, 2018 at 8:58 PM Walter Dnes <waltd...@waltdnes.org> wrote:
> > >   I'm re-purposing a Lenovo T400 notebook (CORE2 and 3 gigs ram) with a
> > > 
> > > 32-bit Gentoo install.  I try to do "emerge -e @system" early in the
> > > install, when there's under 200 packages.  Anyhow, python 3.6.5 is not
> > > rebuilding. I've put in all the "final" USE flags for the system.  The
> > > buildlog is attached (gzipped).
> > 
> > The compiler was killed with signal SIGSEGV. You probably ran out of
> > memory or some similar problem. Check dmesg.
> 
>   That would be worrisome. This is an off-lease Lenovo with 3 gigs of
> ram, and 6.8 gigs of swap.  At this point of the install, I haven't even
> built X, so there's no GUI running.  dmesg output is attached.  The last
> line mentions something about python3.6m.

This is an informational message and would only be worrisome if it reported 0 
bytes left.  You can switch if off by disabling CONFIG_DEBUG_STACK_USAGE in 
the kernel.

Some ebuilds, I have chromium in mind here, can chew up all your RAM and then 
start thrashing swap continuously.  To make matters worse in pre-empting this, 
they only do it for a few versions, then revert to better managed memory 
usage.  On a box with 4G RAM I set MAKEOPTS="-j2 -l2" for such troublesome 
packages and swap usage is kept within normal limits.

I think the message "[drm] HPD interrupt storm" refers to some old kernel bug, 
but it could be a regression.  Which kernel are you using?

-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to