Ilya Sabanin
Tue, 13 Oct 2009 05:00:16 -0700
Hey,Here is a new gdb backtrace for another stuck lftp process. This time lftp was compiled with the debugging option:
#0 0x0000000000449b5a in strcmp () #1 0x0000000000477c63 in ?? () #2 0x000000000043aedc in strcmp () #3 0x000000000047cdbc in ?? () #4 0x000000000047e419 in ?? () #5 0x000000000043848e in strcmp () #6 0x000000000040b22c in strcmp () #7 0x000000000040801c in strcmp () #8 0x00000036c781d974 in __libc_start_main () from /lib64/libc.so.6 #9 0x0000000000407609 in strcmp () #10 0x00007fffa24d4d68 in ?? () #11 0x0000000000000000 in ?? () Any ideas? Thanks, Ilya Sabanin On 12.10.2009, at 23:32, Alexander V. Lukyanov wrote:
On Mon, Oct 12, 2009 at 04:41:49PM +0800, Ilya Sabanin wrote:Lately we started experiencing problems with lftp. Once in a while an lftp process is getting stuck in a middle of deployment, eating 100% CPU. We tried investigating the process with gdb, here is a backtrace we've got:Please compile lftp with debug info (configure --with-debug).http://pastie.org/private/tag6fjcz3zs3bnhvy3sgWhat's in the log? -- Alexander..