From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: emacs for pure Gtk3 Date: Fri, 27 Nov 2020 21:59:56 +0900 (JST) Organization: Ingage Inc. Message-ID: <20201127.215956.718769809983097679.masm@luna.pink.masm11.me> References: <5cc13970-06fa-f56d-c23e-fc5b917fc4b7@gmx.at> <20201126.223907.1631303151510742005.masm@luna.pink.masm11.me> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31632"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rudalics@gmx.at Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 27 14:04:21 2020 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 1kidQB-00086n-Hu for ged-emacs-devel@m.gmane-mx.org; Fri, 27 Nov 2020 14:04:19 +0100 Original-Received: from localhost ([::1]:38044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kidQA-0000fo-Kl for ged-emacs-devel@m.gmane-mx.org; Fri, 27 Nov 2020 08:04:18 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36564) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kidMB-00063B-C4 for emacs-devel@gnu.org; Fri, 27 Nov 2020 08:00:12 -0500 Original-Received: from shiro.masm11.me ([150.95.182.25]:54280) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kidM8-0006xC-9j for emacs-devel@gnu.org; Fri, 27 Nov 2020 08:00:10 -0500 Original-Received: from luna.pink.masm11.me (KD106180015166.au-net.ne.jp [106.180.15.166]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id 9F164C01CC; Fri, 27 Nov 2020 22:00:03 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1606482004; bh=PDQf3E1yTaroLrlYW2kduW1QSx9VTnGf+G8hCO0mhJ8=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=a4UWXkTtlEs0m/xWsyj4073RSYgbZ+QRnudjWeBWeO5tUL8iYMRJVx4+I+gyy0gB2 ua+xdKEhg8GlzRn0IybNsmOgKtHM6JptjTMTr76dJi56PBUh6lTdbA4lQ3k2zI5TGt Rs0XUhpe6BStdn9UkNZBYqsBYVKjwuJjhwGo37HU= In-Reply-To: <5cc13970-06fa-f56d-c23e-fc5b917fc4b7@gmx.at> X-Mailer: Mew version 6.8 on Emacs 28.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:259882 Archived-At: On Thu, 26 Nov 2020 16:45:41 +0100, martin rudalics wrote: > Starts normally. As Tim told, switching off x-resources helps. `-Q` inhibits x-resources. When x-resources is inhibited, some startup processes is omitted. I think your emacs crashes in one of them. If ~/.emacs is empty, does your emacs crash? Also, On Wed, 25 Nov 2020 19:35:44 +0100, martin rudalics wrote: > 0x0000000000551139 in hierarchy_ch_cb (widget=0x1356c50, > previous_toplevel=0x24322d0, user_data=0xd99dc0) at > ../../src/gtkutil.c:754 > 754 GtkWidget *top = gtk_widget_get_toplevel (x->ttip_lbl); > (gdb) bt > #0 0x0000000000551139 in hierarchy_ch_cb (widget=0x1356c50, > #previous_toplevel=0x24322d0, user_data=0xd99dc0) at > #../../src/gtkutil.c:754 the crashing code is as follows: ---------------- static void hierarchy_ch_cb (GtkWidget *widget, GtkWidget *previous_toplevel, gpointer user_data) { struct frame *f = user_data; xp_output *x = f->output_data.xp; GtkWidget *top = gtk_widget_get_toplevel (x->ttip_lbl); ---------------- When your emacs crashed, what value do these variables have? - widget - previous_toplevel - user_data - f - x - x->ttip_lbl -- Yuuki Harano