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#51688: ELC+ELN international/emoji.elc crashes Date: Tue, 23 Nov 2021 14:29:10 +0000 Message-ID: References: <87tugmyeow.fsf@igel.home> <87o86cpinw.fsf@igel.home> <83y25gp7pu.fsf@gnu.org> <87h7c3f6i1.fsf@igel.home> <83czmrows3.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="1752"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 51688@debbugs.gnu.org, Andreas Schwab To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 23 15:30:12 2021 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 1mpWoG-0000Eg-BW for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 23 Nov 2021 15:30:12 +0100 Original-Received: from localhost ([::1]:51748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpWoE-0005G5-Fv for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 23 Nov 2021 09:30:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58962) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpWo6-0005Fu-QV for bug-gnu-emacs@gnu.org; Tue, 23 Nov 2021 09:30:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38817) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mpWo6-0002Wr-Hh for bug-gnu-emacs@gnu.org; Tue, 23 Nov 2021 09:30:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mpWo6-0002MG-EM for bug-gnu-emacs@gnu.org; Tue, 23 Nov 2021 09:30:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 23 Nov 2021 14:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51688 X-GNU-PR-Package: emacs Original-Received: via spool by 51688-submit@debbugs.gnu.org id=B51688.16376777548984 (code B ref 51688); Tue, 23 Nov 2021 14:30:02 +0000 Original-Received: (at 51688) by debbugs.gnu.org; 23 Nov 2021 14:29:14 +0000 Original-Received: from localhost ([127.0.0.1]:50363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpWnK-0002Kq-8i for submit@debbugs.gnu.org; Tue, 23 Nov 2021 09:29:14 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:63720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpWnI-0002Kf-4Q for 51688@debbugs.gnu.org; Tue, 23 Nov 2021 09:29:12 -0500 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 1ANETA35013736 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 23 Nov 2021 14:29:10 GMT In-Reply-To: <83czmrows3.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 23 Nov 2021 14:56:44 +0200") 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:220667 Archived-At: Eli Zaretskii writes: >> From: Andreas Schwab >> Cc: akrl@sdf.org, 51688@debbugs.gnu.org >> Date: Tue, 23 Nov 2021 12:36:54 +0100 >> >> Actually there is a repro.c in eln-cache. > > Thanks, I updated etc/DEBUG with this possibility. > > Andrea, can you tell when the reproducer will be written as literally > "repro.c" in the eln-cache directory? If possible, I'd like to > describe such a situation as accurate as I can, so that users won't > have to search high and low for the file. The reproducer should be named XXX_libgccjit_repro.c where XXX is the base name of the corresponding .eln. Also it should be produced in the same directory where the .eln goes. So I think the previous wording in etc/DEBUG was more accurate. If we are building Emacs the reproducer should be deposed under the native-lisp/whatever/ directory. Regards Andrea