unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ralf Fassel <ralfixx@gmx.de>
Cc: Richard Stallman <rms@gnu.org>, emacs-devel@gnu.org
Subject: Re: core dump while in gnus
Date: Tue, 16 Apr 2002 10:40:25 +0200	[thread overview]
Message-ID: <15547.58233.899095.481962@jupiter.akutech-local.de> (raw)
In-Reply-To: <Pine.SUN.3.91.1020416091838.14169F-100000@is>

* Eli Zaretskii
| >     (gdb) p *current_buffer
| >     $7 = {
| >       size = 537002092, 
| >       next = 0x10765200, 
| >       own_text = {
| > 	beg = 0x4060018 <Address 0x4060018 out of bounds>,
| > 
| > If this is what happens, I suggest you add code at the places
| > that set the beg field which will check whether the new
| > value is invalid.

The problem is of course that this is the `current buffer', which is
changed quite often, and I cannot reliably reproduce this bug.
However, it should be possible to locate the last few changes when it
crashes.  I will have a check.

| The `size' member looks very suspicious as well, no?

No.  Remember, this is an EMACS_INT:

    (gdb) p 537002092
    $1 = 537002092
    (gdb) xint
    $2 = 131180

131kB is not unusual for a NNTP process buffer while reading news.

R'

  reply	other threads:[~2002-04-16  8:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200204091816.g39IG7S113949@jupiter.akutech-local.de>
2002-04-15 22:00 ` core dump while in gnus Richard Stallman
2002-04-16  6:19   ` Eli Zaretskii
2002-04-16  8:40     ` Ralf Fassel [this message]
2002-04-17 16:04       ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15547.58233.899095.481962@jupiter.akutech-local.de \
    --to=ralfixx@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).