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: Fri, 07 Jan 2022 09:07:06 +0200 Message-ID: <831r1k6n39.fsf@gnu.org> References: <83k0fc7hkr.fsf@gnu.org> <25047.23231.402448.625263@retriever.mtv.corp.google.com> <87a6g82x4k.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6589"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, raman@google.com To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 07 08:12:08 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 1n5jQ0-0001YQ-5j for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Jan 2022 08:12:08 +0100 Original-Received: from localhost ([::1]:57886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5jPy-0006YK-RY for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Jan 2022 02:12:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56062) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5jL5-0004TR-TX for emacs-devel@gnu.org; Fri, 07 Jan 2022 02:07:06 -0500 Original-Received: from [2001:470:142:3::e] (port=38330 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 1n5jKw-0000Pl-9E; Fri, 07 Jan 2022 02:07:03 -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=nz2gPp+TXw202kMRrOjEmhR/zgGOBMpqBhtumPAJ73E=; b=acF7PWWE9ZUq JvMLNGyBmPKfYJFzp7p7W8g8WBXg3OB2a4scRvLlNmTaK0/lVUCaf8lTnfaNGzU2cLoontMA9W/f5 SKLXJP+ZGT7AslH6770HNAs6+80Db6ZAtS8GydcLRFwivivIfog/ms8kClSUHiYRWAkr8Kw7/zBHp sh/+COi6sJvyS6I5Q2gvbqV0CGEldYbk4uwhbq3EZbz4dkECW4glglSsDVKgZxdl2gSDRE2DyyU7v yX++TFnboa2CHxmGRwjDJH/hDhHI8EiGSzYAWz61LKRx+MOTW4UnRrEaLmKc+4/7Go3D0os3mV0+G jCM18/o962L5UFHoBWJpBA==; Original-Received: from [87.69.77.57] (port=4345 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 1n5jKv-0006ha-6I; Fri, 07 Jan 2022 02:06:54 -0500 In-Reply-To: <87a6g82x4k.fsf@yahoo.com> (message from Po Lu on Fri, 07 Jan 2022 08:43:55 +0800) 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:284374 Archived-At: > From: Po Lu > Cc: eliz@gnu.org, emacs-devel@gnu.org > Date: Fri, 07 Jan 2022 08:43:55 +0800 > > "T.V Raman" writes: > > > It doesn't yield a backtrace -- even if started with --dbug-init --- > > basically emacs launches, then the window disappears -- it dumps some > > debug addresses in .xsession-errors but they dont look meaningful. > > Please run Emacs under GDB, and show a backtrace from that. Yes, that's what I meant (a backtrace from a crash is only interesting on the C level). Sorry for being unclear.