From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: flymake mode freezes emacs Date: Tue, 07 Aug 2007 16:11:48 -0400 Message-ID: References: <46B8199F.1000501@brainbot.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1186517359 21925 80.91.229.12 (7 Aug 2007 20:09:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2007 20:09:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ralf Schmitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 22:09:16 2007 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 1IIVMb-0001s1-F1 for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2007 22:09:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIVMZ-0003Mi-Fs for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2007 16:09:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIVMV-0003MP-Pc for emacs-devel@gnu.org; Tue, 07 Aug 2007 16:09:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIVMU-0003M3-EM for emacs-devel@gnu.org; Tue, 07 Aug 2007 16:09:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIVMU-0003M0-7n for emacs-devel@gnu.org; Tue, 07 Aug 2007 16:09:02 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIVMS-0007tG-Pf for emacs-devel@gnu.org; Tue, 07 Aug 2007 16:09:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IIVPA-0003mD-Go; Tue, 07 Aug 2007 16:11:48 -0400 In-reply-to: <46B8199F.1000501@brainbot.com> (message from Ralf Schmitt on Tue, 07 Aug 2007 09:05:03 +0200) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:76152 Archived-At: You can debug the Lisp level with GDB. We need to know the regexp. You can find it by examining the first arg of the search or match function using pr. #3 0x00000000004f685d in string_match_1 (regexp=19448755, string=22042099, start=, posix=0) at search.c:457 #4 0x000000000051d004 in Ffuncall (nargs=, args=) at eval.c:3036 Type f 4 p args[1] pr We also need to know where it is looping. You can find that by following the instructions in etc/DEBUG about looping.