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: Crash during garbage collection Date: Tue, 26 Nov 2024 17:44:23 +0200 Message-ID: <868qt6gfu0.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9413"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: George P Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 26 16:45:38 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 1tFxkv-0002Do-T0 for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Nov 2024 16:45:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tFxk4-0001g0-Tc; Tue, 26 Nov 2024 10:44:44 -0500 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 1tFxk3-0001fB-Ag for emacs-devel@gnu.org; Tue, 26 Nov 2024 10:44:43 -0500 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 1tFxk3-0002oj-2R; Tue, 26 Nov 2024 10:44:43 -0500 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=ACAvpm9Jq5DWazWlYZVfdeX4iDfiwBJbcs1xjYnjNoA=; b=OKFUFe8KU0/4 dnhWASEg4KxbfM6qLNayjcDlMAU/Q02VNj0BsJWIqb8pKASUEtP7yOg4gpxZlMbxdVGpelav24+22 3I6GOXWAnmujDTsMChmU9Ej8H4u6CuLhncOAzph/D2jBgweGg+p7GWCDHsAM8xD/wgklZpQNXQYnz OPMglVk7ZjvXp296Vc9T9Ohga3MYXcPV1Dop6SrXssY7BNko2T4joFNCUNylIWdCkXQO9efr/Xzao jYGn9OPP6DGGvNH0gq0c4NjC9Nh6431c8/KulGV50K5EtUKLXY52/wkWlHTQURsPwGmtiwsbUHSM0 9eO0JbvpnyADDbBZ6h05jg==; In-Reply-To: (message from George P on Mon, 25 Nov 2024 22:47:42 -0500) 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:325715 Archived-At: > From: George P > Date: Mon, 25 Nov 2024 22:47:42 -0500 > > I got a crash apparently during garbage collection. Unfortunately, I was running on a stripped binary and I > was not doing anything in particular during the crash, so I would have no idea how to reproduce the crash. > The only thing I am left with is a core dump, from which I can get the stack trace below. > > I doubt that this information is very useful, but do let me know if you think there is more information I can > extract from the core. It's indeed not very useful.