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 06:29:45 +0300 Message-ID: References: <48511871.1090203@alice.it> <4851806A.6070104@alice.it> <4854708F.20508@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213500602 7046 80.91.229.12 (15 Jun 2008 03:30:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2008 03:30:02 +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 05:30:45 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 1K7ix2-0007Qu-KI for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2008 05:30:44 +0200 Original-Received: from localhost ([127.0.0.1]:37519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7iwE-0000nf-2I for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 23:29:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7iw9-0000nY-4d for emacs-devel@gnu.org; Sat, 14 Jun 2008 23:29:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7iw7-0000n1-5d for emacs-devel@gnu.org; Sat, 14 Jun 2008 23:29:47 -0400 Original-Received: from [199.232.76.173] (port=57372 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7iw6-0000mq-WF for emacs-devel@gnu.org; Sat, 14 Jun 2008 23:29:47 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:22955) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7iw6-0004UL-MR for emacs-devel@gnu.org; Sat, 14 Jun 2008 23:29:46 -0400 Original-Received: from HOME-C4E4A596F7 ([84.228.242.237]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K2H002F4JQPZDD0@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sun, 15 Jun 2008 06:44:49 +0300 (IDT) In-reply-to: <4854708F.20508@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:99242 Archived-At: > Date: Sun, 15 Jun 2008 03:29:51 +0200 > From: Angelo Graziosi > CC: emacs-devel@gnu.org > > (gdb) run -Q > Starting program: /usr/local/emacs/bin/emacs.exe -Q > [New thread 3956.0xda8] > [New thread 3956.0xadc] > [New thread 3956.0x478] > [New thread 3956.0xedc] > [New thread 3956.0x178] > [New thread 3956.0xf80] > [New thread 3956.0x9f4] > [New thread 3956.0xde8] > [New thread 3956.0x1a0] > [Switching to thread 3956.0xadc] > > Breakpoint 1, 0x61016416 in open_stackdumpfile () from /usr/bin/cygwin1.dll > > > > C-x C-f hello1.tar.bz2 > Parsing tar file...done > > here Emacs hangs? The portion of overlapped window isn't redisplayed... > > > > (gdb) c > Continuing. > 3 [sig] emacs 3956 open_stackdumpfile: Dumping stack trace to > emacs.exe.stackdump > > Program exited with code 0103000. > (gdb) > > > As alternative: > > [...] > an alternative > > [Switching to thread 3692.0xc0c] > > Breakpoint 1, 0x61016416 in open_stackdumpfile () from /usr/bin/cygwin1.dll > (gdb) bt > #0 0x61016416 in open_stackdumpfile () from /usr/bin/cygwin1.dll > #1 0x6101669e in stackdump () from /usr/bin/cygwin1.dll > #2 0x61017fd5 in _cygtls::signal_exit () from /usr/bin/cygwin1.dll > #3 0x61018638 in sigpacket::process () from /usr/bin/cygwin1.dll > #4 0x61099f57 in wait_sig () from /usr/bin/cygwin1.dll > #5 0x61002f32 in cygthread::callfunc () from /usr/bin/cygwin1.dll > #6 0x61003769 in cygthread::stub () from /usr/bin/cygwin1.dll > #7 0x00001074 in ?? () > #8 0x00000000 in ?? () 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. The command "info threads" should tell you more about each thread.