From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.4 released Date: Sun, 29 Jan 2012 12:05:59 -0700 Message-ID: <4F259897.1020602@gmail.com> References: <87pqe3ivaa.fsf@gnu.org> <4F25878B.3090800@gmail.com> <837h0aqs0u.fsf@gnu.org> <4F2592EC.6030108@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327863975 29861 80.91.229.3 (29 Jan 2012 19:06:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Jan 2012 19:06:15 +0000 (UTC) Cc: Eli Zaretskii , cyd@gnu.org, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 29 20:06:13 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rra4p-00038G-Nf for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2012 20:06:11 +0100 Original-Received: from localhost ([::1]:41828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rra4l-0006vS-Dm for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2012 14:06:07 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:50704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rra4j-0006vN-Jj for emacs-devel@gnu.org; Sun, 29 Jan 2012 14:06:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rra4i-0008NQ-Q0 for emacs-devel@gnu.org; Sun, 29 Jan 2012 14:06:05 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:39188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rra4g-0008Mk-4f; Sun, 29 Jan 2012 14:06:02 -0500 Original-Received: by yenm10 with SMTP id m10so1599607yen.0 for ; Sun, 29 Jan 2012 11:06:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=PAP67AizLm0f+0QMOH297OlQbkDDmpU1AHPTb4xyj3A=; b=uKYfFKgknPPLER/WPG9xxq4LbBWiWa+vlwIlq3ioYjsgLEnfGtIstVrv2RtfymixtF uHNvXUwUlVoWrZQAEw9kpMvJmX3RwS7nM6rnCBqDBlDIL8t9RxtjpgOfkrIdA7uTyW0Q 4llOs1IF5KpwQbYlWoIhuyK7ByEr8t/INF1Gg= Original-Received: by 10.236.78.231 with SMTP id g67mr5221820yhe.117.1327863961476; Sun, 29 Jan 2012 11:06:01 -0800 (PST) Original-Received: from [192.168.1.6] (71-212-144-226.hlrn.qwest.net. [71.212.144.226]) by mx.google.com with ESMTPS id b7sm26731972yhm.0.2012.01.29.11.06.00 (version=SSLv3 cipher=OTHER); Sun, 29 Jan 2012 11:06:00 -0800 (PST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.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:148019 Archived-At: On 1/29/2012 11:51 AM, Juanma Barranquero wrote: > Could it be related to the omit-frame-pointer problem, if you're using > a 4.x gcc? Does it build with optimizations if you use > -fno-omit-frame-pointer? I tried that. Still crashes. Backtrace from optimized build with debug symbols: Program received signal SIGSEGV, Segmentation fault. 0x010719e8 in lookup_volume_info (root_dir=0x88fcdc "d:\\") at w32.c:2051 2051 if (xstrcasecmp (info->root_dir, root_dir) == 0) (gdb) bt #0 0x010719e8 in lookup_volume_info (root_dir=0x88fcdc "d:\\") at w32.c:2051 #1 GetCachedVolumeInformation (root_dir=0x88fcdc "d:\\") at w32.c:2114 #2 0x01071bf6 in get_volume_info ( name=0x2d543ee "/devel/emacs/pretest/23.4rc1/emacs-23.4/etc/charsets", pPath=0x88fe3c) at w32.c:2198 #3 0x01071cb4 in is_fat_volume ( name=0x2d543ec "d:/devel/emacs/pretest/23.4rc1/emacs-23.4/etc/charsets", pPath=0x88fe3c) at w32.c:2213 #4 0x01071d01 in map_w32_filename (pPath=0x0, name=0x2d543ec "d:/devel/emacs/pretest/23.4rc1/emacs-23.4/etc/charsets") at w32.c:2235 #5 map_w32_filename (name=, pPath=0x0) at w32.c:2220 #6 0x010723b5 in sys_access ( path=0x2d543ec "d:/devel/emacs/pretest/23.4rc1/emacs-23.4/etc/charsets", mode=0) at w32.c:2618 #7 0x010a7dad in init_charset () at charset.c:2384 #8 0x0117db15 in main (argc=, argv=0xd92e00) at emacs.c:1743 (gdb)