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: Question about pgtk -- is it meant to fix the disconnect crash bug? Date: Fri, 05 Mar 2021 00:35:48 +0900 (JST) Organization: Ingage Inc. Message-ID: <20210305.003548.516651527733625958.masm@luna.pink.masm11.me> References: <87h7lr4zrv.fsf@melete.silentflame.com> 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="14111"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: spwhitton@spwhitton.name Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 04 16:36:57 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 1lHq24-0003YN-JP for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Mar 2021 16:36:56 +0100 Original-Received: from localhost ([::1]:34192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHq23-0001rF-Kc for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Mar 2021 10:36:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHq1A-0001K9-GG for emacs-devel@gnu.org; Thu, 04 Mar 2021 10:36:00 -0500 Original-Received: from shiro.masm11.me ([150.95.182.25]:50902) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHq17-0003dU-SS for emacs-devel@gnu.org; Thu, 04 Mar 2021 10:36:00 -0500 Original-Received: from luna.pink.masm11.me (KD111239253126.au-net.ne.jp [111.239.253.126]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id A4510C0157; Fri, 5 Mar 2021 00:35:50 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1614872150; bh=rmpdzk2oZhlb/8TWOHOeZY3Dj0hbq/THOhkbBN6MAsc=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=EJ/0vdS3jWs66m/6Yvt4Jee4cIAbCxztxf8G4U0BBb4sJ/XbxTdRB6dbsH2Z/C6dD E0PCiPowMAxkMqRPLX3381RQagKwsA0wq83h01ok8o25/XBNQftQtuxxuKJ6dM1+pb Sm9Atm3rajO4K1Ll/gwZ5nIZ+jZWCDuoK14/8ZW0= In-Reply-To: <87h7lr4zrv.fsf@melete.silentflame.com> 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:265968 Archived-At: Hi, On Wed, 03 Mar 2021 15:51:16 -0700, Sean Whitton wrote: > I noticed that an Emacs daemon started from a tty > crashes when the Wayland compositor exits. I had thought that one of > the benefits of the pgtk branch was that it would not have this bug, > which plagues the old Emacs GTK builds. Am I just making that up? Gtk calls `_exit(1)` when connection is closed. I think I can do nothing. -- Yuuki Harano