emacs-devel
[Top][All Lists]
Advanced

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

Re: Elusive assertion failure related to completion


From: Juanma Barranquero
Subject: Re: Elusive assertion failure related to completion
Date: Tue, 1 Sep 2009 23:23:20 +0200

On Tue, Sep 1, 2009 at 19:25, martin rudalics<address@hidden> wrote:

> Could you check if it's triggerd by the xassert
>
>              xassert (NILP (leaf_windows[i]->hchild)
>                       && NILP (leaf_windows[i]->vchild));

No, it's not :-(

I think the assertion failure is a read herring; it seems like some
kind of memory corruption. In fact, sometimes I just get a crash in
other unrelated places.

The only thing really constant is the Lisp backtrace, with the error
always happening after calling `icomplete-exhibit'.

    Juanma




reply via email to

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