bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autopoint segfault


From: Bruno Haible
Subject: Re: autopoint segfault
Date: Thu, 1 Jun 2006 13:57:44 +0200
User-agent: KMail/1.5

Hello,

Olivier Kaloudoff wrote:
> bash-2.05b$ cvs --version
> Concurrent Versions System (CVS) 1.12.13 (client/server)
> bash-2.05b$ pwd
> /home/freesoft/freesoft/build/openbox

OK, then let's try to make a pure CVS bug report from it. Can you reproduce
the segmentation fault like this, by doing the following statements manually?

  $ cd /home/freesoft/freesoft/build/openbox
  $ mkdir tmpcvs12345
  $ CVSROOT=/home/freesoft/freesoft/build/openbox/tmpcvs12345
  $ export CVSROOT
  $ unset CVS_CLIENT_LOG
  $ unset CVS_CLIENT_PORT
  $ unset CVS_IGNORE_REMOTE_ROOT
  $ unset CVS_PASSFILE
  $ unset CVS_PASSWORD
  $ unset CVS_RCMD_PORT
  $ unset CVS_RSH
  $ unset CVS_SERVER
  $ unset CVS_SERVER_SLEEP
  $ unset CVSIGNORE
  $ unset CVSREAD
  $ unset CVSUMASK
  $ unset CVSWRAPPERS
  $ cvs -d "$CVSROOT" init

Also do you have some other environment variables set that start with "CVS"?
  $ printenv | grep ^CVS

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]