emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23.4 released


From: Christoph Scholtes
Subject: Re: Emacs 23.4 released
Date: Sun, 29 Jan 2012 12:05:59 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

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=<optimized out>, 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=<optimized out>, argv=0xd92e00) at emacs.c:1743
(gdb)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]