From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Stak dump with tar.[bz2/gz] files (Cygwin) Date: Sun, 15 Jun 2008 14:50:10 +0200 Message-ID: <48551002.7020600@alice.it> References: <48511871.1090203@alice.it> <4851806A.6070104@alice.it> <4854708F.20508@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213534606 19330 80.91.229.12 (15 Jun 2008 12:56:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2008 12:56:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 14:57:29 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 1K7rnT-0006KW-QC for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 14:57:28 +0200 Original-Received: from localhost ([127.0.0.1]:36992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7rme-0000hm-La for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 08:56:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7rma-0000hV-CG for emacs-devel@gnu.org; Sun, 15 Jun 2008 08:56:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7rmS-0000gm-4d for emacs-devel@gnu.org; Sun, 15 Jun 2008 08:56:31 -0400 Original-Received: from [199.232.76.173] (port=57986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7rmS-0000gj-0l for emacs-devel@gnu.org; Sun, 15 Jun 2008 08:56:24 -0400 Original-Received: from smtp-out28.alice.it ([85.33.2.28]:4505) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7rmJ-0002FW-GP; Sun, 15 Jun 2008 08:56:16 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out28.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jun 2008 14:50:43 +0200 Original-Received: from FBCMCL01B07.fbc.local ([192.168.171.45]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jun 2008 14:50:41 +0200 Original-Received: from [87.10.222.241] ([87.10.222.241]) by FBCMCL01B07.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jun 2008 14:48:37 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: X-OriginalArrivalTime: 15 Jun 2008 12:48:37.0593 (UTC) FILETIME=[21437C90:01C8CEE6] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:99256 Archived-At: Eli Zaretskii ha scritto: > > This backtrace is in the wrong thread. You need to switch to the > thread that runs the main Emacs code, I'm guessing that's the 1st or > the second of the threads announced after "run -Q" above. Hot to switch? > The command > "info threads" should tell you more about each thread. $ gdb /usr/local/emacs/bin/emacs.exe GNU gdb 6.8.0.20080328-cvs (cygwin-special) Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (gdb) break open_stackdumpfile Function "open_stackdumpfile" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (open_stackdumpfile) pending. (gdb) run -Q Starting program: /usr/local/emacs/bin/emacs.exe -Q [New thread 2100.0x204] [New thread 2100.0x250] [New thread 2100.0xb30] [New thread 2100.0xe48] [New thread 2100.0xe28] [New thread 2100.0xcf0] [New thread 2100.0x454] [New thread 2100.0xaa8] [New thread 2100.0xe10] [Switching to thread 2100.0x250] Breakpoint 1, 0x61016416 in open_stackdumpfile () from /usr/bin/cygwin1.dll (gdb) info threads 9 thread 2100.0xe10 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll 8 thread 2100.0xaa8 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll 7 thread 2100.0x454 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll 6 thread 2100.0xcf0 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll 5 thread 2100.0xe28 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll 4 thread 2100.0xe48 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll 3 thread 2100.0xb30 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll * 2 thread 2100.0x250 0x61016416 in open_stackdumpfile () from /usr/bin/cygwin1.dll 1 thread 2100.0x204 0x7c91e4f4 in ntdll!LdrAccessResource () from /c/WINDOWS/system32/ntdll.dll (gdb) c Continuing. 3 [sig] emacs 2100 open_stackdumpfile: Dumping stack trace to emacs.exe.stackdump Program exited with code 0103000. (gdb) Angelo.