From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Serious bug#1493 Date: Wed, 22 Apr 2009 23:12:16 -0400 Message-ID: References: <878wls5emy.fsf@cyd.mit.edu> <200904230227.n3N2RwIi013632@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240456436 18542 80.91.229.12 (23 Apr 2009 03:13:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Apr 2009 03:13:56 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 23 05:15:15 2009 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 1LwpP8-0001ie-Ew for ged-emacs-devel@m.gmane.org; Thu, 23 Apr 2009 05:15:15 +0200 Original-Received: from localhost ([127.0.0.1]:35431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwpNi-0002Ax-Fi for ged-emacs-devel@m.gmane.org; Wed, 22 Apr 2009 23:13:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwpMO-0001bd-6s for emacs-devel@gnu.org; Wed, 22 Apr 2009 23:12:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwpMJ-0001WB-FS for emacs-devel@gnu.org; Wed, 22 Apr 2009 23:12:23 -0400 Original-Received: from [199.232.76.173] (port=60545 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwpMJ-0001Vz-9z for emacs-devel@gnu.org; Wed, 22 Apr 2009 23:12:19 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:18040 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwpMJ-0007R8-4z for emacs-devel@gnu.org; Wed, 22 Apr 2009 23:12:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcFANd570lLd+pS/2dsb2JhbACBT81rg3QGhS6COA X-IronPort-AV: E=Sophos;i="4.40,234,1238990400"; d="scan'208";a="37490682" Original-Received: from 75-119-234-82.dsl.teksavvy.com (HELO pastel.home) ([75.119.234.82]) by ironport2-out.teksavvy.com with ESMTP; 22 Apr 2009 23:12:16 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 13DCF7EFE; Wed, 22 Apr 2009 23:12:16 -0400 (EDT) In-Reply-To: <200904230227.n3N2RwIi013632@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Wed, 22 Apr 2009 19:27:58 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110421 Archived-At: >> If anyone has access to a remote X display, could you try to debug >> #1493? This is a crash in make-frame-on-display for remote displays, >> and it's probably the most serious bug in the tree right now. >> http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1493 > I can't reproduce it. Neither can I BTW. > From the backtrace it seems that it's using qtengine: [...] > and AFAIR we've had bugs in the past that were actually due to qtengine, > and not bugs in emacs. > Maybe ask the OP to try to reproduce the problem with another theme... Now that makes a lot of sense, thanks. Stefan