bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14412: 24.3.50; emacs_backtrace.txt


From: Eli Zaretskii
Subject: bug#14412: 24.3.50; emacs_backtrace.txt
Date: Sat, 26 Dec 2015 12:44:28 +0200

> Date: Sat, 26 Dec 2015 12:07:19 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 14412@debbugs.gnu.org
> 
> > From: Lars Ingebrigtsen <larsi@gnus.org>
> > Cc: Drew Adams <drew.adams@oracle.com>,  14412@debbugs.gnu.org
> > Date: Sat, 26 Dec 2015 01:47:50 +0100
> > 
> > Eli Zaretskii <eliz@gnu.org> writes:
> > 
> > > It aborts here:
> > >
> > >       /* If variable has a trivial value (no forwarding), we can
> > >    just set it.  No need to check for constant symbols here,
> > >    since that was already done by specbind.  */
> > >  >>>  else if (XSYMBOL (this_binding.symbol)->redirect == SYMBOL_PLAINVAL)
> > >   SET_SYMBOL_VAL (XSYMBOL (this_binding.symbol),
> > >                   this_binding.old_value);
> > >
> > > Should we explicitly test for SYMBOLP before calling XSYMBOL?
> > 
> > Was this resolved, by any chance?
> 
> Not that I could see, but adding the test is trivial, so I will do it
> soon.

Done.





reply via email to

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