Hi,
I am trying to install libvirt 1.2.2 on arm64 board with xen. It got
installed successfully but when i run the command
virsh list --all
it is taking too long time and not responding application hangs. When
I tried with
strace virsh list --all
these are the last few lines of the log
futex(0x7fae646c48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
gettid() = 8589
write(5, "\0", 1) = 1
futex(0x7fae5e56d0, FUTEX_WAKE_PRIVATE, 1) = 1
rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
ppoll([{fd=6, events=POLLOUT}, {fd=7, events=POLLIN}], 2, NULL, NULL,
0) = 1 ([{fd=6, revents=POLLOUT}])
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
write(6, "\0\0\0\34 \0\200\206\0\0\0\1\0\0\0B\0\0\0\0\0\0\0\0\0\0\0\0", 28) =
28
rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0
ppoll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 2, NULL, NULL, 0
I am attaching the complete log with the mail. Can anyone suggest what
is going wrong?
Thanks
Suresh KN V