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: Two flaws in window.c Date: Thu, 18 Oct 2012 11:15:08 +0200 Message-ID: <507FC89C.30008@gmx.at> References: <507F76D9.3090505@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350552120 24244 80.91.229.3 (18 Oct 2012 09:22:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2012 09:22:00 +0000 (UTC) Cc: Emacs development discussions To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 11:22:07 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TOmIo-0005W9-SB for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2012 11:22:06 +0200 Original-Received: from localhost ([::1]:39649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOmIh-0004pe-G9 for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2012 05:21:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOmIa-0004pS-Vb for emacs-devel@gnu.org; Thu, 18 Oct 2012 05:21:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOmIV-0000KW-Al for emacs-devel@gnu.org; Thu, 18 Oct 2012 05:21:52 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:38998) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TOmIV-0000KL-0G for emacs-devel@gnu.org; Thu, 18 Oct 2012 05:21:47 -0400 Original-Received: (qmail invoked by alias); 18 Oct 2012 09:15:41 -0000 Original-Received: from 62-47-62-50.adsl.highway.telekom.at (EHLO [62.47.62.50]) [62.47.62.50] by mail.gmx.net (mp037) with SMTP; 18 Oct 2012 11:15:41 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18QhQJMgOEQ7SPaZPI6k7DH0Z7PQWFKauygq47Kvv Ojwjvch2coXZgp In-Reply-To: <507F76D9.3090505@yandex.ru> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154405 Archived-At: > Some bits in window.c lacks type/liveness checks, and there are two flaws: > > (internal-temp-output-buffer-show nil) => > src/window.c:3350: Emacs fatal error: assertion failed: BUFFERP (buf) > > (set-window-vscroll 10 t) => > src/window.c:6487: Emacs fatal error: assertion failed: BUFFERP (w->buffer) These should be fixed now. Do you have any more suggestions? Thanks, martin