From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lawrence Mitchell Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; emacs segfaults when creating X display via emacsclient Date: Mon, 04 Feb 2008 20:17:25 +0000 Organization: funfunfun Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202156302 15126 80.91.229.12 (4 Feb 2008 20:18:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 20:18:22 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 04 21:18:43 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JM7m4-0001Ju-J6 for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 21:18:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM7lc-0001rt-Dd for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 15:18:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JM7lW-0001p7-59 for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:18:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JM7lT-0001nd-BB for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:18:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM7lT-0001nZ-2f for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:18:03 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JM7lS-0001w3-R2 for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:18:03 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JM7lJ-00068n-QD for emacs-devel@gnu.org; Mon, 04 Feb 2008 20:17:53 +0000 Original-Received: from 87-194-159-212.bethere.co.uk ([87.194.159.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 20:17:53 +0000 Original-Received: from wence by 87-194-159-212.bethere.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 20:17:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Followup-To: gmane.emacs.devel Original-Lines: 44 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 87-194-159-212.bethere.co.uk Mail-Copies-To: nobody User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (darwin) Cancel-Lock: sha1:OgxxsKzTEnL4vwKq6wFV/8dDN7w= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88181 gmane.emacs.pretest.bugs:20872 Archived-At: Lawrence Mitchell wrote: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > The following sequence of events causes Emacs to segfault > somewhere in x-create-frame. > Run emacs in a terminal > 1) emacs -nw -Q --eval '(server-start)' > Create an X frame. > 2) emacsclient -c -d :0.0 > Delete the frame > 3) C-x 5 0 > Try and create another X frame. > 4) emacsclient -c -d :0.0 [...] I managed to cut my configuration info from that bug email it is: In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-02-04 on lamacq.ph.ed.ac.uk configured using `configure '--prefix=/scratch/s0198183/applications/emacs-trunk/' '--enable-font-backend' '--with-xft' '--with-libotf' '\ --with-m17n-flt' '-C'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t -- Lawrence Mitchell