From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Perry E. Metzger" Newsgroups: gmane.emacs.devel Subject: Re: latest git sources badly broken on OS X Date: Sun, 4 Jan 2015 21:41:55 -0500 Message-ID: <20150104214155.69123183@jabberwock.cb.piermont.com> References: <20150103220313.2c341e16@jabberwock.cb.piermont.com> <20150104130148.3b15b31c@jabberwock.cb.piermont.com> <54A9872F.9020005@math.ntnu.no> <20150104135052.3954599d@jabberwock.cb.piermont.com> <54A9931C.4080608@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1420425738 9873 80.91.229.3 (5 Jan 2015 02:42:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Jan 2015 02:42:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Jan D." Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 05 03:42:11 2015 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 1Y7xcQ-0000Oo-W3 for ged-emacs-devel@m.gmane.org; Mon, 05 Jan 2015 03:42:11 +0100 Original-Received: from localhost ([::1]:58803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7xcQ-0003VN-C5 for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2015 21:42:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7xcJ-0003VD-Uw for emacs-devel@gnu.org; Sun, 04 Jan 2015 21:42:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7xcD-0000se-3b for emacs-devel@gnu.org; Sun, 04 Jan 2015 21:42:03 -0500 Original-Received: from hacklheber.piermont.com ([166.84.7.14]:50720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7xcD-0000sM-00 for emacs-devel@gnu.org; Sun, 04 Jan 2015 21:41:57 -0500 Original-Received: from snark.cb.piermont.com (localhost [127.0.0.1]) by hacklheber.piermont.com (Postfix) with ESMTP id 3CCF236A; Sun, 4 Jan 2015 21:41:56 -0500 (EST) Original-Received: from jabberwock.cb.piermont.com (jabberwock.cb.piermont.com [10.160.2.107]) by snark.cb.piermont.com (Postfix) with ESMTP id 0736D2DE961; Sun, 4 Jan 2015 21:41:56 -0500 (EST) In-Reply-To: <54A9931C.4080608@swipnet.se> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.25; x86_64-apple-darwin14.0.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 166.84.7.14 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:180988 Archived-At: I wrote: >>> The problem seems consistent for me. Unsure how to debug >>> further. >> >> Um, git bisect? > > That would indeed work. If no one has an obvious candidate for the > change that might have broken this I'll go in and do it. Spending a few hours on this, this popped up as the bad rev. This explains why it is OS X only. Unsure what the exact problem is still but that should be easy from here. $ git bisect bad d29658759a1343995f0d8b163d7fe445dd904b81 is the first bad commit commit d29658759a1343995f0d8b163d7fe445dd904b81 Author: Jan Dj__rv Date: Sun Nov 9 14:47:02 2014 +0100 * nsterm.h (EmacsScroller): judge returns bool. * nsterm.m (ns_set_vertical_scroll_bar): Release bar. (ns_judge_scroll_bars): Only set removed if judge returns true. (judge): Returns bool == condemned. Remove self from window. (setPosition:portion:whole:): Remove raise SIGIO. Fixes: debbugs:18757 :040000 040000 fdc45d21babe0914c2de8dbea838a97689cdbada 5914794e0b431ca729338a27df419244d5903c8e M src -- Perry E. Metzger perry@piermont.com