From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuan MEI Newsgroups: gmane.emacs.devel Subject: Re: Font related crash? Date: Fri, 6 Nov 2015 02:31:48 -0800 Message-ID: References: <837flxt8ue.fsf@gnu.org> <563B0B6A.9040207@gmx.at> <83y4ecs97w.fsf@gnu.org> <563B9D19.6000305@gmx.at> <83oaf8s2xv.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113f94be3d0ca80523dcc01c X-Trace: ger.gmane.org 1446805934 32620 80.91.229.3 (6 Nov 2015 10:32:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2015 10:32:14 +0000 (UTC) Cc: martin rudalics , emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 06 11:32:13 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZueJY-0004P7-Nu for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 11:32:12 +0100 Original-Received: from localhost ([::1]:37792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZueJX-0004Ia-Tx for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 05:32:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZueJL-0004IV-EU for emacs-devel@gnu.org; Fri, 06 Nov 2015 05:32:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZueJH-0006pj-4L for emacs-devel@gnu.org; Fri, 06 Nov 2015 05:31:59 -0500 Original-Received: from mail-io0-x229.google.com ([2607:f8b0:4001:c06::229]:35393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZueJB-0006os-Fx; Fri, 06 Nov 2015 05:31:49 -0500 Original-Received: by ioc74 with SMTP id 74so54018412ioc.2; Fri, 06 Nov 2015 02:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4zunw6rQ0BDwtG0YFN/fn1R6FA7esfHnFRCZ7SPYFPo=; b=GhwOP6ylP3REBkG4ShMG8cc8AOKKqbcGx6rBFMLdG1YdRzsri5S28ipagepYMxS2Pl v5MI5d3JfT98rCwaICtRBWpVpCZ5oF5mK22Hrzyk8mYih1WkqNycJa4LV5YrKGXKOrd3 OKw2in5j/h7PmSAyZUUUQPSv5XPrCAMtIu8yd6Ptm3MDC1yz+lGpUk0l3lVZ7U1nPBEZ DSuxCnxwcsxadcxWb4jCBMw2ztA0kX8B0vnFl9M7pyPlZNyL7p6UbYVtOFAClW8NfzaP MI6LCSuXBMbHxUX3Ajc4UGMa9q/whuFsQ4AWSOvRL7Ypgi3QMe2im2orHSJMI5MkG8cE jKlg== X-Received: by 10.107.19.219 with SMTP id 88mr16613917iot.41.1446805908555; Fri, 06 Nov 2015 02:31:48 -0800 (PST) Original-Received: by 10.107.200.132 with HTTP; Fri, 6 Nov 2015 02:31:48 -0800 (PST) In-Reply-To: <83oaf8s2xv.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c06::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193395 Archived-At: --001a113f94be3d0ca80523dcc01c Content-Type: text/plain; charset=UTF-8 > The symptom is: after starting an emacs frame (and a server) under DISPLAY=:0, in a different DISPLAY environment, either in :0.1 (local) or :10.0 (via ssh), when I run emacsclient -c to start a new frame, emacs crashes due to a floating point exception. > The crash does not occur when running emacs -Q. A minimal init.el is attached to regenerate the crash. Let me add one more piece of info: If I run emacsclient -c under the same DISPLAY=:0, the crash does NOT occur and a second frame shows up correctly. --001a113f94be3d0ca80523dcc01c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
> The symptom is: after starting an emacs fra= me (and a server) under=20 DISPLAY=3D:0, in a different DISPLAY environment, either in :0.1 (local)=20 or :10.0 (via ssh), when I run emacsclient -c to start a new frame,=20 emacs crashes due to a floating point exception.
> The crash does not= occur when running emacs -Q.=C2=A0 A minimal init.el is attached to regene= rate the crash.

Let me add one more piece of info:
If= I run emacsclient -c under the same DISPLAY=3D:0, the crash does NOT occur= and a second frame shows up correctly.

--001a113f94be3d0ca80523dcc01c--