GNU bug report logs -
#22526
25.0.90; Crash starting gnus
Previous Next
Reported by: Andy Moreton <andrewjmoreton <at> gmail.com>
Date: Mon, 1 Feb 2016 22:16:02 UTC
Severity: normal
Found in version 25.0.90
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Andy Moreton <andrewjmoreton <at> gmail.com>
> Date: Sun, 07 Feb 2016 20:58:57 +0000
>
> On Sun 07 Feb 2016, Eli Zaretskii wrote:
> > Hard to tell without a reproducible recipe, or at least some
> > additional info. If the session is still running in a debugger, I
> > might ask some questions about some variables.
>
> I don't have that session running any more. Please do make suggestions
> for things to look at in gdb that I can try if I manage to reproduce the
> problem.
Thanks.
AFAIU, the crash was here:
/* Put an anchor. */
*(Z_ADDR) = 0; <<<<<<<<<<<<<<<<<
So the first question is, of course, what is the value of Z_ADDR?
Next question is what are the values of the variables in the
expression to which Z_ADDR expands:
/* Address of end of buffer. */
#define Z_ADDR (current_buffer->text->beg + current_buffer->text->gap_size + current_buffer->text->z_byte - BEG_BYTE)
This bug report was last modified 9 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.