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; Segmentation fault when deleting Emacs frame Date: Thu, 03 Jul 2008 15:13:29 +0100 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 1215094444 1658 80.91.229.12 (3 Jul 2008 14:14:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jul 2008 14:14:04 +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 Thu Jul 03 16:14:50 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 1KEPaD-0004k1-Ba for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2008 16:14:49 +0200 Original-Received: from localhost ([127.0.0.1]:48925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEPZM-0002W7-Gk for ged-emacs-devel@m.gmane.org; Thu, 03 Jul 2008 10:13:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KEPZI-0002Va-9R for emacs-devel@gnu.org; Thu, 03 Jul 2008 10:13:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KEPZH-0002VL-Nn for emacs-devel@gnu.org; Thu, 03 Jul 2008 10:13:52 -0400 Original-Received: from [199.232.76.173] (port=37871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEPZH-0002VI-J5 for emacs-devel@gnu.org; Thu, 03 Jul 2008 10:13:51 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:60844 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 1KEPZH-0006lv-4t for emacs-devel@gnu.org; Thu, 03 Jul 2008 10:13:51 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KEPZA-0004EC-17 for emacs-devel@gnu.org; Thu, 03 Jul 2008 14:13:44 +0000 Original-Received: from lamacq.ph.ed.ac.uk ([129.215.72.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Jul 2008 14:13:44 +0000 Original-Received: from wence by lamacq.ph.ed.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Jul 2008 14:13:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Followup-To: gmane.emacs.devel Original-Lines: 58 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lamacq.ph.ed.ac.uk Mail-Copies-To: nobody User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:5X7OLg7xZYwxHW2sFUiuPb4rhH4= 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:100299 gmane.emacs.pretest.bugs:22705 Archived-At: Lawrence Mitchell wrote: > [I sent the bug a few weeks ago, but didn't get any response. The > behaviour hasn't changed so am resending]. > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > When starting emacs in a terminal and then using emacsclient to create > an X frame, attempting to delete the X frame causes a segmentation fault > in FcPatternDestroy() when using the following recipe: > 1) emacs -Q -nw -fn 'Bitstream Vera Sans Mono-10' -l ~/bug.el > ;; In another terminal create an X frame > 2) emacsclient -c > ;; Delete the frame > 3) C-x 5 0 > 4) Segmentation fault > Cheers, > Lawrence > Possibly relevant Xresources: > *font: -misc-fixed-medium-r-normal-*-16-160-*-*-*-*-iso8859-* > Emacs.FontBackend: xft > Emacs.font: Bitstream Vera Sans Mono-10 > Xft.antialias: 1 > Xft.dpi: 96.000000 > Xft.hinting: 1 > Xft.hintstyle: hintmedium > Xft.rgba: none > bug.el: > ---begin--- > (server-start) > (custom-set-faces > '(default ((t (:family "mono")))) > '(bold ((t (:family "mono")))) > '(mode-line ((t (:inherit default)))) > '(mode-line-inactive ((t (:inherit bold))))) > ---end--- > fontconfig is version 2.2.3 Having recently updated my Emacs (on 2008-07-01), I find that I can no longer trigger this bug. It appears it has been fixed somewhere along the lines. Cheers, Lawrence -- Lawrence Mitchell