From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12162 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: [XEmacs] Re: Quassia Gnus v0.7 is released Date: 18 Sep 1997 17:11:44 -0400 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151747 2253 80.91.224.250 (20 Oct 2002 22:09:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:09:07 +0000 (UTC) Cc: xemacs-beta@xemacs.org Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id PAA23536 for ; Thu, 18 Sep 1997 15:18:58 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id RAA12891 for ; Thu, 18 Sep 1997 17:15:10 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 18 Sep 1997 23:12:17 +0200 Original-Received: (qmail 28350 invoked by uid 504); 18 Sep 1997 21:12:16 -0000 Original-Received: (qmail 28347 invoked from network); 18 Sep 1997 21:12:15 -0000 Original-Received: from pocari-sweat.jprc.com (207.86.147.217) by claymore.vcinet.com with SMTP; 18 Sep 1997 21:12:15 -0000 Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.5/8.8.5) id RAA08003; Thu, 18 Sep 1997 17:11:45 -0400 Original-To: ding@gnus.org In-Reply-To: SL Baur's message of "18 Sep 1997 12:37:45 -0700" Xref: main.gmane.org gmane.emacs.gnus.general:12162 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12162 SL Baur writes: > I managed to get a lisp backtrace. XEmacs should not be dropping > core, but it looks like something weird is going on with nndraft. > directory-files("/home/steve/News/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/cache/news.admin.net-abuse.announce" nil "^[0-9]+$" t) > # bind (dir) > nnmh-request-list-1("/home/steve/News/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/cache/news.admin.net-abuse.announce") > # bind (dirs dir dir) > nnmh-request-list-1("/home/steve/News/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/nntp+localhost/cache") > # bind (dirs dir dir) The price of lunch says you've got a symlink, ~/News/nntp+localhost, pointed at `.' Remove it. :-) (We went through this last year, when I did something similar under an old rgnus. Lars added self-defensive code to scorefile searching at the time, which is where I ran into this. Perhaps he could do it here as well.)