From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10634 invoked from network); 28 May 2021 02:37:10 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 28 May 2021 02:37:10 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lmSN2-007yXp-8f for ml@inbox.vuxu.org; Thu, 27 May 2021 21:37:08 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1lmSN1-00Gnev-O8 for ml@inbox.vuxu.org; Thu, 27 May 2021 21:37:07 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lmSMz-00Gnen-KC for ding@lists.math.uh.edu; Thu, 27 May 2021 21:37:05 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lmSMx-007yXY-D2 for ding@lists.math.uh.edu; Thu, 27 May 2021 21:37:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=d+Gw7fg0ukvMGZAGhoDGSpJkRUPHHrmU8QoVGIdktBs=; b=Imt95VR7kq0WaRVPrB7/ICX/71 cbPGedLiAoo1uqatn72sqw4A1M3HsLsm4jFbMbP5MvZECBe1feLKPu4GDmgxPRvmNRN7xl37zagC2 wdDo6J9XldTSF7UphtBYHzdUk1rIB/yWrUFVJkge+i0WNo2Sre35gjQUhnwThJtIeJFY=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmSMp-0003sU-Ty for ding@gnus.org; Fri, 28 May 2021 04:36:58 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lmSMm-0008oj-7C for ding@gnus.org; Fri, 28 May 2021 04:36:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Pankaj Jangid Subject: Re: (wrong-type-argument number-or-marker-p nil) error at gnus startup Date: Fri, 28 May 2021 08:06:41 +0530 Message-ID: References: <87o8cwlia5.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) Cancel-Lock: sha1:aJfO/yRbMHxv1LdkrIxiu1UVdks= List-ID: Precedence: bulk Julien Cubizolles writes: > With gnus v5.13 from Emacs 28.0.50 build of 2021-05-26, reported in > emacs bug#48664 > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > <=(nil 6) > gnus-get-unread-articles(nil nil) > gnus-setup-news(nil nil nil) > #f(compiled-function () #)() > gnus-1(nil nil nil) > ... It appears that this and the issue reported by ‘Hirotaka Honda’ are same. And I have also started facing the issue very recently. Like last 4-5 days. I had reported a bug - 48664. But I still couldn’t find the root cause. I thought may be it is a local issue because no one else had any comments. But now it appears that this is related to some code change.