From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kaushik Srenevasan Newsgroups: gmane.emacs.devel Subject: Emacs 24 hangs on incremental search. Date: Fri, 24 Feb 2012 19:27:18 -0800 Message-ID: <20120225032717.GA384@garuda.sysenter.org> Reply-To: ksrenevasan@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1330140458 28564 80.91.229.3 (25 Feb 2012 03:27:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2012 03:27:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 04:27:38 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S18IL-0005t8-PR for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2012 04:27:37 +0100 Original-Received: from localhost ([::1]:57886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S18IK-0007Jb-Ub for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2012 22:27:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S18IE-0007JS-27 for emacs-devel@gnu.org; Fri, 24 Feb 2012 22:27:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S18I8-0007sF-P6 for emacs-devel@gnu.org; Fri, 24 Feb 2012 22:27:29 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:47625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S18I8-0007s5-IX for emacs-devel@gnu.org; Fri, 24 Feb 2012 22:27:24 -0500 Original-Received: by dadv6 with SMTP id v6so3306288dad.0 for ; Fri, 24 Feb 2012 19:27:22 -0800 (PST) Received-SPF: pass (google.com: domain of ksrenevasan@gmail.com designates 10.68.219.232 as permitted sender) client-ip=10.68.219.232; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ksrenevasan@gmail.com designates 10.68.219.232 as permitted sender) smtp.mail=ksrenevasan@gmail.com; dkim=pass header.i=ksrenevasan@gmail.com Original-Received: from mr.google.com ([10.68.219.232]) by 10.68.219.232 with SMTP id pr8mr14998966pbc.12.1330140442980 (num_hops = 1); Fri, 24 Feb 2012 19:27:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:reply-to:mime-version :content-type:content-disposition:user-agent; bh=xc5VKFjbpzCdhybuF3HmcYYZASnZYJgfVDW2Y/zkaZk=; b=hNRwPKqNiM+YTCYBmwnL6Pe6UGluB/PQTsXlqCzGh0svkv4+wW/6NcUt2uSvW9rKT5 skhJt7TPgcc8kIzct+KbdWTjdSbRt9alGxZTlbMQLHZDm71Zh10sUfcizGBGtHr10gM5 a/VHRJkBNOro5L8a2I3bTXbLplStMk6whGeKw= Original-Received: by 10.68.219.232 with SMTP id pr8mr12315362pbc.12.1330140442952; Fri, 24 Feb 2012 19:27:22 -0800 (PST) Original-Received: from garuda.sysenter.org (99-127-229-29.lightspeed.sntcca.sbcglobal.net. [99.127.229.29]) by mx.google.com with ESMTPS id f5sm6037977pbe.26.2012.02.24.19.27.20 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Feb 2012 19:27:21 -0800 (PST) Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 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:148769 Archived-At: I'm running (a very recent) Emacs 24 [1] (synced to 77688e1b570f1e74dd092efa6f1d98c369c42273 lisp/ChangeLog: Fix typos.) that hangs every time I open the following file (locally) http://hg.openjdk.java.net/jdk6/jdk6/hotspot/raw-file/20dbc199874e/src/share/vm/runtime/globals.hpp and try do an incremental search (regexp or otherwise) for (say) 'TraceBytecodes'. On Debian [2] the instance doesn't recover. The problem also exists in OSX 10.7, where Emacs is able to recover, while still only very slowly though. Emacs 23 works just fine on the file on both platforms. Is this a known bug? -Kaushik [1] GNU Emacs 24.0.93.1 (x86_64-unknown-linux-gnu,GTK+ Version 2.20.1) of 2012-02-24 on debian [2] Linux debian 2.6.32-5-amd64 #1 SMP x86_64 GNU/Linux