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: Odd gdb problem Date: Mon, 06 Dec 2021 21:55:57 +0200 Message-ID: <834k7l1p9u.fsf@gnu.org> References: <87tufljz7t.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2325"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 06 20:56:44 2021 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 1muK6O-0000KB-7F for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 20:56:44 +0100 Original-Received: from localhost ([::1]:60144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1muK6N-00053f-3w for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 14:56:43 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56234) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muK5g-0003ip-0q for emacs-devel@gnu.org; Mon, 06 Dec 2021 14:56:01 -0500 Original-Received: from [2001:470:142:3::e] (port=39110 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muK5f-0005QZ-Ks; Mon, 06 Dec 2021 14:55:59 -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=iPah87CwgKqr2YMhyNRDpeJRdhRRt4FTLWRka8Ls7BU=; b=m+emNaceqm28 XuuFV6XxxiNOVhrj8vy0NTklgXdhJo6eUVpeY4P9bXrQXTunEuub052VUXxlJRY3w+0mvcToU8PYn LguWkPECbicTc4En04wLgrsFuov8I0V4nCrqdfLYoA0nPkY2fTrZSGHeteVdDleKO1K58BZlUTxr4 xIASwhSBuxXWPm93ZWJtTsWF8c5EO+QFN79PJzdc1VjsXa+uD6urr8IWYRQRDEXGnrRCVKYHWfMwA eKKCGmEnp4JWajoIHwKJzpks84TMnXSU1Sny05RS1lRweWTgsXbqQL1Y5U3QNm12soCZ15sVue91k SFK8SdLJj8nLTUEef59HTA==; Original-Received: from [87.69.77.57] (port=4037 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muK5f-00007T-9G; Mon, 06 Dec 2021 14:55:59 -0500 In-Reply-To: <87tufljz7t.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 06 Dec 2021 20:43:50 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:281163 Archived-At: > From: Lars Ingebrigtsen > Date: Mon, 06 Dec 2021 20:43:50 +0100 > > Program terminated with signal SIGTRAP, Trace/breakpoint trap. > The program no longer exists. > (gdb) > > That is, if I start "emacs -Q ." (i.e., open a dired buffer), then it > exits with SIGTRAP, which is something I can't recall having seen before > ever. (And Emacs works fine from without gdb.) Is this with or without native-comp? Did you try rebuilding Emacs (i.e. delete temacs and bootstrap-emacs, and say "make")?