From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Stak dump with tar.[bz2/gz] files (Cygwin) Date: Sun, 15 Jun 2008 21:05:29 +0300 Message-ID: References: <48511871.1090203@alice.it> <4851806A.6070104@alice.it> <4854708F.20508@alice.it> <48551002.7020600@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213553154 3932 80.91.229.12 (15 Jun 2008 18:05:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2008 18:05:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 20:06:37 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 1K7wcV-0007n1-RE for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 20:06:28 +0200 Original-Received: from localhost ([127.0.0.1]:34925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7wbh-0004VA-M3 for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 14:05:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7wbc-0004UP-RE for emacs-devel@gnu.org; Sun, 15 Jun 2008 14:05:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7wbc-0004U2-2p for emacs-devel@gnu.org; Sun, 15 Jun 2008 14:05:32 -0400 Original-Received: from [199.232.76.173] (port=36117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7wbb-0004Tz-U7 for emacs-devel@gnu.org; Sun, 15 Jun 2008 14:05:32 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:47198) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7wbb-0000mk-Lc for emacs-devel@gnu.org; Sun, 15 Jun 2008 14:05:31 -0400 Original-Received: from HOME-C4E4A596F7 ([84.228.242.237]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K2I00425OAAX4S2@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sun, 15 Jun 2008 21:20:34 +0300 (IDT) In-reply-to: <48551002.7020600@alice.it> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 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:99263 Archived-At: > Date: Sun, 15 Jun 2008 14:50:10 +0200 > From: Angelo Graziosi > CC: emacs-devel@gnu.org > > 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? (gdb) thread N where N is the ordinal number of the thread shown by GDB in the 1st column of the "info threads" output: > (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 I think "thread 1" is what you want. But if it doesn't produce a useful backtrace, try others (except 2, which you already saw is in the Cygwin signal handler) until you see something familiar.