From: martin rudalics <rudalics@gmx.at>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Segfault in vertical-motion
Date: Tue, 06 Sep 2011 20:47:02 +0200 [thread overview]
Message-ID: <4E666AA6.3050802@gmx.at> (raw)
In-Reply-To: <83d3fdk4e3.fsf@gnu.org>
> 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
next prev parent reply other threads:[~2011-09-06 18:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-06 12:56 Segfault in vertical-motion martin rudalics
2011-09-06 16:43 ` Eli Zaretskii
2011-09-06 18:47 ` martin rudalics [this message]
2011-09-06 19:37 ` Eli Zaretskii
2011-09-07 17:55 ` martin rudalics
2011-09-07 18:16 ` Eli Zaretskii
2011-09-07 18:51 ` martin rudalics
2011-09-07 18:56 ` Eli Zaretskii
2011-09-07 19:12 ` martin rudalics
2011-09-07 20:10 ` Eli Zaretskii
2011-09-08 7:03 ` martin rudalics
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E666AA6.3050802@gmx.at \
--to=rudalics@gmx.at \
--cc=eliz@gnu.org \
--cc=emacs-devel@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.