emacs-devel
[Top][All Lists]
Advanced

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

Re: Segfault in vertical-motion


From: martin rudalics
Subject: Re: Segfault in vertical-motion
Date: Tue, 06 Sep 2011 20:47:02 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> What is it->method at this point?  It should be between 0 and 5 (see
> enum it_method on dispextern.h).

(gdb) p it->method
$1 = 50116946

> I would expect 0 if you did "C-x 2"
> right after startup, because all you have is *scratch* which is a
> buffer.

The buffer displayed is my .emacs.  I already said that this does _not_
happen with emacs -Q.  I have to bisect my customizations first to know
what's really causing it.  This will take some time :-(

> Also, what is it->current?

(gdb) p it->current
$2 = {
  pos = {
    charpos = 10,
    bytepos = 0
  },
  overlay_string_index = -1,
  string_pos = {
    charpos = -1,
    bytepos = 8569524
  },
  dpvec_index = 2
}

martin



reply via email to

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