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: --with-pgtk crashes Date: Thu, 06 Jan 2022 22:08:36 +0200 Message-ID: <83k0fc7hkr.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16557"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 06 21:09:54 2022 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 1n5Z58-0004Cy-Cm for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jan 2022 21:09:54 +0100 Original-Received: from localhost ([::1]:37954 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5Z57-0007n8-B9 for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jan 2022 15:09:53 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5Z3f-0006Kb-RA for emacs-devel@gnu.org; Thu, 06 Jan 2022 15:08:23 -0500 Original-Received: from [2001:470:142:3::e] (port=54492 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 1n5Z3f-0005px-I4; Thu, 06 Jan 2022 15:08:23 -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=7ZOcB7Q2Wx15J7k8F4rgu986ixT9KACOIDVKFLYJQyg=; b=n7NVpLVIG/ch 0OxJxFnbd+jqbDhTzxpor8B6faJ4C7QUPJCUzz0ouS1rBtwcAWDBQx6uMZan0TmMOMopE7Q034jUf l4jT4d581Cj32cyEvgmgGOX617f1t4+DUVyozknRKY+Kvv0MLPaJIh3aS1lEqUBUMEkRGKVoJ1njL Td2YCqL6dtlaG2Pkr9y6e1PSWn/tpielkwTECg+Uk9Y5IrISh6yzYh17azL22yHRwfcJk3GYENbhB Pc6l58GCM6MrccA9jqY8WPygqTm1WhJYCx0w/aLSMfgcs3Dld1Om+g+obreVNZpS/jMsd+VyDq9g9 O7+g5x7stgn5KUvcDF95Hg==; Original-Received: from [87.69.77.57] (port=3952 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 1n5Z3f-00026E-EO; Thu, 06 Jan 2022 15:08:23 -0500 In-Reply-To: (raman@google.com) 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:284341 Archived-At: > Date: Thu, 06 Jan 2022 10:03:25 -0800 > From: "T.V Raman" > > Latest build from head with --with-pgtk now crashes on Linux (Debian) > when started under X. Can you post a backtrace from the crash, please? That will make finding the culprit much easier and faster. Thanks.