From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: AriT93 Newsgroups: gmane.emacs.devel Subject: help with debugging Date: Fri, 12 Oct 2007 07:14:38 -0500 Message-ID: <18191.25902.508911.609222@arit93.ariserve.dynup.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1192191407 26429 80.91.229.12 (12 Oct 2007 12:16:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2007 12:16:47 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 12 14:16:37 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 1IgJQB-0005rx-F0 for ged-emacs-devel@m.gmane.org; Fri, 12 Oct 2007 14:15:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgJQ5-0008D2-3H for ged-emacs-devel@m.gmane.org; Fri, 12 Oct 2007 08:15:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgJQ1-0008Cv-E5 for emacs-devel@gnu.org; Fri, 12 Oct 2007 08:15:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgJPz-0008Cj-2m for emacs-devel@gnu.org; Fri, 12 Oct 2007 08:15:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgJPy-0008Cg-UG for emacs-devel@gnu.org; Fri, 12 Oct 2007 08:15:02 -0400 Original-Received: from smtp101.plus.mail.re1.yahoo.com ([69.147.102.64]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IgJPy-0005HR-Mg for emacs-devel@gnu.org; Fri, 12 Oct 2007 08:15:02 -0400 Original-Received: (qmail 7973 invoked from network); 12 Oct 2007 12:15:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:From:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID:Date:To:Subject:X-Mailer; b=W3SuCfmfS9/bLhqdSq5KlToMSnis4H0OUaiHv/cH+p9QKeggaYo9P5ddjhq4ncDH8+XEZScMnRZRIfow3ZqpPy0ydjebnkJw4I8nIPdMQPGv3zcZOJV264Dnb/F7PPOUTdHv362p6fFBJI+gjtehVokusl2U/dsVnCCGNecuIaE= ; Original-Received: from unknown (HELO arit93.ariserve.dynup.net) (arit93@71.113.177.13 with login) by smtp101.plus.mail.re1.yahoo.com with SMTP; 12 Oct 2007 12:15:01 -0000 X-YMail-OSG: ZVQRcUkVM1mLBCq85viTQ02_K0fa2CkaEnUmRnhqr3idAbF6TjoCcdu51bcDoKJwxBM724xySE5niAUlIi_BW6yWzw49DHsf9daibNhmHm_ciiSgvg-- X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:80708 Archived-At: hello list. I have been using CVS Head revision lately and all has been going well. This last week however I have been noticing some crashes at varied time. This morning I attatched gdb to the running emacs and when it crashed I did a bactrace and got this: #0 07c90eb94 in ntdll!LdrAccessResource () from /cygdrive/c/WINDOWS/system32/ntdll.dll Cannot access memory at address 0x219bff1c I realize that might not be the most helpful information so I still have the gdb session running. I am not very familiar with gdb or how to use it, but I can follow instructions. Other info emacs version GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600) of 2007-10-12 on SYS286558 this was an a fresh update of CVS this morning. I did a make clean ,make bootstrap, make install to see if there was something sticking around that just needed clean but I was still seeing some issues. Is anyone else seeing this type of behaviour on windows? -- enjoy every sandwich -- W. Zevon