From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: On elisp running native Date: Tue, 04 Feb 2020 20:58:13 +0200 Message-ID: <83ftfqgoxm.fsf@gnu.org> References: <83tv5mp48l.fsf@gnu.org> <83sgl0lchm.fsf@gnu.org> <83imlwl9vm.fsf@gnu.org> <83o8uegykm.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="98094"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 04 19:59:21 2020 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 1iz3Pt-000PPG-5R for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Feb 2020 19:59:21 +0100 Original-Received: from localhost ([::1]:36464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz3Ps-0003dL-5H for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Feb 2020 13:59:20 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60506) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz3Ow-00027V-Bf for emacs-devel@gnu.org; Tue, 04 Feb 2020 13:58:24 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iz3Ow-0002ua-4J; Tue, 04 Feb 2020 13:58:22 -0500 Original-Received: from [176.228.60.248] (port=1351 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iz3Ov-0001cv-08; Tue, 04 Feb 2020 13:58:21 -0500 In-reply-to: (message from Andrea Corallo on Tue, 04 Feb 2020 18:39:38 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:244843 Archived-At: > From: Andrea Corallo > Cc: emacs-devel@gnu.org > Date: Tue, 04 Feb 2020 18:39:38 +0000 > > the backtraces I've observed are like this: > > Fatal error 11: Segmentation fault > Backtrace: > ../src/bootstrap-emacs[0x5a7462] > ../src/bootstrap-emacs[0x55fbe8] > ../src/bootstrap-emacs[0x5a6d01] > ../src/bootstrap-emacs[0x5a6cd6] > ../src/bootstrap-emacs[0x5a6d38] > ../src/bootstrap-emacs[0x5a6ed2] > /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890)[0x7f5d482cf890] > ../src/bootstrap-emacs[0x512f19] > ../src/bootstrap-emacs[0x6dbb91] > > they are not run into the debugger so there's no line number (even if > bootstrap-emacs has debug symbols). The Emacs manual explains how to convert these backtraces to the information I'd like to see. See the node "Crashing" there.