Displaying 1 result from an estimated 1 matches for "tomcat18039".
2003 Oct 31
2
rsync via ssh dumps core after being interrupted
...If I interrupt rsync (^C), sometimes rsync on the other host dumps core
or uses all (!) available memory and all CPU.
gdb on a core file:
$ gdb -q /usr/bin/rsync /tmp/core.4576
(no debugging symbols found)...
Core was generated by `/usr/bin/rsync --server --sender -logDtprz
--delete . /var/log/tomcat18039'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libpopt.so.0...done.
Loaded symbols for /usr/lib/libpopt.so.0
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /lib/i686/libc.so.6...done.
Loaded sy...