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 23.0.60.1 built today (11th feb 2008) crashes under Vista Date: Mon, 11 Feb 2008 23:52:52 +0200 Message-ID: References: <47B03F03.2030006@gnu.org> <47B04241.2030308@gnu.org> <47B044EB.9010808@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202766783 1822 80.91.229.12 (11 Feb 2008 21:53:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 21:53:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 22:53:26 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 1JOgaa-0004UH-HJ for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 22:53:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOga7-0000Ie-Ba for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 16:52:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOga3-0000Hi-I2 for emacs-devel@gnu.org; Mon, 11 Feb 2008 16:52:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOga1-0000H0-A0 for emacs-devel@gnu.org; Mon, 11 Feb 2008 16:52:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOga1-0000Gu-0M for emacs-devel@gnu.org; Mon, 11 Feb 2008 16:52:49 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOga0-00080t-Pw for emacs-devel@gnu.org; Mon, 11 Feb 2008 16:52:49 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-231-35.inter.net.il [84.229.231.35]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EXV05594 (AUTH halo1); Mon, 11 Feb 2008 23:52:46 +0200 (IST) In-reply-to: (message from Eric Lilja on Mon, 11 Feb 2008 14:10:52 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:88794 Archived-At: > From: Eric Lilja > Date: Mon, 11 Feb 2008 14:10:52 +0100 > > Here we go. Also, this time I added -Q when performing "run" under gdb: > Program received signal SIGSEGV, Segmentation fault. > 0x77df986b in ?? () > (gdb) bt > #0 0x77df986b in ?? () > #1 0x01080f6b in init_user_info () at w32.c:619 > #2 0x01083754 in init_environment (argv=0x8828f0) at w32.c:1297 > #3 0x0100260e in main (argc=2, argv=0x8828f0) at emacs.c:1506 > (gdb) > > At least we have line numbers now. Yes. Can you please step into get_sid_sub_authority_count, and see what happens there? Does it fail to load advapi32.dll, perhaps? Or does it succeed, but the return value of get_sid_sub_authority_count is NULL, and then dereferencing it in init_user_info crashes? Thanks.