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: Emacs 24.0.90 Pretest Windows Binaries Date: Thu, 20 Oct 2011 10:46:01 +0200 Message-ID: <83d3dst5iu.fsf@gnu.org> References: <4E9E1D1D.1080405@gmail.com> <83zkgxtcy7.fsf@gnu.org> <83ty75t3o3.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1319100388 24580 80.91.229.12 (20 Oct 2011 08:46:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2011 08:46:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kevin Yu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 10:46:24 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGoGY-0006xF-35 for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2011 10:46:18 +0200 Original-Received: from localhost ([::1]:57157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGoGX-0003pU-Li for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2011 04:46:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGoGU-0003pP-HK for emacs-devel@gnu.org; Thu, 20 Oct 2011 04:46:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGoGT-0005Ea-Cl for emacs-devel@gnu.org; Thu, 20 Oct 2011 04:46:14 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:58139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGoGT-0005E2-4V for emacs-devel@gnu.org; Thu, 20 Oct 2011 04:46:13 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LTC00B00W99BW00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Thu, 20 Oct 2011 10:45:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.212.197]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LTC009ZLWCM7WB0@a-mtaout22.012.net.il>; Thu, 20 Oct 2011 10:45:59 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145360 Archived-At: > Date: Thu, 20 Oct 2011 10:16:16 +0800 > From: Kevin Yu > Cc: emacs-devel@gnu.org > > gdb backtrace: > > Environment variable "DISPLAY" not defined. > TERM = dumb > Breakpoint 1 at 0x10bb0ec: file w32fns.c, line 7180. > Temporary breakpoint 2 at 0x10c2f56: file sysdep.c, line 855. > (gdb) r -q > Starting program: d:\emacs\src\oo-spd\i386\emacs.exe -q > [New Thread 4352.0x105c] > [New Thread 4352.0xac8] > > Program received signal SIGSEGV, Segmentation fault. > 0x77c0554a in msvcrt!_abnormal_termination () > from C:\windows\system32\msvcrt.dll > (gdb) bt > #0 0x77c0554a in msvcrt!_abnormal_termination () > from C:\windows\system32\msvcrt.dll > #1 0x77c09bc6 in strerror () from C:\windows\system32\msvcrt.dll > Backtrace stopped: previous frame inner to this frame (corrupt stack?) > (gdb) Thanks. But this is only for one thread; as you see above, there are others. "info threads" will show all the threads; please produce a backtrace from all of them. To switch to thread number N, type "thread N" at the GDB prompt. TIA