emacs-devel
[Top][All Lists]
Advanced

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

Re: Strange error in .gdbinit on MS-Windows


From: Eli Zaretskii
Subject: Re: Strange error in .gdbinit on MS-Windows
Date: Sat, 24 Apr 2010 10:44:40 +0300

> Date: Sat, 24 Apr 2010 10:06:17 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > From: Juanma Barranquero <address@hidden>
> > Date: Sat, 24 Apr 2010 00:36:31 +0200
> > Cc: address@hidden
> > 
> > On Fri, Apr 23, 2010 at 16:44, Eli Zaretskii <address@hidden> wrote:
> > 
> > > With an Emacs binary built from today's trunk, GDB barfs at startup
> > > thusly:
> > 
> > I don't see the problem in my setup:
> 
> It could be a GCC bug, because some time into the startup, GDB
> magically begins to recognize struct Lisp_Symbol.

Found a simple way of fixing this: add a single line to .gdbinit
saying just

   set Fmake_symbol

It looks like some issue with delayed loading of symbol tables by GDB.
We already have a similar "set main" line to get gdb_valbits etc., so
I think this is an okay solution.

I committed this to the trunk.




reply via email to

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