Fri 02 Jun 2006 04:58:30 PM UTC, comment #1:
If you could also attach the system information
(uname -a) output in addition to the backtrace
of the core dump, that would be much appreciated.
If you configured this version of CVS using anything
other than just './configure', it would also be good
to get a copy of the config.h file that was generated.
Also, please advise if the directory
/home/freesoft/freesoft/build/openbox/tmpcvs12345
contained an existing CVSROOT with CVSROOT/config
file before the init command was run.
|
Fri 02 Jun 2006 04:39:53 PM UTC, original submission:
Hello Team,
I have a reproducable bug here, will post core file included;
bash-2.05b lnx0029563 export CVSROOT=/home/freesoft/freesoft/build/openbox/tmpcvs12345
bash-2.05b lnx0029563 unset CVS_CLIENT_LOG
bash-2.05b lnx0029563 unset CVS_CLIENT_PORT
bash-2.05b lnx0029563 unset CVS_IGNORE_REMOTE_ROOT
bash-2.05b lnx0029563 unset CVS_PASSFILE
bash-2.05b lnx0029563 unset CVS_PASSWORD
bash-2.05b lnx0029563 unset CVS_RCMD_PORT
bash-2.05b lnx0029563 unset CVS_RSH
bash-2.05b lnx0029563 unset CVS_SERVER
bash-2.05b lnx0029563 unset CVS_SERVER_SLEEP
bash-2.05b lnx0029563 unset CVSIGNORE
bash-2.05b lnx0029563 unset CVSREAD
bash-2.05b lnx0029563 unset CVSUMASK
bash-2.05b lnx0029563 unset CVSWRAPPERS
bash-2.05b lnx0029563 /usr/bin/cvs -d "$CVSROOT" init
cvs init: CVSROOT proxy specification is only valid for gserver and
cvs init: pserver connection methods.
Segmentation fault
bash-2.05b lnx0029563 strace -o log /usr/bin/cvs -d "$CVSROOT" init
[ Process PID=23066 runs in 32 bit mode. ]
cvs init: CVSROOT proxy specification is only valid for gserver and
cvs init: pserver connection methods.
bash-2.05b lnx0029563 tail log
rt_sigaction(SIGPIPE, {0x4000000080b1800, [], SA_NOMASK|0xb2de8}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [TERM], [], 8) = 0
rt_sigaction(SIGTERM, {0x4000000080b1800, [], SA_NOMASK|0xb2de8}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
access("/home/okaloudo/.cvsrc", R_OK) = -1 ENOENT (No such file or directory)
write(2, "cvs init: CVSROOT proxy specific"..., 68) = 68
write(2, "cvs init: pserver connection met"..., 38) = 38
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
bash-2.05b lnx0029563 /usr/bin/cvs --version
Concurrent Versions System (CVS) 1.12.13 (client/server)
Copyright (C) 2005 Free Software Foundation, Inc.
(...)
bash-2.05b lnx0029563 printenv | grep ^CVS
CVSROOT=/home/freesoft/freesoft/build/openbox/tmpcvs12345
|