Copying text on the host side frequently crashes the guest.
Here's the dmesg log:
[174179.337994] VirtualBox[31593]: segfault at 9ed52ec ip b7d1abee sp b40fbd0c error 4 in libc-2.8.90.so[b7caa000+158000]
Some information about my system:
$ uname -a
Linux mydesktop 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux
$ cat /etc/issue
Ubuntu 8.10 \n \l
$ cat /etc/apt/sources.list.d/virtualbox.list
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
I've started my VM with :
$ echo -n 1 | sudo tee /proc/sys/fs/suid_dumpable
$ ulimit -c unlimited
$ /usr/lib/virtualbox/VirtualBox -startvm "Windows"
and will post my coredump when I get one.
Regards,
Patrick.