Re[2]: Bug report -- cvs-nserver-1.11.1.51 client
Brought to you by:
tyranny
From: Wang J. <la...@li...> - 2001-11-17 13:32:04
|
Hello Alexey, Actually, Only an empty repository there. So $ cvs co lark will fail in any conditions. When calling compress_buffer_initialize, from_server is NULL, #1 0x80b34de in internal_start_server (verify_only=0) at client.c:4040 4040 from_server = compress_buffer_initialize (from_server, 1, so buf->data or buf->data->next causes SEGV. #0 0x8093f7b in compress_buffer_initialize (buf=0x0, input=1, level=3, memory=0) at zlib.c:116 116 assert (! input || buf->data == NULL || buf->data->next == NULL); To make sure the inexistence of module is not the cause, I create a test module. gw:~$ set |grep CVSROOT CVSROOT=:pserver:cvsadmin@192.168.0.102:/cvsroot gw:~$ cvs-nserver-1.11.1.51/src/cvs co test Segmentation fault (core dumped) gw:~$ cvs-nserver-1.11.1.51/src/cvs -z0 co test U test/bo.c U test/ex.c U test/sc.c U test/scode.c U test/shellcode.c Friday, November 16, 2001, 11:32:23 PM, you wrote: AM> On Fri, Nov 16, 2001 at 11:04:46PM +0800, Wang Jian wrote: >> Hello cvs-nserver-devel, >> >> I find this bug. I wish it helps. AM> I'll take a look on it tomorrow if you don't mind, Alex, Ok? AM> 2Wang Jian: does this happen on any missing module in a repository? AM> If no, we probably will need to know more about repository and module AM> configuration etc etc etc, Ok? -- lark |