From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#54248: 29.0.50; Uninterned symbols malcompiling Date: Sat, 5 Mar 2022 20:59:41 +0000 Message-ID: References: <87h78dry1y.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26958"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 54248@debbugs.gnu.org To: Michael Heerdegen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 05 22:00:16 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nQbVf-0006nv-SJ for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Mar 2022 22:00:15 +0100 Original-Received: from localhost ([::1]:42672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nQbVe-0004XG-C2 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Mar 2022 16:00:14 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36898) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQbVT-0004WR-3x for bug-gnu-emacs@gnu.org; Sat, 05 Mar 2022 16:00:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55265) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nQbVS-0004Co-Py for bug-gnu-emacs@gnu.org; Sat, 05 Mar 2022 16:00:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nQbVS-0006si-Kk for bug-gnu-emacs@gnu.org; Sat, 05 Mar 2022 16:00:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 05 Mar 2022 21:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54248 X-GNU-PR-Package: emacs Original-Received: via spool by 54248-submit@debbugs.gnu.org id=B54248.164651399226410 (code B ref 54248); Sat, 05 Mar 2022 21:00:02 +0000 Original-Received: (at 54248) by debbugs.gnu.org; 5 Mar 2022 20:59:52 +0000 Original-Received: from localhost ([127.0.0.1]:49162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQbVH-0006ru-TZ for submit@debbugs.gnu.org; Sat, 05 Mar 2022 15:59:52 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:56566 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1nQbVE-0006rd-V0 for 54248@debbugs.gnu.org; Sat, 05 Mar 2022 15:59:50 -0500 Original-Received: (qmail 40429 invoked by uid 3782); 5 Mar 2022 20:59:42 -0000 Original-Received: from acm.muc.de (p2e5d5265.dip0.t-ipconnect.de [46.93.82.101]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sat, 05 Mar 2022 21:59:41 +0100 Original-Received: (qmail 8582 invoked by uid 1000); 5 Mar 2022 20:59:41 -0000 Content-Disposition: inline In-Reply-To: <87h78dry1y.fsf@web.de> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:228044 Archived-At: Hello, Michael. On Sat, Mar 05, 2022 at 02:24:41 +0100, Michael Heerdegen wrote: > Hello, > this must be a few days old at maximum. Random example: > Byte compile a file containing > (set '#:my-toggle-invisible 3) > Load the compiled file ==> (wrong-type-argument symbolp (nil)) > Interpreted code works. > CC'ing Alan because this might be related to his latest changes to the > compiler, I didn't investigate, sorry if not. Thanks! A bit of bisecting shows that the bug was introduced by the following commit: commit 6092ee1c3ff503fbe8087e13b7eae2f904c4af3b Author: Alan Mackenzie Date: Thu Feb 24 17:30:39 2022 +0000 Amend byte-run-strip-symbol-positions so that an unexec build builds .. I'll have a look at this and see if I can work out how this commit causes the bug. > TIA, > Michael. > In GNU Emacs 29.0.50 (build 41, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) > of 2022-03-04 built on drachen > Repository revision: e46bb68ac27625e4bc466da842f74baea63e835a > Repository branch: master > Windowing system distributor 'The X.Org Foundation', version 11.0.12011000 > System Description: Debian GNU/Linux 11 (bullseye) > Configured using: > 'configure --with-native-compilation --with-xwidgets' -- Alan Mackenzie (Nuremberg, Germany).