Script started on Mon Aug 11 18:04:10 2003 pukeko# /home/rsm/cvstest/1.11.6/bin/cvs -v Concurrent Versions System (CVS) 1.11.6 (client/server) Copyright (c) 1989-2003 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS pukeko# gdb /home/rsm/cvstest/1.11.6/bin/cvs /tmp/cvs.28263.core GNU gdb 4.18 (FreeBSD) Copyright 1998 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-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf Core was generated by `cvs'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libcrypt.so.2...done. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 buf_shutdown (buf=0x0) at buffer.c:1206 1206 if (buf->shutdown) (gdb) where #0 buf_shutdown (buf=0x0) at buffer.c:1206 #1 0x8085c92 in server_cleanup (sig=0) at server.c:4775 #2 0x805da4b in error_exit () at error.c:71 #3 0x805dd07 in error (status=1, errnum=0, message=0x80b4f79 "received %s signal") at error.c:212 #4 0x806c7ea in main_cleanup (sig=13) at main.c:389 #5 0x80a137c in SIG_handle (sig=13) at sighandle.c:158 #6 0xbfbfffac in ?? () #7 0x804d416 in buf_send_output (buf=0x80cd040) at buffer.c:285 #8 0x804d4bc in buf_flush (buf=0x80cd040, block=1) at buffer.c:350 #9 0x8085d19 in server_cleanup (sig=0) at server.c:4890 #10 0x8086236 in server (argc=1, argv=0xbfbffc7c) at server.c:5117 #11 0x806d2ae in main (argc=1, argv=0xbfbffc7c) at main.c:996 #12 0x804a259 in _start () (gdb) list 1201 1202 int 1203 buf_shutdown (buf) 1204 struct buffer *buf; 1205 { 1206 if (buf->shutdown) 1207 return (*buf->shutdown) (buf); 1208 return 0; 1209 } 1210 (gdb) up 7 #7 0x804d416 in buf_send_output (buf=0x80cd040) at buffer.c:285 285 status = (*buf->output) (buf->closure, data->bufp, data->size, (gdb) list 280 281 if (data->size > 0) 282 { 283 int status, nbytes; 284 285 status = (*buf->output) (buf->closure, data->bufp, data->size, 286 &nbytes); 287 if (status != 0) 288 { 289 /* Some sort of error. Discard the data, and return. */ (gdb) quit pukeko# exit Script done on Mon Aug 11 18:04:30 2003