From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Zettler Subject: org-refresh-stats-properties: Stack overflow in regexp matcher Date: Fri, 19 May 2017 11:13:58 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11c0da9e3ea6ec054fe47c23" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBmPa-0005cn-4y for emacs-orgmode@gnu.org; Fri, 19 May 2017 14:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBmPY-0002Wx-8g for emacs-orgmode@gnu.org; Fri, 19 May 2017 14:14:02 -0400 Received: from mail-qt0-x22f.google.com ([2607:f8b0:400d:c0d::22f]:36638) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBmPY-0002Wg-41 for emacs-orgmode@gnu.org; Fri, 19 May 2017 14:14:00 -0400 Received: by mail-qt0-x22f.google.com with SMTP id f55so64309093qta.3 for ; Fri, 19 May 2017 11:13:59 -0700 (PDT) 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" To: emacs-orgmode@gnu.org --001a11c0da9e3ea6ec054fe47c23 Content-Type: text/plain; charset="UTF-8" I suddenly am unable to open my org agenda. Invoking ~C-a~ and selecting any agenda command results in ~org-refresh-stats-properties: Stack overflow in regexp matcher~ The debug trace looks like: #+BEGIN_SRC Debugger entered--Lisp error: (error "Stack overflow in regexp matcher") re-search-forward("^\\*+ .*\\(?:\\[\\([0-9]+\\)%\\|\\([0-9]+\\)/\\([0-9]+\\)\\]\\)" nil t) org-refresh-stats-properties() org-agenda-prepare-buffers(("/Users/kev/Dropbox (Personal)/org/ 2017_resolutions.org" "/Users/kev/Dropbox (Personal)/org/gcal.org" "/Users/kev/Dropbox (Personal)/org/mobile-inbox.org" "/Users/kev/Dropbox (Personal)/org/personal.org" "/Users/kev/Dropbox (Personal)/org/plebland.org" "/Users/kev/Dropbox (Personal)/org/proposal.org" "/Users/kev/Dropbox (Personal)/org/read.org" "/Users/kev/Dropbox (Personal)/org/recipies.org" "/Users/kev/Dropbox (Personal)/org/reduxderiveddata.org" "~/Dropbox (Personal)/org/gcal.org")) org-agenda-prepare("Day/Week") org-agenda-list(nil) funcall-interactively(org-agenda-list nil) call-interactively(org-agenda-list) org-agenda(nil) funcall-interactively(org-agenda nil) call-interactively(org-agenda nil nil) command-execute(org-agenda) #+END_SRC I suspected this was because I create a daily org file and have the dailies in a wild card for ~org-agenda-files~ I have removed about ~300 files from ~org-agenda-files~ and it did not alleviate the issue. The stacktrace above is without the daliy files -- Kev Zettler www.kevzettler.com --001a11c0da9e3ea6ec054fe47c23 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I suddenly am unable to open my org agenda.=C2=A0 Invoking= ~C-a~ and selecting any agenda command results in=C2=A0

~org-refres= h-stats-properties: Stack overflow in regexp matcher~

The debug trac= e looks like:

#+BEGIN_SRC=C2=A0
Debugger entered--Lisp error= : (error "Stack overflow in regexp matcher")
=C2=A0 re-= search-forward("^\\*+ .*\\(?:\\[\\([0-9]+\\)%\\|\\([0-9]+\\)/\\([0-9]+= \\)\\]\\)" nil t)
=C2=A0 org-refresh-stats-properties()
=C2=A0 org-agenda-prepare-buffers(("/Users/kev/Dropbox (Personal= )/org/2017_resolutions.org"= ; "/Users/kev/Dropbox (Personal)/org/gcal.= org" "/Users/kev/Dropbox (Personal)/org/mobile-inbox.org" "/Users/kev/Dropbox (Persona= l)/org/personal.org" "/Users/= kev/Dropbox (Personal)/org/plebland.org= " "/Users/kev/Dropbox (Personal)/org/proposal.org" "/Users/kev/Dropbox (Personal)/org/read.org" "/Users/kev/Dropbox (Personal)= /org/recipies.org" "/Users/ke= v/Dropbox (Personal)/org/reduxderiv= eddata.org" "~/Dropbox (Personal)/org/gcal.org"))
=C2=A0 org-agenda-prepare("Day/Wee= k")
=C2=A0 org-agenda-list(nil)
=C2=A0 funcall-int= eractively(org-agenda-list nil)
=C2=A0 call-interactively(org-age= nda-list)
=C2=A0 org-agenda(nil)
=C2=A0 funcall-interac= tively(org-agenda nil)
=C2=A0 call-interactively(org-agenda nil n= il)
=C2=A0 command-execute(org-agenda)
#+END_SRC
I suspected this was because I create a daily org file and have the dailie= s in a wild card for ~org-agenda-files~=C2=A0I have removed about ~300 file= s from ~org-agenda-files~ and it did not alleviate the issue.=C2=A0

= The stacktrace above is without the daliy files

--
--001a11c0da9e3ea6ec054fe47c23--