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: martin rudalics
Subject: Re: Elusive assertion failure related to completion
Date: Tue, 01 Sep 2009 19:25:02 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> #1  0x0111f10e in Fset_window_configuration (configuration=59573636)
> at window.c:6278

Could you check if it's triggerd by the xassert

              xassert (NILP (leaf_windows[i]->hchild)
                       && NILP (leaf_windows[i]->vchild));

in window.c round line 6271?  The most simple approach would be to take
this out temporarily.

martin




reply via email to

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