From owner-freebsd-stable Wed Feb 24 21:15:13 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 0269814D9A for ; Wed, 24 Feb 1999 21:15:11 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id VAA25535; Wed, 24 Feb 1999 21:14:54 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id VAA00609; Wed, 24 Feb 1999 21:14:54 -0800 (PST) (envelope-from jdp@polstra.com) Date: Wed, 24 Feb 1999 21:14:54 -0800 (PST) Message-Id: <199902250514.VAA00609@vashon.polstra.com> To: veldy@visi.com Subject: Re: CVSUP Problem In-Reply-To: <36D3698E.A64EFBB7@visi.com> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <36D3698E.A64EFBB7@visi.com>, Thomas T. Veldhouse wrote: > I always get the following error when I try to start cvsup (16) under > X11. I am behind a firewall if that makes a difference. I start by > passing -P m as an option: > > *** > *** runtime error: > *** > *** Segmentation violation - possible attempt to dereference NIL > *** pc = 0x28312ff8 = Cat + 0x18 in ../src/text/Text.m3 > *** > > This error happens everytime unless I pass the -g switch. I've seen this kind of thing before in situations where the hostname and/or DNS setup is incorrect. It's something in the way the Modula-3 runtime uses X11. Make sure your hostname looks up properly in both directions: blake$ host `hostname` blake.polstra.com has address 206.213.73.12 blake$ host 206.213.73.12 12.73.213.206.IN-ADDR.ARPA domain name pointer blake.polstra.com If your $DISPLAY environment variable names a different host, try it for that one too. I added an explicit check for this problem in CVSup some time ago, so you'd get an error message instead of a core dump. But I suspect it still doesn't cover all the possible failure modes. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message