From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New bug tracker server Date: Wed, 18 Nov 2009 12:54:26 -0500 Message-ID: References: <87ljifrx8s.fsf@stupidchicken.com> <87fx8ck7jh.fsf@stupidchicken.com> <873a4c3aty.fsf@red-bean.com> <873a4ca4ri.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258566956 18706 80.91.229.12 (18 Nov 2009 17:55:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 17:55:56 +0000 (UTC) Cc: Karl Fogel , don@donarmstrong.com, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 18 18:55:48 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NAokt-0002yB-BO for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 18:55:47 +0100 Original-Received: from localhost ([127.0.0.1]:41681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAokt-0005BF-3z for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2009 12:55:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAoji-0004ZR-BN for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:54:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAojc-0004WH-PH for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:54:33 -0500 Original-Received: from [199.232.76.173] (port=45718 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAojc-0004WB-Ig for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:54:28 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:10933 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAojb-0002dx-UX for emacs-devel@gnu.org; Wed, 18 Nov 2009 12:54:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: As4EAEzDA0vO+II8/2dsb2JhbACBTdVNhDsEgW+HaA X-IronPort-AV: E=Sophos;i="4.44,766,1249272000"; d="scan'208";a="49608442" Original-Received: from 206-248-130-60.dsl.teksavvy.com (HELO pastel.home) ([206.248.130.60]) by ironport2-out.pppoe.ca with ESMTP; 18 Nov 2009 12:54:27 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id CB17F8774; Wed, 18 Nov 2009 12:54:26 -0500 (EST) In-Reply-To: <873a4ca4ri.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 17 Nov 2009 22:30:41 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117193 Archived-At: When I browse http://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=emacs I notice that all bugs with number smaller than #1570 (or thereabout) give me errors when I try to view them, e.g.: trying to access http://debbugs.gnu.org/cgi/bugreport.cgi?bug=850: An error occurred. Error was: Bad bug log for bug 850. Unable to read records: bad line 'From tim.vanholder@gmail.com Mon Sep 1 03:15:46 2008' in state incoming-recv at /usr/share/perl5/Debbugs/Log.pm line 256, line 143. Has the format changed over time and the new code has trouble with the old format? Stefan