From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs crashes, 07nov16 Date: Thu, 22 Nov 2007 08:07:53 +0100 Message-ID: <47452AC9.70304@swipnet.se> References: <4742CE2C.8000809@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195715309 4764 80.91.229.12 (22 Nov 2007 07:08:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 07:08:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: bob@rattlesnake.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 22 08:08:35 2007 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 1Iv6As-0002v5-Cc for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 08:08:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iv6Ae-0006Xq-6F for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 02:08:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iv6AZ-0006Tv-7y for emacs-devel@gnu.org; Thu, 22 Nov 2007 02:08:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iv6AY-0006Sc-Jp for emacs-devel@gnu.org; Thu, 22 Nov 2007 02:08:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iv6AY-0006SF-BO for emacs-devel@gnu.org; Thu, 22 Nov 2007 02:08:14 -0500 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iv6AX-0001Uz-LL for emacs-devel@gnu.org; Thu, 22 Nov 2007 02:08:13 -0500 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id F3E8F39018; Thu, 22 Nov 2007 08:08:12 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id BD9D439017; Thu, 22 Nov 2007 08:08:12 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id E7A0937E48; Thu, 22 Nov 2007 08:08:11 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (X11/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:83841 Archived-At: Robert J. Chassell skrev: > architecture: i686 > Linux kernel: 2.6.22-2-686 > distribution: Debian testing, updated today > > gcc (GCC) 4.2.3 20071014 (prerelease) (Debian 4.2.2-3) > Emacs rebuilt without optimisation, i.e., with -O0 > > Today's GNU Emacs CVS snapshot, Wed, 2007 Nov 21 10:49 UTC > GNU Emacs 23.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.12.1) > started in debugger with > > set args -i -q \ > --eval '(emacs-version t)' -bg DodgerBlue4 -fg white \ > -fn '-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1' \ > -geometry 80x44+545+51 -name '-q GNU Emacs in Debugger 4' > > Unused breakpoints deleted. Here are backtraces from breakpoints at > x_connection_closed, x_error_quitter, and _XError > Backtraces from those places are never useful unless x-synchronize has been set. Jan D.