Hello,
My host system: Debian Etch on an Athlon64 X2 4600+ (in 32bit mode).
My guest system: Debian Etch.
While updating the guest system using aptitude, the VM freezes eating 100% of
one of my CPU core.
I've never experienced such an issue with earlier versions of VirtualBox.
My networking configuration is the simplest (NAT).
Trying to reproduce the problem with aptitude on the first virtual text console
and top on the
second VT, I can see top freezing and I'm unable to change VT back to aptitude.
Using strace on the VirtualBox process gives me:
$ strace -tt -p 30254
Process 30254 attached - interrupt to quit
17:13:03.992641 select(28, [19 21 22 27], [], [], {0, 44000}) = 0 (Timeout)
17:13:04.039497 gettimeofday({1194019984, 39528}, NULL) = 0
17:13:04.039584 ioctl(19, FIONREAD, [0]) = 0
17:13:04.039628 gettimeofday({1194019984, 39640}, NULL) = 0
17:13:04.039660 select(28, [19 21 22 27], [], [], {0, 43988}) = 0 (Timeout)
17:13:04.083494 gettimeofday({1194019984, 83521}, NULL) = 0
17:13:04.083552 ioctl(19, FIONREAD, [0]) = 0
17:13:04.083584 gettimeofday({1194019984, 83596}, NULL) = 0
17:13:04.083615 select(28, [19 21 22 27], [], [], {0, 32}) = 0 (Timeout)
17:13:04.087792 gettimeofday({1194019984, 87811}, NULL) = 0
17:13:04.087862 ioctl(19, FIONREAD, [0]) = 0
17:13:04.087896 gettimeofday({1194019984, 87908}, NULL) = 0
17:13:04.087928 select(28, [19 21 22 27], [], [], {0, 45720}) = 0 (Timeout)
17:13:04.135493 gettimeofday({1194019984, 135521}, NULL) = 0
17:13:04.135579 ioctl(19, FIONREAD, [0]) = 0
17:13:04.135613 gettimeofday({1194019984, 135626}, NULL) = 0
17:13:04.135645 select(28, [19 21 22 27], [], [], {0, 48002}) = 0 (Timeout)
17:13:04.190504 gettimeofday({1194019984, 190531}, NULL) = 0
17:13:04.190588 ioctl(19, FIONREAD, [0]) = 0
17:13:04.190623 gettimeofday({1194019984, 190635}, NULL) = 0
17:13:04.190654 select(28, [19 21 22 27], [], [], {0, 42993}) = 0 (Timeout)
17:13:04.239553 gettimeofday({1194019984, 239580}, NULL) = 0
17:13:04.239637 ioctl(19, FIONREAD, [0]) = 0
17:13:04.239671 gettimeofday({1194019984, 239684}, NULL) = 0
17:13:04.239703 select(28, [19 21 22 27], [], [], {0, 43944}) = 0 (Timeout)
17:13:04.283491 gettimeofday({1194019984, 283518}, NULL) = 0
17:13:04.283549 ioctl(19, FIONREAD, [0]) = 0
17:13:04.283581 gettimeofday({1194019984, 283593}, NULL) = 0
17:13:04.283613 select(28, [19 21 22 27], [], [], {0, 35}) = 0 (Timeout)
17:13:04.288571 gettimeofday({1194019984, 288605}, NULL) = 0
17:13:04.288952 ioctl(19, FIONREAD, [0]) = 0
17:13:04.288990 gettimeofday({1194019984, 289002}, NULL) = 0
17:13:04.289023 select(28, [19 21 22 27], [], [], {0, 44626} <unfinished ...>
Process 30254 detached
Any help would be appreciated in tracking this problem down.
Thanks,
Renaud
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users