From unknown Sun Jun 22 11:34:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#9338 <9338@debbugs.gnu.org> To: bug#9338 <9338@debbugs.gnu.org> Subject: Status: stack overflow in regexp matcher Reply-To: bug#9338 <9338@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:34:38 +0000 retitle 9338 stack overflow in regexp matcher reassign 9338 gnus submitter 9338 Dave Abrahams severity 9338 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 21 15:26:39 2011 Received: (at submit) by debbugs.gnu.org; 21 Aug 2011 19:26:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QvDfH-0003hG-Fn for submit@debbugs.gnu.org; Sun, 21 Aug 2011 15:26:39 -0400 Received: from mail-yw0-f44.google.com ([209.85.213.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QvDfC-0003h5-Uq for submit@debbugs.gnu.org; Sun, 21 Aug 2011 15:26:33 -0400 Received: by ywm21 with SMTP id 21so2826330ywm.3 for ; Sun, 21 Aug 2011 12:24:12 -0700 (PDT) Received: by 10.236.154.199 with SMTP id h47mr9295928yhk.81.1313954652786; Sun, 21 Aug 2011 12:24:12 -0700 (PDT) Received: from pluto.localhost (c-98-215-105-167.hsd1.il.comcast.net [98.215.105.167]) by mx.google.com with ESMTPS id a29sm2315284yhj.3.2011.08.21.12.24.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Aug 2011 12:24:11 -0700 (PDT) Received: by pluto.localhost (Postfix, from userid 501) id AAA1DB9B768; Sun, 21 Aug 2011 15:24:09 -0400 (EDT) From: Dave Abrahams To: submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys) Subject: stack overflow in regexp matcher X-Debbugs-Version: 5.110018 X-Debbugs-Package: gnus Date: Sun, 21 Aug 2011 15:24:09 -0400 Message-ID: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) This is from doing `/ o' in an nnir group: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (error "Stack overflow in regexp matcher") looking-at("\\* [0-9]+ FETCH.+UID \\([0-9]+\\)") (not (looking-at "\\* [0-9]+ FETCH.+UID \\([0-9]+\\)")) (while (not (looking-at "\\* [0-9]+ FETCH.+UID \\([0-9]+\\)")) (delete-re= gion (point) (progn ... ...)) (when (eobp) (return))) (while (not (eobp)) (while (not ...) (delete-region ... ...) (when ... ..= .)) (setq article (match-string 1)) (while (re-search-forward "[^]][ (]{\\(= [0-9]+\\)}.?\n" ... t) (setq size ...) (delete-region ... ...) (setq string= ...) (delete-region ... ...) (insert ...)) (setq bytes (nnimap-get-length)= lines nil) (beginning-of-line) (setq size (and ... ...)) (beginning-of-lin= e) (when (search-forward "BODYSTRUCTURE" ... t) (let ... ... ...)) (delete-= region (line-beginning-position) (line-end-position)) (insert (format "211 = %s Article retrieved." article)) (forward-line 1) (when size (insert ...)) = (when lines (insert ...)) (unless (re-search-forward "^.$" nil t) (goto-cha= r ...)) (delete-region (line-beginning-position) (line-end-position)) (inse= rt ".") (forward-line 1)) (catch (quote --cl-block-nil--) (while (not ...) (while ... ... ...) (set= q article ...) (while ... ... ... ... ... ...) (setq bytes ... lines nil) (= beginning-of-line) (setq size ...) (beginning-of-line) (when ... ...) (dele= te-region ... ...) (insert ...) (forward-line 1) (when size ...) (when line= s ...) (unless ... ...) (delete-region ... ...) (insert ".") (forward-line = 1))) (cl-block-wrapper (catch (quote --cl-block-nil--) (while ... ... ... ... = ... ... ... ... ... ... ... ... ... ... ... ... ... ...))) (block nil (while (not ...) (while ... ... ...) (setq article ...) (while= ... ... ... ... ... ...) (setq bytes ... lines nil) (beginning-of-line) (s= etq size ...) (beginning-of-line) (when ... ...) (delete-region ... ...) (i= nsert ...) (forward-line 1) (when size ...) (when lines ...) (unless ... ..= .) (delete-region ... ...) (insert ".") (forward-line 1))) (let (article bytes lines size string) (block nil (while ... ... ... ... = ... ... ... ... ... ... ... ... ... ... ... ... ... ...))) nnimap-transform-headers() (save-current-buffer (set-buffer (nnimap-buffer)) (erase-buffer) (nnimap-= wait-for-response (nnimap-send-command "UID FETCH %s %s" ... ...) t) (nnima= p-transform-headers) (nnheader-remove-cr-followed-by-lf)) (with-current-buffer (nnimap-buffer) (erase-buffer) (nnimap-wait-for-resp= onse (nnimap-send-command "UID FETCH %s %s" ... ...) t) (nnimap-transform-h= eaders) (nnheader-remove-cr-followed-by-lf)) (progn (with-current-buffer (nnimap-buffer) (erase-buffer) (nnimap-wait-f= or-response ... t) (nnimap-transform-headers) (nnheader-remove-cr-followed-= by-lf)) (insert-buffer-substring (nnimap-find-process-buffer ...))) (if (nnimap-possibly-change-group group server) (progn (with-current-buff= er ... ... ... ... ...) (insert-buffer-substring ...))) (when (nnimap-possibly-change-group group server) (with-current-buffer (n= nimap-buffer) (erase-buffer) (nnimap-wait-for-response ... t) (nnimap-trans= form-headers) (nnheader-remove-cr-followed-by-lf)) (insert-buffer-substring= (nnimap-find-process-buffer ...))) (save-current-buffer (set-buffer nntp-server-buffer) (erase-buffer) (when= (nnimap-possibly-change-group group server) (with-current-buffer ... ... .= .. ... ...) (insert-buffer-substring ...)) (quote headers)) (with-current-buffer nntp-server-buffer (erase-buffer) (when (nnimap-poss= ibly-change-group group server) (with-current-buffer ... ... ... ... ...) (= insert-buffer-substring ...)) (quote headers)) nnimap-retrieve-headers((25 34 44 50 51 106 111 175 204 238 637 846 921 1= 088 1105 1176 1260 1409 1465 1499 1606 1661 1774 1781 1805 1845 1937 1975 1= 982 2149 2157 2182 2184 2226 2227 2228 2232 2237 2257 2262 2301 2326 2352 2= 357 2359 2402 2489 2502 2544 2562 ...) "[Gmail].All Mail" "Local" nil) gnus-retrieve-headers((25 34 44 50 51 106 111 175 204 238 637 846 921 108= 8 1105 1176 1260 1409 1465 1499 1606 1661 1774 1781 1805 1845 1937 1975 198= 2 2149 2157 2182 2184 2226 2227 2228 2232 2237 2257 2262 2301 2326 2352 235= 7 2359 2402 2489 2502 2544 2562 ...) "[Gmail].All Mail" nil) nnir-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20= 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45= 46 47 48 49 50 ...) "((query . \"ADL and using\") (unique-id . \"m2y5ymh90= p.fsf\"))" "nnir-ephemeral" nil) gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20= 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45= 46 47 48 49 50 ...) "nnir:((query . \"ADL and using\") (unique-id . \"m2y5= ymh90p.fsf\"))" nil) gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18= 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43= 44 45 46 47 48 49 50 ...) "nnir:((query . \"ADL and using\") (unique-id . = \"m2y5ymh90p.fsf\"))" nil) gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20= 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45= 46 47 48 49 50 ...) "nnir:((query . \"ADL and using\") (unique-id . \"m2y5= ymh90p.fsf\"))" nil) gnus-fetch-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21= 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46= 47 48 49 50 ...)) gnus-summary-insert-articles((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1= 8 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 4= 3 44 45 46 47 48 49 50 ...)) gnus-summary-insert-old-articles(nil) call-interactively(gnus-summary-insert-old-articles nil nil) --8<---------------cut here---------------end--------------->8--- point was sitting at the beginning of this line, which does indeed cause the stack overflow mentioned for `(looking-at "\\* [0-9]+ FETCH.+UID \\([0-= 9]+\\)")' if you make the `+' non-greedy, e.g. (looking-at "\\* [0-9]+ FETCH.+?UID \\([0-9]+\\)") it works, but I'm not sure that's the semantics you want --8<---------------cut here---------------start------------->8--- * 95991 FETCH (UID 95991 RFC822.SIZE 145695 BODYSTRUCTURE ((("message" "rfc= 822" NIL NIL NIL "7bit" 38 (NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL) ("text= " "plain" ("charset" "us-ascii") NIL NIL "7bit" 36 3 NIL NIL NIL NIL) 4 NIL= NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 3300 ("Sat, 20 Sep 2008= 14:16:54 -0700" "Next version of rvalue ref soundness paper" (("David Abra= hams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.c= om")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Doug Gregor" NIL "d= gregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL = "mat" "emarcus.org")("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NI= L NIL "<87skruv7p5.fsf@mcbain.luannocracy.com>") (("text" "plain" ("charset= " "us-ascii") NIL NIL "7bit" 2733 72 NIL ("inline" ("filename" "soundness.r= st")) NIL NIL)("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 67 5 NI= L NIL NIL NIL) "mixed" ("boundary" "=3D=3D=3D=3D=3D-=3D-=3D") NIL NIL NIL) = 94 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 731 ("Sun, 21 Sep= 2008 14:33:30 +0300" "Re: Next version of rvalue ref soundness paper" (("P= eter Dimov" NIL "pdimov" "pdimov.com")) (("Peter Dimov" NIL "pdimov" "pdimo= v.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("David Abrahams" NIL= "dave" "boostpro.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas W= itt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")("Howard Hi= nnant" NIL "hinnant" "twcny.rr.com")) NIL NIL NIL "<73EEF0319ED34C0D894BD50= AC6D258B0@pdimov2>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" = 278 6 NIL NIL NIL NIL) 16 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "= 7bit" 1416 ("Sun, 21 Sep 2008 08:07:42 -0700" "(semi-private) Re: Next vers= ion of rvalue ref soundness paper " (("David Abrahams" NIL "dave" "boostpro= .com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" N= IL "dave" "boostpro.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("D= oug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")= ("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<87wsh5r0zl.fsf_-_@mcbain.= luannocracy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 95= 0 23 NIL NIL NIL NIL) 34 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7= bit" 928 ("Mon, 22 Sep 2008 18:23:33 +0300" "Re: Next version of rvalue ref= soundness paper" (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Peter Dimo= v" NIL "pdimov" "pdimov.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) = (("David Abrahams" NIL "dave" "boostpro.com")) (("Doug Gregor" NIL "dgregor= " "osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" = "emarcus.org")("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NIL "<44= 993A9028354BAF9AC1B8B139220FB9@pdimov2>") ("text" "plain" ("charset" "us-as= cii") NIL NIL "7bit" 390 12 NIL NIL NIL NIL) 23 NIL NIL NIL NIL)("message" = "rfc822" NIL NIL NIL "7bit" 1517 ("Mon, 22 Sep 2008 18:11:24 -0700" "Re: Ne= xt version of rvalue ref soundness paper" (("Thomas Witt" NIL "witt" "acm.o= rg")) (("Thomas Witt" NIL "witt" "acm.org")) (("Thomas Witt" NIL "witt" "ac= m.org")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Peter Dimov" NIL= "pdimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Mat Marc= us" NIL "mat" "emarcus.org")("Howard Hinnant" NIL "hinnant" "twcny.rr.com")= ) NIL NIL "<48D8423C.3070303@acm.org>") ("text" "plain" ("charset" "us-asci= i") NIL NIL "7bit" 1005 35 NIL NIL NIL NIL) 46 NIL NIL NIL NIL)("message" "= rfc822" NIL NIL NIL "7bit" 1144 ("Mon, 22 Sep 2008 21:31:36 -0400" "Re: Nex= t version of rvalue ref soundness paper" (("David Abrahams" NIL "dave" "boo= stpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abraha= ms" NIL "dave" "boostpro.com")) (("Thomas Witt" NIL "witt" "acm.org")) (("P= eter Dimov" NIL "pdimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "osl.iu.= edu")("Mat Marcus" NIL "mat" "emarcus.org")("Howard Hinnant" NIL "hinnant" = "twcny.rr.com")) NIL NIL "<87wsh3d4w7.fsf@mcbain.luannocracy.com>") ("text"= "plain" ("charset" "us-ascii") NIL NIL "7bit" 591 22 NIL NIL NIL NIL) 34 N= IL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 1736 ("Mon, 22 Sep 20= 08 21:47:59 -0400" "Re: Next version of rvalue ref soundness paper" (("Davi= d Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boos= tpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Thomas Witt" = NIL "witt" "acm.org")) (("Peter Dimov" NIL "pdimov" "pdimov.com")("Doug Gre= gor" NIL "dgregor" "osl.iu.edu")("Mat Marcus" NIL "mat" "emarcus.org")("How= ard Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NIL "<87skrrd44w.fsf@mcbain= .luannocracy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 1= 141 35 NIL NIL NIL NIL) 48 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL = "7bit" 822 ("Mon, 22 Sep 2008 21:49:06 -0400" "Re: Next version of rvalue r= ef soundness paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Ho= ward Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnan= t" "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.com")("Thomas W= itt" NIL "witt" "acm.org")("Peter Dimov" NIL "pdimov" "pdimov.com")("Doug G= regor" NIL "dgregor" "osl.iu.edu")("Mat Marcus" NIL "mat" "emarcus.org")) N= IL NIL NIL "<7B88E489-B990-48C7-8F6F-6EB6689E8016@twcny.rr.com>") ("text" "= plain" ("charset" "us-ascii") NIL NIL "7bit" 217 7 NIL NIL NIL NIL) 20 NIL = NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 1305 ("Mon, 22 Sep 2008 = 21:55:54 -0400" "Re: Next version of rvalue ref soundness paper" (("David A= brahams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpr= o.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Howard Hinnant" = NIL "hinnant" "twcny.rr.com")) (("Thomas Witt" NIL "witt" "acm.org")("Peter= Dimov" NIL "pdimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu"= )("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<87k5d3d3rp.fsf@mcbain.lu= annocracy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 656 = 19 NIL NIL NIL NIL) 33 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bi= t" 3653 ("Mon, 22 Sep 2008 22:29:32 -0400" "Re: Next version of rvalue ref = soundness paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howar= d Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" = "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Thomas W= itt" NIL "witt" "acm.org")("Peter Dimov" NIL "pdimov" "pdimov.com")("Doug G= regor" NIL "dgregor" "osl.iu.edu")("Mat Marcus" NIL "mat" "emarcus.org")) N= IL NIL "<62AEA763-41D6-49E9-8B48-24B4C6349DC4@twcny.rr.com>") ("text" "plai= n" ("charset" "us-ascii") NIL NIL "7bit" 2950 63 NIL NIL NIL NIL) 78 NIL NI= L NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 5654 ("Tue, 23 Sep 2008 00= :35:46 -0400" "Re: Next version of rvalue ref soundness paper" (("David Abr= ahams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.= com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Howard Hinnant" NI= L "hinnant" "twcny.rr.com")) (("Thomas Witt" NIL "witt" "acm.org")("Peter D= imov" NIL "pdimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu")(= "Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<87fxnrcwd9.fsf@mcbain.luan= nocracy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 4909 1= 15 NIL NIL NIL NIL) 131 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7b= it" 1052 ("Mon, 22 Sep 2008 21:52:36 -0700" "Re: Next version of rvalue ref= soundness paper" (("Douglas Gregor" NIL "dgregor" "osl.iu.edu")) (("Dougla= s Gregor" NIL "dgregor" "osl.iu.edu")) (("Douglas Gregor" NIL "dgregor" "os= l.iu.edu")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Howard Hinnan= t" NIL "hinnant" "twcny.rr.com")("Thomas Witt" NIL "witt" "acm.org")("Peter= Dimov" NIL "pdimov" "pdimov.com")("Mat Marcus" NIL "mat" "emarcus.org")) N= IL NIL "<48D87614.3030202@osl.iu.edu>") ("text" "plain" ("charset" "us-asci= i") NIL NIL "7bit" 282 10 NIL NIL NIL NIL) 22 NIL NIL NIL NIL)("message" "r= fc822" NIL NIL NIL "7bit" 1000 ("Mon, 22 Sep 2008 22:15:57 -0700" "Re: Next= version of rvalue ref soundness paper" (("Douglas Gregor" NIL "dgregor" "o= sl.iu.edu")) (("Douglas Gregor" NIL "dgregor" "osl.iu.edu")) (("Douglas Gre= gor" NIL "dgregor" "osl.iu.edu")) (("David Abrahams" NIL "dave" "boostpro.c= om")) NIL NIL NIL "<48D87B8D.2090609@osl.iu.edu>") ("text" "plain" ("charse= t" "us-ascii") NIL NIL "7bit" 280 10 NIL NIL NIL NIL) 22 NIL NIL NIL NIL)("= message" "rfc822" NIL NIL NIL "7bit" 1205 ("Tue, 23 Sep 2008 09:01:05 -0400= " "Re: Next version of rvalue ref soundness paper" (("David Abrahams" NIL "= dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Da= vid Abrahams" NIL "dave" "boostpro.com")) (("Douglas Gregor" NIL "dgregor" = "osl.iu.edu")) NIL NIL NIL "<87bpyfc8z2.fsf@mcbain.luannocracy.com>") ("tex= t" "plain" ("charset" "us-ascii") NIL NIL "7bit" 435 17 NIL NIL NIL NIL) 34= NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 5901 ("Wed, 24 Sep = 2008 10:59:53 -0400" "Re: Next version of rvalue ref soundness paper" (("Do= ug Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.= iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("David Abrahams" N= IL "dave" "boostpro.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")("Thom= as Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")("Howar= d Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NIL "<79E2CE44-0BDB-4D68-A2BD= -E5AE5CD84421@osl.iu.edu>") ("text" "plain" ("charset" "us-ascii") NIL NIL = "7bit" 5357 151 NIL NIL NIL NIL) 163 NIL NIL NIL NIL)("message" "rfc822" NI= L NIL NIL "7bit" 947 ("Wed, 24 Sep 2008 18:14:03 +0300" "Re: Next version o= f rvalue ref soundness paper" (("Peter Dimov" NIL "pdimov" "pdimov.com")) (= ("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Peter Dimov" NIL "pdimov" "pd= imov.com")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")("David Abrahams" NI= L "dave" "boostpro.com")) (("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus= " NIL "mat" "emarcus.org")("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) = NIL NIL "") ("text" "plain" ("cha= rset" "us-ascii") NIL NIL "7bit" 352 10 NIL NIL NIL NIL) 24 NIL NIL NIL NIL= )("message" "rfc822" NIL NIL NIL "7bit" 1265 ("Wed, 24 Sep 2008 11:22:08 -0= 400" "Re: Next version of rvalue ref soundness paper" (("Doug Gregor" NIL "= dgregor" "osl.iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Dou= g Gregor" NIL "dgregor" "osl.iu.edu")) (("Peter Dimov" NIL "pdimov" "pdimov= .com")) (("David Abrahams" NIL "dave" "boostpro.com")("Thomas Witt" NIL "wi= tt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")("Howard Hinnant" NIL "= hinnant" "twcny.rr.com")) NIL NIL "") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 624 20 NI= L NIL NIL NIL) 34 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 15= 28 ("Wed, 24 Sep 2008 12:10:44 -0400" "Re: Next version of rvalue ref sound= ness paper" (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abraham= s" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com"= )) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Peter Dimov" NIL "pdimov= " "pdimov.com")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" = "emarcus.org")("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NIL "<87= vdwl4j97.fsf@mcbain.luannocracy.com>") ("text" "plain" ("charset" "us-ascii= ") NIL NIL "7bit" 847 27 NIL NIL NIL NIL) 42 NIL NIL NIL NIL)("message" "rf= c822" NIL NIL NIL "7bit" 1784 ("Wed, 24 Sep 2008 13:02:44 -0400" "Re: Next = version of rvalue ref soundness paper" (("Doug Gregor" NIL "dgregor" "osl.i= u.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Gregor" NIL "= dgregor" "osl.iu.edu")) (("David Abrahams" NIL "dave" "boostpro.com")) (("P= eter Dimov" NIL "pdimov" "pdimov.com")("Thomas Witt" NIL "witt" "acm.org")(= "Mat Marcus" NIL "mat" "emarcus.org")("Howard Hinnant" NIL "hinnant" "twcny= .rr.com")) NIL NIL "") ("t= ext" "plain" ("charset" "us-ascii") NIL NIL "7bit" 1051 35 NIL NIL NIL NIL)= 51 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 2027 ("Wed, 24 S= ep 2008 14:07:35 -0400" "Re: Next version of rvalue ref soundness paper" ((= "David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" = "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Doug Gre= gor" NIL "dgregor" "osl.iu.edu")) (("Peter Dimov" NIL "pdimov" "pdimov.com"= )("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")= ("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NIL "<873ajp4dug.fsf@m= cbain.luannocracy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7b= it" 1252 39 NIL NIL NIL NIL) 56 NIL NIL NIL NIL)("message" "rfc822" NIL NIL= NIL "7bit" 2724 ("Wed, 24 Sep 2008 13:12:51 -0400" "Re: Next version of rv= alue ref soundness paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"))= (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "= hinnant" "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.com")("Do= ug Gregor" NIL "dgregor" "osl.iu.edu")("Peter Dimov" NIL "pdimov" "pdimov.c= om")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.or= g")) NIL NIL NIL "<81D50FB9-5AAB-43B2-963E-DF32A1D0C3DC@twcny.rr.com>") ("t= ext" "plain" ("charset" "us-ascii") NIL NIL "7bit" 1997 55 NIL NIL NIL NIL)= 71 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 3428 ("Wed, 24 S= ep 2008 13:59:27 -0400" "Re: Next version of rvalue ref soundness paper" ((= "David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" = "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Howard H= innant" NIL "hinnant" "twcny.rr.com")) (("Doug Gregor" NIL "dgregor" "osl.i= u.edu")("Peter Dimov" NIL "pdimov" "pdimov.com")("Thomas Witt" NIL "witt" "= acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<87bpyd4e80.fsf@m= cbain.luannocracy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7b= it" 2657 69 NIL NIL NIL NIL) 86 NIL NIL NIL NIL)("message" "rfc822" NIL NIL= NIL "7bit" 1208 ("Wed, 24 Sep 2008 14:31:09 -0400" "Re: Next version of rv= alue ref soundness paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"))= (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "= hinnant" "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.com")) ((= "Doug Gregor" NIL "dgregor" "osl.iu.edu")("Peter Dimov" NIL "pdimov" "pdimo= v.com")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus= .org")) NIL NIL "<568C5E60-ED7F-4489-A4F5-61ED9F8073D4@twcny.rr.com>") ("te= xt" "plain" ("charset" "us-ascii") NIL NIL "7bit" 383 14 NIL NIL NIL NIL) 3= 2 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 991 ("Wed, 24 Sep = 2008 11:02:25 -0700" "Re: Next version of rvalue ref soundness paper" (("Ma= t Marcus" NIL "mat" "emarcus.org")) (("Mat Marcus" NIL "mat" "emarcus.org")= ) (("Mat Marcus" NIL "mat" "emarcus.org")) (("Howard Hinnant" NIL "hinnant"= "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.com")("Doug Grego= r" NIL "dgregor" "osl.iu.edu")("Peter Dimov" NIL "pdimov" "pdimov.com")("Th= omas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL= NIL "") ("text" "plain" ("charset" "us-ascii") = NIL NIL "7bit" 198 7 NIL NIL NIL NIL) 25 NIL NIL NIL NIL)("message" "rfc822= " NIL NIL NIL "7bit" 1301 ("Wed, 24 Sep 2008 22:13:46 +0300" "Re: Next vers= ion of rvalue ref soundness paper" (("Peter Dimov" NIL "pdimov" "pdimov.com= ")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Peter Dimov" NIL "pdimov= " "pdimov.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")("David Ab= rahams" NIL "dave" "boostpro.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu"= )("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")= ) NIL NIL NIL "<4B485CBE3B7542A88026EC74497BC55D@pdimov2>") ("text" "plain"= ("charset" "us-ascii") NIL NIL "7bit" 517 12 NIL NIL NIL NIL) 29 NIL NIL N= IL NIL)("message" "rfc822" NIL NIL NIL "7bit" 1510 ("Wed, 24 Sep 2008 16:19= :13 -0400" "Re: Next version of rvalue ref soundness paper" (("David Abraha= ms" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com= ")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Peter Dimov" NIL "pdi= mov" "pdimov.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")("Doug = Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Ma= t Marcus" NIL "mat" "emarcus.org")) NIL NIL "<87skrp2t6m.fsf@mcbain.luannoc= racy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 684 25 NI= L NIL NIL NIL) 43 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 66= 91 ("Wed, 24 Sep 2008 14:06:31 -0400" "Re: Next version of rvalue ref sound= ness paper" (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abraham= s" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com"= )) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Peter Dimov" NIL "pdimov= " "pdimov.com")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" = "emarcus.org")("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NIL "<87= 7i914dw8.fsf@mcbain.luannocracy.com>") ("text" "plain" ("charset" "us-ascii= ") NIL NIL "7bit" 6105 167 NIL NIL NIL NIL) 180 NIL NIL NIL NIL)("message" = "rfc822" NIL NIL NIL "7bit" 2286 ("Wed, 24 Sep 2008 14:10:39 -0400" "Re: Ne= xt version of rvalue ref soundness paper" (("Doug Gregor" NIL "dgregor" "os= l.iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Gregor" NI= L "dgregor" "osl.iu.edu")) (("David Abrahams" NIL "dave" "boostpro.com")) (= ("Peter Dimov" NIL "pdimov" "pdimov.com")("Thomas Witt" NIL "witt" "acm.org= ")("Mat Marcus" NIL "mat" "emarcus.org")("Howard Hinnant" NIL "hinnant" "tw= cny.rr.com")) NIL NIL "<01DC7ADF-3986-437E-BDDA-755785EADD85@osl.iu.edu>") = ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 1648 54 NIL NIL NIL N= IL) 68 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 6574 ("Wed, 1= 2 Nov 2008 11:01:59 -0500" "Re: Next version of rvalue ref soundness paper"= (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dav= e" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Doug = Gregor" NIL "dgregor" "osl.iu.edu")) (("Peter Dimov" NIL "pdimov" "pdimov.c= om")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.or= g")("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) NIL NIL "<8763mtue4o.fs= f@mcbain.luannocracy.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL = "7bit" 5988 150 NIL NIL NIL NIL) 163 NIL NIL NIL NIL)("message" "rfc822" NI= L NIL NIL "7bit" 7321 ("Sun, 28 Sep 2008 13:31:11 -0400" "Re: Next version = of rvalue ref soundness paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.c= om")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" = NIL "hinnant" "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.com"= )) (("Peter Dimov" NIL "pdimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "= osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "em= arcus.org")) NIL NIL "<6245849B-799E-400C-BC35-82D290DE1993@twcny.rr.com>")= ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 6775 217 NIL NIL NIL= NIL) 229 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 1836 ("Mon= , 29 Sep 2008 00:22:54 +0300" "Re: Next version of rvalue ref soundness pap= er" (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Peter Dimov" NIL "pdimov= " "pdimov.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Howard Hinn= ant" NIL "hinnant" "twcny.rr.com")("David Abrahams" NIL "dave" "boostpro.co= m")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "= acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "") ("text" "plain" ("charset" "us-ascii") NIL NIL = "7bit" 1239 39 NIL NIL NIL NIL) 53 NIL NIL NIL NIL)("message" "rfc822" NIL = NIL NIL "7bit" 2430 ("Mon, 29 Sep 2008 13:28:33 -0400" "Re: Next version of= rvalue ref soundness paper" (("David Abrahams" NIL "dave" "boostpro.com"))= (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dav= e" "boostpro.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Howard H= innant" NIL "hinnant" "twcny.rr.com")("Doug Gregor" NIL "dgregor" "osl.iu.e= du")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.or= g")) NIL NIL "<87myhqj1z2.fsf@mcbain.luannocracy.com>") ("text" "plain" ("c= harset" "us-ascii") NIL NIL "7bit" 1795 60 NIL NIL NIL NIL) 74 NIL NIL NIL = NIL)("message" "rfc822" NIL NIL NIL "7bit" 1349 ("Mon, 29 Sep 2008 20:41:30= +0300" "Re: Next version of rvalue ref soundness paper" (("Peter Dimov" NI= L "pdimov" "pdimov.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Pe= ter Dimov" NIL "pdimov" "pdimov.com")) (("David Abrahams" NIL "dave" "boost= pro.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")("Doug Gregor" N= IL "dgregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus"= NIL "mat" "emarcus.org")) NIL NIL "<39FC56F74D014CA18D2438F2D97E8CFC@pdimo= v2>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 677 15 NIL NIL = NIL NIL) 27 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 3683 ("M= on, 29 Sep 2008 14:10:39 -0400" "Re: Next version of rvalue ref soundness p= aper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" = NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.c= om")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Peter Dimov" NIL "p= dimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Witt= " NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "") ("text" "plain" ("charse= t" "us-ascii") NIL NIL "7bit" 2996 68 NIL NIL NIL NIL) 83 NIL NIL NIL NIL)(= "message" "rfc822" NIL NIL NIL "7bit" 4660 ("Mon, 29 Sep 2008 13:24:37 -040= 0" "Re: Next version of rvalue ref soundness paper" (("David Abrahams" NIL = "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("D= avid Abrahams" NIL "dave" "boostpro.com")) (("Howard Hinnant" NIL "hinnant"= "twcny.rr.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")("Doug Gregor" = NIL "dgregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus= " NIL "mat" "emarcus.org")) NIL NIL "<87r672j25m.fsf@mcbain.luannocracy.com= >") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 4072 130 NIL NIL = NIL NIL) 143 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 2388 ("= Sun, 28 Sep 2008 13:50:12 -0400" "Re: Next version of rvalue ref soundness = paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant"= NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.= com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("Peter Dimov" NIL "= pdimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Wit= t" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<1= 6353DB1-3E98-4C40-A6C9-2C167887EDD4@twcny.rr.com>") ("text" "plain" ("chars= et" "us-ascii") NIL NIL "7bit" 1842 61 NIL NIL NIL NIL) 73 NIL NIL NIL NIL)= ("message" "rfc822" NIL NIL NIL "7bit" 1895 ("Mon, 29 Sep 2008 00:29:00 +03= 00" "Re: Next version of rvalue ref soundness paper" (("Peter Dimov" NIL "p= dimov" "pdimov.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("Peter = Dimov" NIL "pdimov" "pdimov.com")) (("Howard Hinnant" NIL "hinnant" "twcny.= rr.com")("David Abrahams" NIL "dave" "boostpro.com")) (("Doug Gregor" NIL "= dgregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL= "mat" "emarcus.org")) NIL NIL "<04A36849CFB34999A7E60048A102B662@pdimov2>"= ) ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 1298 41 NIL NIL NIL= NIL) 55 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 3540 ("Sun,= 28 Sep 2008 17:47:44 -0400" "Re: Next version of rvalue ref soundness pape= r" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL= "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"= )) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("David Abrahams" NIL "dave= " "boostpro.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Witt" N= IL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "") ("text" "plain" ("charset" = "us-ascii") NIL NIL "7bit" 2892 87 NIL NIL NIL NIL) 101 NIL NIL NIL NIL)("m= essage" "rfc822" NIL NIL NIL "7bit" 3235 ("Mon, 29 Sep 2008 10:01:13 -0400"= "Re: Next version of rvalue ref soundness paper" (("Doug Gregor" NIL "dgre= gor" "osl.iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Gr= egor" NIL "dgregor" "osl.iu.edu")) (("Howard Hinnant" NIL "hinnant" "twcny.= rr.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")("David Abrahams" NIL "= dave" "boostpro.com")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL = "mat" "emarcus.org")) NIL NIL "<6BF02E53-742F-4668-B808-D09575142828@osl.iu= .edu>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 2538 68 NIL N= IL NIL NIL) 83 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 1244 = ("Mon, 29 Sep 2008 14:30:15 -0400" "Re: Next version of rvalue ref soundnes= s paper" (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" = NIL "dave" "boostpro.com")) (("David Abrahams" NIL "dave" "boostpro.com")) = (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Peter Dimov" NIL "pdim= ov" "pdimov.com")("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Witt" N= IL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<877i8= uiz48.fsf@mcbain.luannocracy.com>") ("text" "plain" ("charset" "us-ascii") = NIL NIL "7bit" 557 23 NIL NIL NIL NIL) 38 NIL NIL NIL NIL)("message" "rfc82= 2" NIL NIL NIL "7bit" 2814 ("Mon, 29 Sep 2008 14:21:35 -0400" "Re: Next ver= sion of rvalue ref soundness paper" (("David Abrahams" NIL "dave" "boostpro= .com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" N= IL "dave" "boostpro.com")) (("Peter Dimov" NIL "pdimov" "pdimov.com")) (("H= oward Hinnant" NIL "hinnant" "twcny.rr.com")("Doug Gregor" NIL "dgregor" "o= sl.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "ema= rcus.org")) NIL NIL "<87ej32izio.fsf@mcbain.luannocracy.com>") ("text" "pla= in" ("charset" "us-ascii") NIL NIL "7bit" 2179 71 NIL NIL NIL NIL) 85 NIL N= IL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 2124 ("Mon, 29 Sep 2008 1= 4:28:40 -0400" "Re: Next version of rvalue ref soundness paper" (("Howard H= innant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" "tw= cny.rr.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("David Ab= rahams" NIL "dave" "boostpro.com")) (("Peter Dimov" NIL "pdimov" "pdimov.co= m")("Doug Gregor" NIL "dgregor" "osl.iu.edu")("Thomas Witt" NIL "witt" "acm= .org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "") ("text" "plain" ("charset" "us-ascii") NI= L NIL "7bit" 1437 43 NIL NIL NIL NIL) 58 NIL NIL NIL NIL)("message" "rfc822= " NIL NIL NIL "7bit" 2063 ("Mon, 29 Sep 2008 13:31:30 -0400" "Re: Next vers= ion of rvalue ref soundness paper" (("David Abrahams" NIL "dave" "boostpro.= com")) (("David Abrahams" NIL "dave" "boostpro.com")) (("David Abrahams" NI= L "dave" "boostpro.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"))= (("Peter Dimov" NIL "pdimov" "pdimov.com")("Doug Gregor" NIL "dgregor" "os= l.iu.edu")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emar= cus.org")) NIL NIL "<87iqsej1u5.fsf@mcbain.luannocracy.com>") ("text" "plai= n" ("charset" "us-ascii") NIL NIL "7bit" 1475 54 NIL NIL NIL NIL) 67 NIL NI= L NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 1400 ("Tue, 30 Sep 2008 08= :01:34 -0700" "Re: Next version of rvalue ref soundness paper" (("Thomas Wi= tt" NIL "witt" "styleadvisor.com")) (("Thomas Witt" NIL "witt" "styleadviso= r.com")) (("Thomas Witt" NIL "witt" "styleadvisor.com")) (("Peter Dimov" NI= L "pdimov" "pdimov.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")(= "David Abrahams" NIL "dave" "boostpro.com")("Doug Gregor" NIL "dgregor" "os= l.iu.edu")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<5FDD6678-8623-4= 5B3-8DE4-B03D07ED9232@styleadvisor.com>") ("text" "plain" ("charset" "us-as= cii") NIL NIL "7bit" 923 50 NIL NIL NIL NIL) 61 NIL NIL NIL NIL)("message" = "rfc822" NIL NIL NIL "7bit" 4773 ("Fri, 3 Oct 2008 10:51:05 -0400" "Re: Nex= t version of rvalue ref soundness paper" (("Doug Gregor" NIL "dgregor" "osl= .iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Gregor" NIL= "dgregor" "osl.iu.edu")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"))= (("David Abrahams" NIL "dave" "boostpro.com")("Peter Dimov" NIL "pdimov" "= pdimov.com")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "em= arcus.org")) NIL NIL "<6A5F556A-56CD-4BD2-A8C1-BB06142BB6F3@osl.iu.edu>") (= "text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 3889 107 NIL NIL NIL N= IL) 126 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 4331 ("Fri, = 3 Oct 2008 11:58:58 -0400" "Re: Next version of rvalue ref soundness paper"= (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "= hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"))= (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("David Abrahams" NIL "dave"= "boostpro.com")("Peter Dimov" NIL "pdimov" "pdimov.com")("Thomas Witt" NIL= "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<7B0B7B0= 7-0996-4518-9C4B-925221F75897@twcny.rr.com>") ("text" "plain" ("charset" "u= s-ascii") NIL NIL "7bit" 3393 101 NIL NIL NIL NIL) 121 NIL NIL NIL NIL)("me= ssage" "rfc822" NIL NIL NIL "7bit" 3517 ("Fri, 3 Oct 2008 13:42:47 -0400" "= Re: Next version of rvalue ref soundness paper" (("Doug Gregor" NIL "dgrego= r" "osl.iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Greg= or" NIL "dgregor" "osl.iu.edu")) (("Howard Hinnant" NIL "hinnant" "twcny.rr= .com")) (("David Abrahams" NIL "dave" "boostpro.com")("Peter Dimov" NIL "pd= imov" "pdimov.com")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "m= at" "emarcus.org")) NIL NIL "") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 2527 92 NIL NIL= NIL NIL) 113 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 3902 (= "Fri, 3 Oct 2008 15:57:42 -0400" "Re: Next version of rvalue ref soundness = paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant"= NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.= com")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("David Abrahams" NIL = "dave" "boostpro.com")("Peter Dimov" NIL "pdimov" "pdimov.com")("Thomas Wit= t" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "") ("text" "plain" ("chars= et" "us-ascii") NIL NIL "7bit" 2858 79 NIL NIL NIL NIL) 101 NIL NIL NIL NIL= )("message" "rfc822" NIL NIL NIL "7bit" 1966 ("Fri, 03 Oct 2008 13:03:45 -0= 700" "Re: Next version of rvalue ref soundness paper" (("Thomas Witt" NIL "= witt" "acm.org")) (("Thomas Witt" NIL "witt" "acm.org")) (("Thomas Witt" NI= L "witt" "acm.org")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("D= oug Gregor" NIL "dgregor" "osl.iu.edu")("David Abrahams" NIL "dave" "boostp= ro.com")("Peter Dimov" NIL "pdimov" "pdimov.com")("Mat Marcus" NIL "mat" "e= marcus.org")) NIL NIL "<48E67AA1.9050906@acm.org>") ("text" "plain" ("chars= et" "us-ascii") NIL NIL "7bit" 897 25 NIL NIL NIL NIL) 48 NIL NIL NIL NIL)(= "message" "rfc822" NIL NIL NIL "7bit" 2276 ("Fri, 3 Oct 2008 16:19:43 -0400= " "Re: Next version of rvalue ref soundness paper" (("Howard Hinnant" NIL "= hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"))= (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Thomas Witt" NIL "wit= t" "acm.org")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")("David Abrahams"= NIL "dave" "boostpro.com")("Peter Dimov" NIL "pdimov" "pdimov.com")("Mat M= arcus" NIL "mat" "emarcus.org")) NIL NIL "<05C4CE72-4EC8-4541-BE3E-5CD49AA6= C3C2@twcny.rr.com>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" = 1155 34 NIL NIL NIL NIL) 58 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL= "7bit" 2907 ("Fri, 3 Oct 2008 13:50:39 -0400" "Re: Next version of rvalue = ref soundness paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("H= oward Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "hinna= nt" "twcny.rr.com")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("David = Abrahams" NIL "dave" "boostpro.com")("Peter Dimov" NIL "pdimov" "pdimov.com= ")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus.org"= )) NIL NIL "<432DB790-EB26-468B-97C2-C2C531E4D9D3@twcny.rr.com>") ("text" "= plain" ("charset" "us-ascii") NIL NIL "7bit" 1921 84 NIL NIL NIL NIL) 105 N= IL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 3132 ("Fri, 3 Oct 200= 8 14:45:33 -0400" "Re: Next version of rvalue ref soundness paper" (("Doug = Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.= edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Howard Hinnant" NIL = "hinnant" "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.com")("P= eter Dimov" NIL "pdimov" "pdimov.com")("Thomas Witt" NIL "witt" "acm.org")(= "Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "<003D64CD-63E1-438D-8FA6-02= DAA3EF0496@osl.iu.edu>") ("text" "plain" ("charset" "us-ascii") NIL NIL "7b= it" 2094 80 NIL NIL NIL NIL) 102 NIL NIL NIL NIL)("message" "rfc822" NIL NI= L NIL "7bit" 4334 ("Fri, 3 Oct 2008 15:15:23 -0400" "Re: Next version of rv= alue ref soundness paper" (("Howard Hinnant" NIL "hinnant" "twcny.rr.com"))= (("Howard Hinnant" NIL "hinnant" "twcny.rr.com")) (("Howard Hinnant" NIL "= hinnant" "twcny.rr.com")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("D= avid Abrahams" NIL "dave" "boostpro.com")("Peter Dimov" NIL "pdimov" "pdimo= v.com")("Thomas Witt" NIL "witt" "acm.org")("Mat Marcus" NIL "mat" "emarcus= .org")) NIL NIL "<3ADAD12C-959F-4135-974B-9433B10E7FB8@twcny.rr.com>") ("te= xt" "plain" ("charset" "us-ascii") NIL NIL "7bit" 3242 158 NIL NIL NIL NIL)= 181 NIL NIL NIL NIL)("message" "rfc822" NIL NIL NIL "7bit" 5211 ("Fri, 3 O= ct 2008 15:45:25 -0400" "Re: Next version of rvalue ref soundness paper" ((= "Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Doug Gregor" NIL "dgregor" "o= sl.iu.edu")) (("Doug Gregor" NIL "dgregor" "osl.iu.edu")) (("Howard Hinnant= " NIL "hinnant" "twcny.rr.com")) (("David Abrahams" NIL "dave" "boostpro.co= m")("Peter Dimov" NIL "pdimov" "pdimov.com")("Thomas Witt" NIL "witt" "acm.= org")("Mat Marcus" NIL "mat" "emarcus.org")) NIL NIL "") ("text" "plain" ("charset" "us-ascii") NIL N= IL "7bit" 4067 181 NIL NIL NIL NIL) 205 NIL NIL NIL NIL) "digest" ("boundar= y" "=3D=3D-=3D-=3D") NIL NIL NIL)("text" "plain" ("charset" "us-ascii") NIL= NIL "7bit" 67 5 NIL NIL NIL NIL) "mixed" ("boundary" "=3D-=3D-=3D") NIL NI= L NIL) BODY[HEADER.FIELDS (SUBJECT FROM DATE MESSAGE-ID REFERENCES IN-REPLY= -TO XREF TO NEWSGROUPS CC)] {215}.--8<---------------cut here--------------= -end--------------->8--- No Gnus v0.18 GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 10= 38.36) of 2011-08-01 on vulcan 200 news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok) 101 Capability list: VERSION 2 IMPLEMENTATION INN 2.5.1 AUTHINFO USER HDR LIST ACTIVE ACTIVE.TIMES DISTRIB.PATS HEADERS NEWSGROUPS OVERVIEW.FMT OVER POST READER STARTTLS . --=20 Dave Abrahams BoostPro Computing http://www.boostpro.com From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 10 21:40:17 2011 Received: (at 9338) by debbugs.gnu.org; 11 Sep 2011 01:40:17 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2Z1s-000326-7P for submit@debbugs.gnu.org; Sat, 10 Sep 2011 21:40:16 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2Z1V-00030Z-Aa for 9338@debbugs.gnu.org; Sat, 10 Sep 2011 21:40:01 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2YxJ-00055u-CX; Sun, 11 Sep 2011 03:35:33 +0200 From: Lars Magne Ingebrigtsen To: Dave Abrahams Subject: Re: stack overflow in regexp matcher In-Reply-To: (Dave Abrahams's message of "Sun, 21 Aug 2011 15:24:09 -0400") Date: Sun, 11 Sep 2011 03:32:24 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: =?iso-8859-1?Q?S=F8lyst's_=5FS=F8lyst=5F=3A?= "Optimyst" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R2YxJ-00055u-CX X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316309734.03909@kuVOhtd2qYQT6BxCqUn6bA X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 9338 Cc: 9338@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Dave Abrahams writes: > This is from doing `/ o' in an nnir group: > Debugger entered--Lisp error: (error "Stack overflow in regexp matcher") > looking-at("\\* [0-9]+ FETCH.+UID \\([0-9]+\\)") Was this fixed by the patch you posted? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 03:32:42 2011 Received: (at 9338) by debbugs.gnu.org; 11 Sep 2011 07:32:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2eWv-00034m-Al for submit@debbugs.gnu.org; Sun, 11 Sep 2011 03:32:41 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2eWs-00034d-Qf for 9338@debbugs.gnu.org; Sun, 11 Sep 2011 03:32:39 -0400 Received: by vws17 with SMTP id 17so3378456vws.18 for <9338@debbugs.gnu.org>; Sun, 11 Sep 2011 00:28:24 -0700 (PDT) Received: by 10.52.107.106 with SMTP id hb10mr91672vdb.459.1315726103462; Sun, 11 Sep 2011 00:28:23 -0700 (PDT) Received: from pluto.local (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com [207.172.223.249]) by mx.google.com with ESMTPS id bl5sm8081134vdc.2.2011.09.11.00.28.21 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 11 Sep 2011 00:28:22 -0700 (PDT) Received: by pluto.local (Postfix, from userid 501) id 39068E75680; Sun, 11 Sep 2011 03:28:21 -0400 (EDT) From: Dave Abrahams To: Lars Magne Ingebrigtsen Subject: Re: stack overflow in regexp matcher References: Date: Sun, 11 Sep 2011 03:28:21 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 11 Sep 2011 03:32:24 +0200") Message-ID: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: 9338 Cc: 9338@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) on Sat Sep 10 2011, Lars Magne Ingebrigtsen wrote: > Dave Abrahams writes: > >> This is from doing `/ o' in an nnir group: >> Debugger entered--Lisp error: (error "Stack overflow in regexp matcher") >> looking-at("\\* [0-9]+ FETCH.+UID \\([0-9]+\\)") > > Was this fixed by the patch you posted? Yes, I believe it was. -- Dave Abrahams BoostPro Computing http://www.boostpro.com From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 11:03:38 2011 Received: (at 9338) by debbugs.gnu.org; 11 Sep 2011 15:03:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2lZJ-00018W-TX for submit@debbugs.gnu.org; Sun, 11 Sep 2011 11:03:38 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2lZ9-00017n-Db for 9338@debbugs.gnu.org; Sun, 11 Sep 2011 11:03:35 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2lUu-00085D-K9; Sun, 11 Sep 2011 16:59:04 +0200 From: Lars Magne Ingebrigtsen To: Dave Abrahams Subject: Re: stack overflow in regexp matcher In-Reply-To: (Dave Abrahams's message of "Sun, 11 Sep 2011 03:28:21 -0400") Date: Sun, 11 Sep 2011 16:55:52 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUhGR2GamsXDxFBNkNV R1MqISj///8IBQY3KzPUzM3UDWW3AAACVElEQVQ4jY3SzW+bMBQAcNfEIse5Q+1yQ2QIjgQbKbuV j645MqgF11wicaM0kXtMMGhcuUTNf7uElXYkmzQffPn5Pb9nP7D6xwL/Awe8/xscWmUe7C8ha30y vp5cQvvZSRvf3Z9D1t6nhASzwzkcMIwrn9ILaH01dn3fx+eA78BjMPfFe8VvkCkeEI5DUvcCbPhI 70Xq3vRw6I4sFSdk1ImZ23cC+PcOgiaExBGMvkPRQRvUEJHFn4B6kBCZpzXt6wX6GzS62I5Tdg6Y NqqI9Kas+kaA1oFC6xAV43T0Ab8vDyoTGvm6qar+S0DegV/VESxGzbSiPWxOkBHqRDARAhE6iDiB JpVCxIQM7sjm9C4XYRzHldND9ySZE3tayiQJVvMhWMAyDBVJNSVDsKE1NRBM9WAxhC1sCm5w1SJn qUI15lzlxa3wV0PQJS1KdHgrFkOAJoNeYhq8OYNI92QtMeWC3A/BU6G9gaNkTcEQyjBKuHH18ESf B7Aspxrg8jh6ttc9dOOztAxuyoYmc3nd99Htyy3nKOaqXBgvP/YfkPl2zhumoZ8Ff2l2H6CUiWZU loZgzk1BvvXQLjR4hE8aKPVjhOiGDpwSMaaGvFI2TQl43pAZnpwgUxghKpRneCNsZKiM7PBxhsCq 3VYYm1p0ggeUq6ye4WMIWL1O3SAwYblTnsU12CBWuhjjI3ypFr5QozDYPs09pCOmuXiC9yALdgtH kqIaW18DT9JRCN120u7B0vUZmEph2i7M2BsBwCBWTtDOAoNvxuBx8mrG9lXIQnYEfPMLW299fQNY b94AAAAASUVORK5CYII= X-Now-Playing: Zola Jesus's _Stridulum EP_: "Manifest Destiny" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R2lUu-00085D-K9 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316357945.03251@g0rA4zdBR99J4kLaMYNS+A X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 9338 Cc: 9338@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Dave Abrahams writes: >>> This is from doing `/ o' in an nnir group: >>> Debugger entered--Lisp error: (error "Stack overflow in regexp matcher") >>> looking-at("\\* [0-9]+ FETCH.+UID \\([0-9]+\\)") >> >> Was this fixed by the patch you posted? > > Yes, I believe it was. Ok; closing this report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 11:03:05 2011 Received: (at control) by debbugs.gnu.org; 11 Sep 2011 15:03:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2lYn-000170-Eg for submit@debbugs.gnu.org; Sun, 11 Sep 2011 11:03:05 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2lYm-00016t-Cn for control@debbugs.gnu.org; Sun, 11 Sep 2011 11:03:05 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2lUX-00083y-Rv for control@debbugs.gnu.org; Sun, 11 Sep 2011 16:58:41 +0200 Date: Sun, 11 Sep 2011 16:55:41 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #9338 X-MailScanner-ID: 1R2lUX-00083y-Rv X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316357922.09354@KTa2bLvRJCv4tHc3HaNhxw X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) close 9338 24.1 From unknown Sun Jun 22 11:34:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 Oct 2011 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator