From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25971 Path: main.gmane.org!not-for-mail From: Kaspar Landsberg Newsgroups: gmane.emacs.gnus.general Subject: Backtrace "Internal Emacs Bug" Date: Thu, 21 Oct 1999 08:38:28 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <380EB4E4.4A3779B5@snafu.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035163268 17024 80.91.224.250 (21 Oct 2002 01:21:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:21:08 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu ([129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA06801 for ; Thu, 21 Oct 1999 09:56:48 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id JAB17707; Thu, 21 Oct 1999 09:20:04 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 21 Oct 1999 01:40:19 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA23744 for ; Thu, 21 Oct 1999 01:40:10 -0500 (CDT) Original-Received: from rzcomm1.rz.tu-bs.de (rzcomm1.rz.tu-bs.de [134.169.9.107]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA04416 for ; Thu, 21 Oct 1999 02:39:37 -0400 (EDT) Original-Received: from snafu.de (kl@kl.lk.etc.tu-bs.de [134.169.139.106]) by rzcomm1.rz.tu-bs.de (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id IAA17947 for ; Thu, 21 Oct 1999 08:39:06 +0200 (METDST) X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.10 i586) X-Accept-Language: en Original-Newsgroups: gnu.emacs.gnus Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25971 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25971 Hi, i just found out how to produce backtraces, so here is the backtrace for the problem described in my prior post/mail: Signaling: (error "Error in ~/.gnus: (end-of-file #)") signal(error ("Error in ~/.gnus: (end-of-file #)")) cerror("Error in %s: %s" "~/.gnus" (end-of-file #)) apply(cerror ("Error in %s: %s" "~/.gnus" (end-of-file #))) error("Error in %s: %s" "~/.gnus" (end-of-file #)) gnus-read-init-file() gnus-1(nil nil nil) gnus(nil) call-interactively(gnus) command-execute(gnus t) execute-extended-command(nil) call-interactively(execute-extended-command) Hope this helps. Bye, Kasi