unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Werner LEMBERG <wl@gnu.org>
Cc: 12310@debbugs.gnu.org
Subject: bug#12310: crash in remember_mouse_glyph
Date: Wed, 05 Sep 2012 19:40:48 +0300	[thread overview]
Message-ID: <83392we833.fsf@gnu.org> (raw)
In-Reply-To: <20120905.064224.21817906.wl@gnu.org>

> Date: Wed, 05 Sep 2012 06:42:24 +0200 (CEST)
> From: Werner LEMBERG <wl@gnu.org>
> Cc: 12310@debbugs.gnu.org
> 
> 
> Just now I've got a crash, but I'm not sure whether it belongs to this
> bug report.  Since I'm using Martin's patch, I'm reporting it here.
> 
> The crash happened after composing an email with mew, then trying to
> send it with C-c C-c.
> 
> I still have the process.  Anything else I can investigate?

Yes, please.  We need to understand why it segfaulted.

> Program received signal SIGSEGV, Segmentation fault.
> set_buffer_internal_1 (b=0x846958d) at buffer.c:2154
> 2154        bset_undo_list (b, BVAR (b->base_buffer, undo_list));
> 
> (gdb) p b
> $1 = (struct buffer *) 0x846958d
> 
> (gdb) p b->base_buffer
> $2 = (struct buffer *) 0x98000000

What does the following show?

 (gdb) p *b->base_buffer

> (gdb) p undo_list
> No symbol "undo_list" in current context.

undo_list is a name of a struct member, not a variable.

Thanks.





      parent reply	other threads:[~2012-09-05 16:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30  5:27 bug#12310: crash in remember_mouse_glyph Werner LEMBERG
2012-08-30  8:02 ` martin rudalics
2012-08-30  8:16   ` Werner LEMBERG
2012-08-30  8:32     ` martin rudalics
2012-08-30  9:28       ` Werner LEMBERG
2012-09-05  4:42         ` Werner LEMBERG
2012-09-05  9:44           ` martin rudalics
2012-09-05 16:41             ` Eli Zaretskii
2012-09-05 17:06               ` Werner LEMBERG
2012-09-26  6:44                 ` Werner LEMBERG
2012-09-05 16:40           ` Eli Zaretskii [this message]

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=83392we833.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=12310@debbugs.gnu.org \
    --cc=wl@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).