From nobody Thu Oct 19 07:08:59 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S9zNH2KkMz4y4mT for ; Thu, 19 Oct 2023 07:09:03 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9zNG2HkJz3GB2; Thu, 19 Oct 2023 07:09:02 +0000 (UTC) (envelope-from guru@unixarea.de) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of guru@unixarea.de designates 178.254.4.101 as permitted sender) smtp.mailfrom=guru@unixarea.de; dmarc=none Received: from [188.174.50.185] (helo=c720-1400094.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qtN9Q-006A61-2H; Thu, 19 Oct 2023 09:09:00 +0200 Received: from c720-1400094.fritz.box (localhost [127.0.0.1]) by c720-1400094.unixarea.de (8.17.1/8.14.9) with ESMTP id 39J78xl7001887; Thu, 19 Oct 2023 09:08:59 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by c720-1400094.fritz.box (8.17.1/8.14.9/Submit) id 39J78xB9001886; Thu, 19 Oct 2023 09:08:59 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: c720-1400094.fritz.box: guru set sender to guru@unixarea.de using -f Date: Thu, 19 Oct 2023 09:08:59 +0200 From: Matthias Apitz 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: Reply-To: Matthias Apitz Mail-Followup-To: salvadore@freebsd.org, freebsd-current@freebsd.org References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 14.0-CURRENT r1400094 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.50.185 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.12 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.82)[-0.819]; R_SPF_ALLOW(-0.20)[+ip4:178.254.4.101]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[unixarea.de]; RCPT_COUNT_TWO(0.00)[2]; HAS_REPLYTO(0.00)[guru@unixarea.de]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; HAS_XOIP(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; HAS_XAW(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Queue-Id: 4S9zNG2HkJz3GB2 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: =================================================== 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