Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2023 09:08:59 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        salvadore@freebsd.org, freebsd-current@freebsd.org
Subject:   Re: compiling lang/gcc10 produces messages about signal 11 kills in /var/log/messages
Message-ID:  <ZTDWC-tZ1Wtc2SxS@c720-1400094.fritz.box>
In-Reply-To: <ZTAnvECKKqs84pMs@c720-1400094>
References:  <ZTAnvECKKqs84pMs@c720-1400094>

next in thread | previous in thread | raw e-mail | index | archive | help
El día miércoles, octubre 18, 2023 a las 08:45:16p. m. +0200, Matthias Apitz escribió:

> 
> Hello salvadore@FreeBSD.org,
> 
> I'm writing to you as MAINTAINER of the port lang/gcc10.
> 
> When compiling the port lang/gcc10 with poudriere on a recent
> 14.0-CURRENT system and very recent ports from git, I encounter
> in /var/log/messages lines like these:
> 
> Oct 18 17:44:45 jet kernel: pid 21011 (cc1plus), jid 169, uid 65534: exited on signal 11 (core dumped)
> Oct 18 17:45:17 jet kernel: pid 30102 (cc1plus), jid 169, uid 65534: exited on signal 11 (core dumped)
> ...

I'm recompiling lang/gcc10 again with poudriere and while this is
writing the log file .../latest-per-pkg/gcc10-10.4.0_1.log I attached
another shell cmd which reads this log with tail -f and writes each line
again to another file with a timestamp in front; looks like this:

08:21:31: ===> Installing existing package /packages/All/mpc-1.3.1_1.pkg
08:21:31: [140-CURRENT-ports20231014-job-01] Installing mpc-1.3.1_1...
08:21:31: [140-CURRENT-ports20231014-job-01] Extracting mpc-1.3.1_1: ...... done
08:21:31: ===> gcc10-10.4.0_1 depends on shared library: libmpc.so - found (/usr/local/lib/libmpc.so)
08:21:31: ===> Returning to build of gcc10-10.4.0_1
08:21:31: ===========================================================================
08:21:31: =======================<phase: configure >============================
08:21:31: ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534
08:21:31: ===> Configuring for gcc10-10.4.0_1
...

(still running).

So at the end we can match the signal 11 lines from /var/log/messages
exactly with what the make engine was doing at that time.

	matthias

-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZTDWC-tZ1Wtc2SxS>