Here's the uname:
uname -a
Linux fluffy.localdomain 2.6.9-67.0.7.ELsmp #1 SMP Wed Feb 27 04:47:23 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
As for the strace, I suspect that more than just the last few lines might be relevant, so I'm attaching the whole thing. Actually, the last few lines are probably due to my pressing ctrl-c to end the process.
Indeed, I think it is hung in a "futex" loop, because if I run the strace without piping the output to a file, the process first displays a lot of output as shown in the attachment, but then displays lines such as the following, waits a few seconds, then repeats these lines, and so on:
[pid 7044] gettimeofday({1208031740, 238082}, NULL) = 0
[pid 7044] futex(0xf7ffb140, FUTEX_WAKE, 1) = 0
[pid 7044] clock_gettime(CLOCK_REALTIME, {1208031740, 238166000}) = 0
[pid 7044] futex(0x804b964, FUTEX_WAIT, 23, {9, 999916000}
If using Windows, view the attachment with Wordpad, not Notepad, because it has Unix line endings.
Thanks for any help.
ooo.log.gz
- (output from strace)
- (114.39 KiB) Downloaded 57 times