From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: eassert always aborts in eval.c in an optimized build Date: Mon, 28 Oct 2024 15:49:33 +0200 Message-ID: <86msio72xe.fsf@gnu.org> References: <8634kiaq0b.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28224"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 28 14:50:40 2024 Return-path: Envelope-to: ged-emacs-devel@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 1t5Q8l-0007AN-5r for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Oct 2024 14:50:39 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t5Q7n-00085V-JG; Mon, 28 Oct 2024 09:49:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5Q7m-00085J-1i for emacs-devel@gnu.org; Mon, 28 Oct 2024 09:49:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5Q7l-00066S-2X; Mon, 28 Oct 2024 09:49:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=YhGhQrnTvZfPcD+s4dyoZ1LRe9MBDFSaSXYRx7vbdtI=; b=ofqD8c0wcWql o6War50bgC59/xL//BcJuHTlj0/jSCU6rsynIBjZmBsXC44mFGAhiAxMecXVCwz0vtqGD/nsRFjlP G/XvQI2I/7oIPFiOIqcu4FRtU+kmfQxgPadQIXMMS56sFIyH5BtK0FlYvqvWIpxp56yZnBlBvGCoo giEJ7bpyCeOGUHFjcyAXCD12HzscGK7xpYIrVDI9XbDt4ADOF005n4gBZYuyaeZIuIWB4FrNxl39h rDCOuukS6KIpnWnQfOGbTjMD2NcR4DxTIxpSSwpe3vlHx1ZJi2/YT66Y1rOtKjE8a8iDqUcxNKHu0 2znt8NQJVN9XaKJA1XAtWQ==; In-Reply-To: (message from Paul Eggert on Sun, 27 Oct 2024 17:34:57 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324897 Archived-At: > Date: Sun, 27 Oct 2024 17:34:57 -0700 > From: Paul Eggert > Cc: emacs-devel@gnu.org > > I installed the attached hack to work around what appears to be a GDB > bug; please give it a try when you have the time. > > Although the hack might be needed for other functions marked > EXTERNALLY_VISIBLE for GDB, I applied it only to the function that you > reported the GDB bug for. We can apply the hack to the other functions > later, if we discover they need it. This hack is merely for convenience > when we debug Emacs with GDB so it's OK to be cautious about applying > the hack. Thanks. I needed to install the same trick for one more function, and xbacktrace is now working again!