GNU bug report logs -
#47244
28.0.50; SIGSEGV in long-runnning Emacs
Previous Next
Reported by: Michael Welsh Duggan <md5i <at> md5i.com>
Date: Thu, 18 Mar 2021 15:40:01 UTC
Severity: normal
Found in version 28.0.50
Done: Michael Welsh Duggan <mwd <at> md5i.com>
Bug is archived. No further changes may be made.
Full log
Message #128 received at 47244 <at> debbugs.gnu.org (full text, mbox):
> From: Michael Welsh Duggan <mwd <at> md5i.com>
> Cc: Michael Welsh Duggan <mwd <at> cert.org>, Eli Zaretskii <eliz <at> gnu.org>,
> "mwd <at> md5i.com" <mwd <at> md5i.com>, "schwab <at> linux-m68k.org"
> <schwab <at> linux-m68k.org>, "47244 <at> debbugs.gnu.org" <47244 <at> debbugs.gnu.org>
> Date: Wed, 24 Mar 2021 22:19:35 -0400
>
> > --- a/src/buffer.c
> > +++ b/src/buffer.c
> > @@ -2151,6 +2151,9 @@ set_buffer_internal_1 (register struct buffer *b)
> >
> > BUFFER_CHECK_INDIRECTION (b);
> >
> > + if (!BUFFER_LIVE_P (b))
> > + error ("Selecting deleted buffer");
> > +
> > old_buf = current_buffer;
> > current_buffer = b;
> > last_known_column_point = -1; /* Invalidate indentation cache. */
>
> Okay. Building now and will run until...something happens? Should I be
> expecting an Emacs error from this?
Yes.
> Should I breakpoint the error() clause?
Better put a breakpoint on this call to 'error' instead, because
'error' could be called for unrelated reasons, and it could be caught
-- you don't want those cases.
Thanks.
This bug report was last modified 4 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.