emacs-devel
[Top][All Lists]
Advanced

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

Re: Segfault in vertical-motion


From: Eli Zaretskii
Subject: Re: Segfault in vertical-motion
Date: Tue, 06 Sep 2011 19:43:48 +0300

> Date: Tue, 06 Sep 2011 14:56:05 +0200
> From: martin rudalics <address@hidden>
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x010f9a6d in get_next_display_element (it=0x82e500) at xdisp.c:6149
> 6149    success_p = GET_NEXT_DISPLAY_ELEMENT (it);

What is it->method at this point?  It should be between 0 and 5 (see
enum it_method on dispextern.h).  I would expect 0 if you did "C-x 2"
right after startup, because all you have is *scratch* which is a
buffer.

Also, what is it->current?



reply via email to

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