Bug report -- cvs-nserver-1.11.1.51 client
Brought to you by:
tyranny
From: Wang J. <la...@li...> - 2001-11-16 15:05:08
|
Hello cvs-nserver-devel, I find this bug. I wish it helps. I use ./configure --enable-setuid --with-openssl [lark@swtest src]$ export CVSROOT=:pserver:cvsadmin@larkvm:/cvsroot [lark@swtest src]$ ./cvs co lark Segmentation fault [lark@swtest src]$ pwd /home/lark/cvs-nserver-1.11.1.51/src [lark@swtest src]$ ./cvs -z0 co lark cvs server: cannot find module `lark' - ignored cvs [checkout aborted]: cannot expand modules [lark@swtest src]$ ./cvs -z1 co lark Segmentation fault [lark@swtest src]$ gdb ./cvs GNU gdb 5.0mdk-11mdk Linux-Mandrake 8.0 Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-mandrake-linux"... (gdb) run co lark Starting program: /home/lark/cvs-nserver-1.11.1.51/src/./cvs co lark Program received signal SIGSEGV, Segmentation fault. 0x0808d118 in compress_buffer_initialize (buf=0x0, input=1, level=4, memory=0) at zlib.c:116 116 assert (! input || buf->data == NULL || buf->data->next == NULL); (gdb) bt #0 0x0808d118 in compress_buffer_initialize (buf=0x0, input=1, level=4, memory=0) at zlib.c:116 #1 0x080ac73b in internal_start_server (verify_only=0) at client.c:4040 #2 0x080ac0ed in start_server () at client.c:3679 #3 0x080503d4 in checkout (argc=1, argv=0x80d8504) at checkout.c:264 #4 0x08069348 in main (argc=2, argv=0x80d8500) at main.c:1060 #5 0x401301f0 in __libc_start_main () from /lib/libc.so.6 -- lark |