From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64084 Path: news.gmane.org!not-for-mail From: Chris Moore Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: gnus crashes on threads deeper than 333 articles Date: Tue, 05 Dec 2006 19:59:03 +0100 Message-ID: References: <87wt58emyz.fsf@stupidchicken.com> <871wnel1yh.fsf@stupidchicken.com> <87u00ap9bt.fsf@stupidchicken.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165345161 27360 80.91.229.10 (5 Dec 2006 18:59:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 18:59:21 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Tue Dec 05 19:59:19 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GrfVf-0000KG-A3 for gebp-emacs-pretest-bug@gmane.org; Tue, 05 Dec 2006 19:59:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrfVe-0005gS-NQ for gebp-emacs-pretest-bug@gmane.org; Tue, 05 Dec 2006 13:59:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrfVW-0005eR-KE for emacs-pretest-bug@gnu.org; Tue, 05 Dec 2006 13:59:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrfVV-0005cb-2W for emacs-pretest-bug@gnu.org; Tue, 05 Dec 2006 13:59:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrfVU-0005cW-Vo for emacs-pretest-bug@gnu.org; Tue, 05 Dec 2006 13:59:09 -0500 Original-Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrfVV-0003pY-1q for emacs-pretest-bug@gnu.org; Tue, 05 Dec 2006 13:59:09 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so3734518ugf for ; Tue, 05 Dec 2006 10:59:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:cc:subject:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type:sender; b=O2SxaWFaMgKNoRKVnYD1WH3IzffN42QTNrSLtd2bcDwjkycQg/lb4wPrZl5jizeIRFYiME8gOPpC/y/00NJI52b42lS4Yx+6B0qxv8tDDv0pZ/HE2uC5bY2X+zXXzePSyKJNfH/5LOsYBXWFRiSiSEeHidc6AcDOfbzARa6PAaI= Original-Received: by 10.66.232.10 with SMTP id e10mr14205232ugh.1165345146669; Tue, 05 Dec 2006 10:59:06 -0800 (PST) Original-Received: from chrislap.local ( [89.176.28.156]) by mx.google.com with ESMTP id 29sm29354841uga.2006.12.05.10.59.06; Tue, 05 Dec 2006 10:59:06 -0800 (PST) Original-Received: from localhost ([127.0.0.1] helo=chrislap.local) by chrislap.local with esmtp (Exim 4.63) (envelope-from ) id 1GrfVP-0000mg-KM; Tue, 05 Dec 2006 19:59:04 +0100 Original-To: Chong Yidong In-Reply-To: <87u00ap9bt.fsf@stupidchicken.com> (Chong Yidong's message of "Tue\, 05 Dec 2006 11\:59\:50 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:15484 gmane.emacs.gnus.general:64084 Archived-At: Chong Yidong writes: >> How about this patch? Instead of adding a new defcustom, we use the >> safe recursive sorter by default, and try again with the non-recursive >> sorter if an error is signalled. The patch also regenerates >> gnus-thread-indent-array if it becomes too small to handle a thread. > > Oops, a couple typos in that patch. I meant this: That's the same as you said before...