From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#54814: 29.0.50; symbol visibility in modules may cause emacs crash in nativ-compilation emacs Date: Mon, 11 Apr 2022 08:42:48 +0000 Message-ID: References: <87zgkuqu77.fsf@tanaka.verona.se> <83h7728hy3.fsf@gnu.org> <877d7yqlh9.fsf@tanaka.verona.se> <83bkxa8bty.fsf@gnu.org> <87pmlqp0ro.fsf@tanaka.verona.se> <83pmlp72yo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30865"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 54814@debbugs.gnu.org, joakim@verona.se To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Apr 11 10:43:19 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 1ndpdn-0007sO-Ic for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Apr 2022 10:43:19 +0200 Original-Received: from localhost ([::1]:59642 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndpdl-0001GW-NQ for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Apr 2022 04:43:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndpdW-0001Ej-8o for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2022 04:43:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48539) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ndpdV-0006Yg-UA for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2022 04:43:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ndpdV-0006mb-RW for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2022 04:43:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Apr 2022 08:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54814 X-GNU-PR-Package: emacs Original-Received: via spool by 54814-submit@debbugs.gnu.org id=B54814.164966657526060 (code B ref 54814); Mon, 11 Apr 2022 08:43:01 +0000 Original-Received: (at 54814) by debbugs.gnu.org; 11 Apr 2022 08:42:55 +0000 Original-Received: from localhost ([127.0.0.1]:42436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ndpdO-0006mG-Rx for submit@debbugs.gnu.org; Mon, 11 Apr 2022 04:42:55 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:64993) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ndpdM-0006m6-7v for 54814@debbugs.gnu.org; Mon, 11 Apr 2022 04:42:53 -0400 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 23B8gm6l007400 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Mon, 11 Apr 2022 08:42:48 GMT In-Reply-To: <83pmlp72yo.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 10 Apr 2022 11:33:03 +0300") 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:229697 Archived-At: Eli Zaretskii writes: >> From: joakim@verona.se >> Cc: 54814@debbugs.gnu.org, akrl@sdf.org >> Date: Sat, 09 Apr 2022 20:30:51 +0200 >> >> Well, I dont really know, but maybe having symbols in modules trigger a >> crash in native compilation emacs? Wouldn't then removing the symbols >> from the module remove the crash? >> >> I attach a gdb bt below, but I really didnt do anything except load the >> module, the crash happens immediately. >> >> The crash does happen inside the module, but for me, only in native >> compilation emacs. > > Andrea, any ideas how native-compilation could have triggered these > crashes? Not at the moment, so far I'm of your same opinion that this is not strictly related to native compilation but accidentally triggered by it. Andrea