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: MPS: Win64 testers? Date: Thu, 22 Aug 2024 21:11:26 +0300 Message-ID: <864j7csa0h.fsf@gnu.org> References: <86frreklfy.fsf@gnu.org> <867cckha4f.fsf@gnu.org> <87plqc2zh3.fsf@protonmail.com> <86wmkkfcxl.fsf@gnu.org> <861q2n2tsu.fsf@gnu.org> <865xrwy32x.fsf@gnu.org> <86frreklfy.fsf@gnu.org> <867cckha4f.fsf@gnu.org> <87plqc2zh3.fsf@protonmail.com> <86wmkkfcxl.fsf@gnu.org> <861q2n2tsu.fsf@gnu.org> <865xrwy32x.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16502"; mail-complaints-to="usenet@ciao.gmane.io" Cc: kien.n.quang@gmail.com, pipcet@protonmail.com, emacs-devel@gnu.org, yantar92@posteo.net To: =?iso-8859-1?Q?Sebasti=E1n_Mon=EDa?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 22 20:13:01 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 1shCIv-000494-OV for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Aug 2024 20:13:01 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1shCHz-0001Dv-MO; Thu, 22 Aug 2024 14:12:03 -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 1shCHx-0001DR-BG for emacs-devel@gnu.org; Thu, 22 Aug 2024 14:12:01 -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 1shCHv-0006iz-SY; Thu, 22 Aug 2024 14:11:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=2mfrXqpwABqB13qIPNl2K0F6Li7rsXnu1WkKkYg9GZA=; b=GPuhiiKKvdCK5n3RcNw+ LnK9WSYYITuqfy3Qdm/90h2y5tVRrXFxsEE37Oqh37HC+zWkq9wUt/GVAFtE8RuSSidIk3+l4yCz0 V9uJzv1ceUwvye7ePNSfFSNPWt5g3rsO1JZAggqonQ13JT9tXe1C7OGQDAbmW6yaYG5kIxcywhSyO T1+ugG6N586xZgpcstTJOQBSz6/dvV2cDqlJmU/XTuHZ1EnoOvgkWTUF6DpPrF3dS4kZyZfZdzfQs I7I8AOt7FV31vR29KalSTshc+qu3FY+mobAkFCieVcZSXdBG8qpOaqxaiqQnR+tgpiUG/g0/vpZNW 6r41QnM6ordmGg==; In-Reply-To: (message from =?iso-8859-1?Q?Sebasti=E1n_Mon=EDa?= on Thu, 22 Aug 2024 13:34:38 -0400) 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:323052 Archived-At: > From: Sebastián Monía > Cc: Eli Zaretskii , pipcet@protonmail.com, > emacs-devel@gnu.org, Ihor Radchenko > Date: Thu, 22 Aug 2024 13:34:38 -0400 > > Sebastián Monía writes: > > > Quang Kien Nguyen writes: > > > >> The unstripped version is here emacs-7480876-ucrt-x86_64-mps.msix [1] > >> > >> [1] > >> https://github.com/kiennq/emacs-build/releases/tag/v31.302.20240819.7480876 > > > I was running this version today: > > https://github.com/kiennq/emacs-build/releases/tag/v31.305.20240819.4794ea5 > > Had two different crashes, hope that these backtraces are more useful > (thanks again to Pip and Ihor for their help) > > bt2 happened when I opened a website with EWW from the bookmark list. > bt3 while using Gnus. > > I get the impression libgnutls is involved in both - but as established, > I am far of being a GDB expert :) Thanks, but the backtraces show only minimal information, not even the arguments to functions, let alone line numbers. How (with what compiler switches) was Emacs compiled? The value of system-configuration-options should be of help in answering this question. Without line-number information it is hard to guess what could be causing these crashes. And even if I could guess, I doubt that the debug info in the binary is rich enough to answer important questions like values of variables involved in the crash.