From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Yu Newsgroups: gmane.emacs.devel Subject: Re: Emacs 24.0.90 Pretest Windows Binaries Date: Thu, 20 Oct 2011 17:11:04 +0800 Message-ID: References: <4E9E1D1D.1080405@gmail.com> <83zkgxtcy7.fsf@gnu.org> <83ty75t3o3.fsf@gnu.org> <83d3dst5iu.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319101883 2482 80.91.229.12 (20 Oct 2011 09:11:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2011 09:11:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 11:11:19 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 1RGoek-00018W-0n for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2011 11:11:18 +0200 Original-Received: from localhost ([::1]:49133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGoej-00089D-9r for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2011 05:11:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGoec-00088z-0h for emacs-devel@gnu.org; Thu, 20 Oct 2011 05:11:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGoea-0001cR-7K for emacs-devel@gnu.org; Thu, 20 Oct 2011 05:11:09 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:58036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGoeX-0001c1-Ei; Thu, 20 Oct 2011 05:11:05 -0400 Original-Received: by iagf6 with SMTP id f6so3856751iag.0 for ; Thu, 20 Oct 2011 02:11:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=ML7YBvEEuA5KbztiiZ/1gg513G9d4JY3ZtWYAvMIt54=; b=Y5L/WKhKvVqRa4XdPPZmI05+fIbYqXJRUWFxvBUbTxOb/9PwLu2r7wwbiojMt0Urp/ cgen2NFAeN6QMzIk3wgegmmLZIa65l/VZGTtqIfNwDx6e0I6JGa3shg4cdwFFFgK623o XTa/cpbrE71fB7wyDGzBHkQ/aAgnBuUr1eOW8= Original-Received: by 10.231.41.9 with SMTP id m9mr4040619ibe.96.1319101864727; Thu, 20 Oct 2011 02:11:04 -0700 (PDT) Original-Received: by 10.231.14.77 with HTTP; Thu, 20 Oct 2011 02:11:04 -0700 (PDT) In-Reply-To: <83d3dst5iu.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:145361 Archived-At: > Thanks. =A0But this is only for one thread; as you see above, there are > others. =A0"info threads" will show all the threads; please produce a > backtrace from all of them. =A0To switch to thread number N, type > "thread N" at the GDB prompt. (gdb) info threads Id Target Id Frame 2 Thread 5748.0x112c 0x7c92e514 in ntdll!LdrAccessResource () from C:\windows\system32\ntdll.dll * 1 Thread 5748.0x214 0x77c0554a in msvcrt!_abnormal_termination () from C:\windows\system32\msvcrt.dll (gdb) thread 2 [Switching to thread 2 (Thread 5748.0x112c)] #0 0x7c92e514 in ntdll!LdrAccessResource () from C:\windows\system32\ntdll.dll (gdb) bt #0 0x7c92e514 in ntdll!LdrAccessResource () from C:\windows\system32\ntdll.dll #1 0x77d191be in USER32!GetProcessWindowStation () from C:\windows\system32\user32.dll #2 0x77d2776b in USER32!GetMessageA () from C:\windows\system32\user32.dll #3 0x010bbf37 in w32_msg_pump (msg_buf=3D) at w32fns.c:2246 #4 0x010bc5ac in w32_msg_worker@4 (arg=3D0x0) at w32fns.c:2465 #5 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\windows\system32\kernel32.dll #6 0x00000000 in ?? () (gdb) Thanks.