From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Crashes on w32 and debugging Date: Fri, 29 Feb 2008 23:21:59 +0000 Message-ID: <47C89397.5080609@gnu.org> References: <47C6713B.6030309@gmail.com> <47C67775.8060906@gnu.org> <47C75221.2030708@gmail.com> <47C75363.8010904@gnu.org> <47C88039.6000402@gmail.com> <47C89238.2030908@gnu.org> 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 1204327340 22501 80.91.229.12 (29 Feb 2008 23:22:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 23:22:20 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 01 00:22:46 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 1JVEYu-0008Ur-Ag for ged-emacs-devel@m.gmane.org; Sat, 01 Mar 2008 00:22:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVEYN-0003dw-E2 for ged-emacs-devel@m.gmane.org; Fri, 29 Feb 2008 18:22:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVEYJ-0003cX-I4 for emacs-devel@gnu.org; Fri, 29 Feb 2008 18:22:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVEYE-0003Rl-Qq for emacs-devel@gnu.org; Fri, 29 Feb 2008 18:22:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVEYE-0003RV-MN for emacs-devel@gnu.org; Fri, 29 Feb 2008 18:22:02 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVEYE-0008Dh-Bt for emacs-devel@gnu.org; Fri, 29 Feb 2008 18:22:02 -0500 Original-X-Trace: 16790868/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAGciyEdTQxds/2dsb2JhbAAIrlY X-IronPort-AV: E=McAfee;i="5200,2160,5242"; a="16790868" X-IronPort-AV: E=Sophos;i="4.25,429,1199664000"; d="scan'208";a="16790868" X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Feb 2008 23:22:01 +0000 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: <47C89238.2030908@gnu.org> X-detected-kernel: 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:90924 Archived-At: > Program received signal SIGSEGV, Segmentation fault. > 0x0103a4ef in next_element_from_display_vector (it=0x82dbe0) at > xdisp.c:6063 > 6063 if (INTEGERP (*it->dpvec) You might want to do a cvs update before spending too much time debugging this, as I can't find any such line in the latest version of xdisp.c. Perhaps the bug has already been fixed.