From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Stackoverflow in regexp matcher Date: Tue, 02 Feb 2016 10:47:39 -0500 Message-ID: <878u33dsh0.fsf@alphaville.usersys.redhat.com> References: <87oabzb4h8.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQdBJ-0007Qz-Ro for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 10:47:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQdBG-000067-Es for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 10:47:53 -0500 Received: from plane.gmane.org ([80.91.229.3]:49409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQdBG-00005z-7S for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 10:47:50 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aQdBD-0000iy-2U for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 16:47:47 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2016 16:47:47 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2016 16:47:47 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Loris Bennett" writes: > Hi, > > On refreshing the #+TAGS via 'C-c C-c' I'm am getting the following error > > Stackoverflow in regexp matcher > Not "Stack overflow in ..."? I searched for Stackoverflow both in the org-mode directory and the emacs source directory (but I'm not up to date with either so I might have missed a recent change): I didn't find anything. I found the similar ./src/search.c: error ("Stack overflow in regexp matcher"); > I have tried bisecting the file, but the problem does not seem to be > caused by a specific part. Instead it just seems to occur at a fairly > random point once the file becomes long enough. > > The file is a beamer presentation with 1375 lines. If I add > > * 0123456789 > > to the end of the file (or insert it at some other point), I can still > refresh. If I add > > * 0123456789 > 0 > > I get "Stackoverflow in regexp matcher". > > Does anyone have any ideas how to proceed here? > M-x toggle-debug-on-error RET try to reproduce and send the backtrace (if any). -- Nick