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: MakeTemporaryKey segmentation fault on w32 Date: Mon, 09 Aug 2010 19:47:49 +0300 Message-ID: <83vd7jvikq.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1281372527 8879 80.91.229.12 (9 Aug 2010 16:48:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 16:48:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 18:48:45 2010 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.69) (envelope-from ) id 1OiVWm-0004xY-PR for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 18:48:45 +0200 Original-Received: from localhost ([127.0.0.1]:59353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiVWm-00067c-18 for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 12:48:44 -0400 Original-Received: from [140.186.70.92] (port=51307 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiVWW-000651-Ps for emacs-devel@gnu.org; Mon, 09 Aug 2010 12:48:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiVWP-0004ad-Cn for emacs-devel@gnu.org; Mon, 09 Aug 2010 12:48:26 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:62636) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiVWP-0004aU-3E for emacs-devel@gnu.org; Mon, 09 Aug 2010 12:48:21 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L6W00D0098N7D00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 09 Aug 2010 19:47:51 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.102.143]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L6W00B219BM50O0@a-mtaout22.012.net.il>; Mon, 09 Aug 2010 19:47:47 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:128489 Archived-At: > From: Lennart Borgman > Date: Mon, 9 Aug 2010 15:45:24 +0200 > > I am running Emacs under gdb and just got this. Any one understands > what happened? > > Program received signal SIGSEGV, Segmentation fault. > 0x7c96f749 in ntdll!RtlpNtMakeTemporaryKey () > from C:\WINDOWS\system32\ntdll.dll > (gdb) All I can say given this little info is that Emacs crashed inside a system call. Are there other threads? (What does "info threads" tell you?) If so, try "bt" in those other threads.