From wosch@panke.de.freebsd.org  Tue Dec 19 09:01:19 2000
Return-Path: <wosch@panke.de.freebsd.org>
Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14])
	by hub.freebsd.org (Postfix) with ESMTP id 94A0437B400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Dec 2000 09:01:15 -0800 (PST)
Received: (from uucp@localhost)
	by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id SAA00416
	for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Dec 2000 18:01:14 +0100 (CET)
	(envelope-from wosch@panke.de.freebsd.org)
Received: (from wosch@localhost)
	by paula.panke.de.freebsd.org (8.9.3/8.8.8) id RAA02981;
	Tue, 19 Dec 2000 17:06:20 +0100 (CET)
	(envelope-from wosch)
Message-Id: <200012191606.RAA02981@paula.panke.de.freebsd.org>
Date: Tue, 19 Dec 2000 17:06:20 +0100 (CET)
From: Wolfram Schneider <wosch@panke.de.freebsd.org>
Reply-To: wosch@panke.de.freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: cvs ci foobar core dumps
X-Send-Pr-Version: 3.2

>Number:         23644
>Category:       bin
>Synopsis:       cvs ci foobar core dumps
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 09:10:02 PST 2000
>Closed-Date:    Mon Oct 1 21:57:05 PDT 2001
>Last-Modified:  Mon Oct 01 21:58:10 PDT 2001
>Originator:     Wolfram Schneider
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:

$ mkdir 75
$ cd 75
$ cvs ci foobar
cvs commit: cannot open CVS/Entries for reading: No such file or directory
Segmentation fault (core dumped)



>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@orbitel.bg>
To: Wolfram Schneider <wosch@panke.de.freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: bin/23644: cvs ci foobar core dumps
Date: Tue, 19 Dec 2000 19:19:01 +0200

 On Tue, Dec 19, 2000 at 05:06:20PM +0100, Wolfram Schneider wrote:
 > 
 > >Number:         23644
 > >Category:       bin
 > >Synopsis:       cvs ci foobar core dumps
 > >Originator:     Wolfram Schneider
 > >Release:        FreeBSD 4.2-RELEASE i386
 > >Organization:
 > >Environment:
 > 
 > $ mkdir 75
 > $ cd 75
 > $ cvs ci foobar
 > cvs commit: cannot open CVS/Entries for reading: No such file or directory
 > Segmentation fault (core dumped)
 
 Hmm this looks interesting.  Is this a vanilla 4.2-RELEASE machine, not
 updated to -stable?  Is it a 4.2 install, or rebuilt from sources?
 
 What is the output of   ident `which cvs`  ?
 
 Other than that..  Could you do the following:
 
 mkdir 75
 cd 75
 ktrace cvs ci foobar
 kdump > cvs.out
 
 ..and then attach the cvs.out file, so someone could check exactly
 what is it that cvs does wrong?
 
 G'luck,
 Peter
 
 -- 
 .siht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI
 

From: Wolfram Schneider <wosch@panke.de.freebsd.org>
To: Peter Pentchev <roam@orbitel.bg>
Cc: Wolfram Schneider <wosch@panke.de.freebsd.org>,
	FreeBSD-gnats-submit@freebsd.org
Subject: Re: bin/23644: cvs ci foobar core dumps
Date: Wed, 20 Dec 2000 09:51:56 +0100

 On 2000-12-19 19:19:01 +0200, Peter Pentchev wrote:
 > On Tue, Dec 19, 2000 at 05:06:20PM +0100, Wolfram Schneider wrote:
 > > 
 > > >Number:         23644
 > > >Category:       bin
 > > >Synopsis:       cvs ci foobar core dumps
 > > >Originator:     Wolfram Schneider
 > > >Release:        FreeBSD 4.2-RELEASE i386
 > > >Organization:
 > > >Environment:
 > > 
 > > $ mkdir 75
 > > $ cd 75
 > > $ cvs ci foobar
 > > cvs commit: cannot open CVS/Entries for reading: No such file or directory
 > > Segmentation fault (core dumped)
 > 
 > Hmm this looks interesting.  Is this a vanilla 4.2-RELEASE machine, not
 > updated to -stable?  Is it a 4.2 install, or rebuilt from sources?
 
 I tried it on serveral machines and cvs died on 4.0-RELEASE
 and 4.2-stable.
 
 $ cvs --version
 Concurrent Versions System (CVS) 1.10.7 (client/server)
 
 > What is the output of   ident `which cvs`  ?
 
 $ ident `which cvs`
 /usr/bin/cvs:
      $FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $
 
 -- 
 Wolfram Schneider <wolfram@schneider.org> http://wolfram.schneider.org
 

