From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ryan Johnson Newsgroups: gmane.emacs.devel Subject: Re: 64-bit emacs crashes a lot Date: Fri, 16 Aug 2013 13:24:44 -0400 Message-ID: <520E605C.1030005@cs.utoronto.ca> References: <51F3151D.7040000@cs.utoronto.ca> <51F33565.1090406@cornell.edu> <51F33F52.4060405@cs.utoronto.ca> <51FB1D9E.5090102@cs.utoronto.ca> <20130802080211.GA18054@calimero.vinschen.de> <51FB9228.2020309@cornell.edu> <51FBA100.90005@cs.utoronto.ca> <51FD5462.5020400@cs.utoronto.ca> <51FFBDFF.7040501@cornell.edu> <51FFC4F2.8080909@cs.utoronto.ca> <5203D89E.6030801@cornell.edu> <5203DCCA.1010105@cs.utoronto.ca> <5205B364.8090007@cs.utoronto.ca> <52064730.50404@cornell.edu> <"52065B3C.6060104@cs.utoronto <520CCA41.3000107"@cs.utoronto.ca> <520D089A.1020806@cornell.edu> <83ioz6op5v.fsf@gnu.org> <520D4036.8010303@cs.utoronto.ca> <520D900A.8000907@cornell.edu> <834naqnh9t.fsf@gnu.org> <520E0FF8.1070709@cs.utoronto.ca> <83txipn4n4.fsf@gnu.org> <520E3510.8080101@cornell.edu> <83eh9tmyg7.fsf@gnu.org> <520E5D71.3020307@cornell.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376674735 19935 80.91.229.3 (16 Aug 2013 17:38:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Aug 2013 17:38:55 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 16 19:38:57 2013 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 1VANzD-0005Gh-RD for ged-emacs-devel@m.gmane.org; Fri, 16 Aug 2013 19:38:55 +0200 Original-Received: from localhost ([::1]:60445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VANzD-0007Yk-GA for ged-emacs-devel@m.gmane.org; Fri, 16 Aug 2013 13:38:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VANlm-0003vG-8H for emacs-devel@gnu.org; Fri, 16 Aug 2013 13:25:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VANlh-000243-FJ for emacs-devel@gnu.org; Fri, 16 Aug 2013 13:25:02 -0400 Original-Received: from bureau84.ns.utoronto.ca ([128.100.132.184]:37846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VANlh-00023y-B8; Fri, 16 Aug 2013 13:24:57 -0400 Original-Received: from [192.168.0.106] (76-10-140-156.dsl.teksavvy.com [76.10.140.156]) (authenticated bits=0) by bureau84.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id r7GHOo64009454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Aug 2013 13:24:51 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <520E5D71.3020307@cornell.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.100.132.184 X-Mailman-Approved-At: Fri, 16 Aug 2013 13:38:53 -0400 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:162821 Archived-At: On 16/08/2013 1:12 PM, Ken Brown wrote: > On 8/16/2013 11:45 AM, Eli Zaretskii wrote: >>> Date: Fri, 16 Aug 2013 10:20:00 -0400 >>> From: Ken Brown >>> CC: Ryan Johnson , emacs-devel@gnu.org >>> >>> FWIW, I just tried this on the trunk, both with and without >>> optimization. The bug is still there in the optimized build >> >> Can you post a full backtrace from the crashed session? > > I'm attaching two of them. The first was a SEGV, the second was an > abort. Nice, those are two I've seen before. BTW, how did you get the backtrace to dump so much info? Ryan