From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Elusive assertion failure related to completion Date: Tue, 01 Sep 2009 19:25:02 +0200 Message-ID: <4A9D58EE.1040400@gmx.at> References: <4A9CF0AD.2090202@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251825924 21910 80.91.229.12 (1 Sep 2009 17:25:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 17:25:24 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 01 19:25:16 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MiX6a-0001G3-5c for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2009 19:25:16 +0200 Original-Received: from localhost ([127.0.0.1]:42922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiX6Z-0008So-H9 for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2009 13:25:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiX6U-0008Sa-P7 for emacs-devel@gnu.org; Tue, 01 Sep 2009 13:25:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiX6Q-0008PI-Cl for emacs-devel@gnu.org; Tue, 01 Sep 2009 13:25:10 -0400 Original-Received: from [199.232.76.173] (port=56549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiX6Q-0008PA-5U for emacs-devel@gnu.org; Tue, 01 Sep 2009 13:25:06 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:56238) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MiX6P-00006J-I0 for emacs-devel@gnu.org; Tue, 01 Sep 2009 13:25:05 -0400 Original-Received: (qmail invoked by alias); 01 Sep 2009 17:25:03 -0000 Original-Received: from 62-47-41-114.adsl.highway.telekom.at (EHLO [62.47.41.114]) [62.47.41.114] by mail.gmx.net (mp007) with SMTP; 01 Sep 2009 19:25:03 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19Gjhxf2oxG4uDUDCO7tH7lDtiEqPEMF4XkmboPuU HzuukOhuuO/j1j User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114951 Archived-At: > #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