From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74841 Path: news.gmane.org!not-for-mail From: John Sullivan Newsgroups: gmane.emacs.gnus.general Subject: stack overflow in regexp matcher Date: Tue, 07 Dec 2010 12:03:44 -0800 Message-ID: <87ipz5z6xr.fsf@myles.home.wjsullivan.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1291752605 23930 80.91.229.12 (7 Dec 2010 20:10:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Dec 2010 20:10:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23197@lists.math.uh.edu Tue Dec 07 21:10:01 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQ3rM-0001rs-TG for ding-account@gmane.org; Tue, 07 Dec 2010 21:10:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PQ3rA-0005Wu-5q; Tue, 07 Dec 2010 14:09:48 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PQ3r8-0005Wi-Ki for ding@lists.math.uh.edu; Tue, 07 Dec 2010 14:09:46 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PQ3r7-0005To-5g for ding@lists.math.uh.edu; Tue, 07 Dec 2010 14:09:46 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PQ3r6-0007QL-00 for ; Tue, 07 Dec 2010 21:09:44 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PQ3r6-0001ix-C0 for ding@gnus.org; Tue, 07 Dec 2010 21:09:44 +0100 Original-Received: from c-98-203-137-180.hsd1.wa.comcast.net ([98.203.137.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2010 21:09:44 +0100 Original-Received: from john by c-98-203-137-180.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2010 21:09:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-203-137-180.hsd1.wa.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:9GraaiDC36bZ19FDaB5YGeWbJ4g= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74841 Archived-At: I'm getting this error frequently when starting gnus or when hitting "g". I updated via the emacs git mirror today, but it was also happening with a version that was a few weeks old. Any ideas? Backtrace (I truncated where there is ..., can backchannel more info on request). Debugger entered--Lisp error: (error "Stack overflow in regexp matcher") re-search-forward("VANISHED.* \\([0-9:,]+\\)" 71329 t) nnimap-parse-flags(((4085 qresync nil "INBOX.Drafts" qresync) (4086 qresync nil "INBOX.INBOX" qresync) (4087 qresync nil "INBOX.Sent" qresync) (4088 qresync nil "INBOX.Trash" qresync)...))) nnimap-finish-retrieve-group-infos("local" (("nnimap+local:INBOX.Drafts" 3 nil nil "nnimap:local" ((modseq . 1) (uidvalidity . "1283068789") (active 1 . 0) (imap-status . "1 1 0"))) ("nnimap+local:INBOX.INBOX" 3 nil nil "nnimap:local" ((modseq . 1) (uidvalidity . "1283068790") (active 1 . 0) (imap-status . "1 1 0")))...))) gnus-get-unread-articles(nil) gnus-setup-news(nil nil nil) byte-code("\204 gnus-1(nil nil nil) gnus(nil) call-interactively(gnus t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) -- John Sullivan Emacs Planner Maintainer http://wjsullivan.net/PlannerMode.html