From: Peter Pentchev <roam@orbitel.bg>
To: Wolfram Schneider <wosch@panke.de.freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: bin/23644: cvs ci foobar core dumps
Date: Wed, 20 Dec 2000 12:03:38 +0200

 On Wed, Dec 20, 2000 at 09:51:56AM +0100, Wolfram Schneider wrote:
 > On 2000-12-19 19:19:01 +0200, Peter Pentchev wrote:
 > > On Tue, Dec 19, 2000 at 05:06:20PM +0100, Wolfram Schneider wrote:
 > > > 
 > > > >Number:         23644
 > > > >Category:       bin
 > > > >Synopsis:       cvs ci foobar core dumps
 > > > >Originator:     Wolfram Schneider
 > > > >Release:        FreeBSD 4.2-RELEASE i386
 > > > >Organization:
 > > > >Environment:
 > > > 
 > > > $ mkdir 75
 > > > $ cd 75
 > > > $ cvs ci foobar
 > > > cvs commit: cannot open CVS/Entries for reading: No such file or directory
 > > > Segmentation fault (core dumped)
 > > 
 > > Hmm this looks interesting.  Is this a vanilla 4.2-RELEASE machine, not
 > > updated to -stable?  Is it a 4.2 install, or rebuilt from sources?
 > 
 > I tried it on serveral machines and cvs died on 4.0-RELEASE
 > and 4.2-stable.
 > 
 > $ cvs --version
 > Concurrent Versions System (CVS) 1.10.7 (client/server)
 > 
 > > What is the output of   ident `which cvs`  ?
 > 
 > $ ident `which cvs`
 > /usr/bin/cvs:
 >      $FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $
 
 Hmm oops :) should've checked myself that this would not provide any
 valuable information :)  (CVS itself does not have RCS id tags? weird..)
 
 How about the ktrace/kdump output?
 
 G'luck,
 Peter
 
 -- 
 When you are not looking at it, this sentence is in Spanish.
 

From: Will Andrews <will@physics.purdue.edu>
To: Wolfram Schneider <wosch@panke.de.freebsd.org>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: bin/23644: cvs ci foobar core dumps
Date: Thu, 21 Dec 2000 00:28:06 -0500

 On Wed, Dec 20, 2000 at 02:00:02AM -0800, Wolfram Schneider wrote:
 >  I tried it on serveral machines and cvs died on 4.0-RELEASE
 >  and 4.2-stable.
 >  
 >  $ cvs --version
 >  Concurrent Versions System (CVS) 1.10.7 (client/server)
 
 CVS 1.11 on my machine (5.0-CURRENT) does not have this problem.
 
 -- 
 wca
 
State-Changed-From-To: open->closed 
State-Changed-By: mjacob 
State-Changed-When: Mon Oct 1 21:57:05 PDT 2001 
State-Changed-Why:  
Does not reproduce on my 4.3 machine: 

remote.feral.com > mkdir 75 
remote.feral.com > cd !$ 
cd 75 
/home/mjacob/75 
remote.feral.com > cvs ci foobar 
cvs commit: No CVSROOT specified!  Please use the `-d' option 
cvs [commit aborted]: or set the CVSROOT environment variable. 
remote.feral.com > CVSROOT=/home/ncvs cvs ci foobar 
cvs commit: cannot open CVS/Entries for reading: No such file or directory 
cvs commit: nothing known about `foobar' 
cvs [commit aborted]: correct above errors first! 
remote.feral.com >  


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23644 
>Unformatted:
