I'm running Ubuntu 6 with GNOME 2.14.3. When I run VMware and try to specify an ISO for my virtual machine's CD-Rom device, the whole app freezes. This didn't used to happen. The File->Open menu doesn't work either. It just freezes the whole VMware Workstation application after releasing my mouse from "Open".
I notice this output from vmware stdout.
(vmware:12056): libgnomevfs-WARNING **: Cannot load module `/usr/lib/gnome-vfs-2.0/modules/libfile.so' (/usr/lib/gnome-vfs-2.0/modules/libfile.so: cannot open shared object file: No such file or directory)
This file exists. And from my user account I can do "ldd /usr/lib/gnome-vfs-2.0/modules/libfile.so" and it reports no missing libraries.
I have defragged my whole /home directory (xfs_fsr). Still fails. So I attached strace to it right before the crash (selecting the Browse button on the VM's CD-Rom device page).
strace -p pid
This is the end of the huge output I got. Can anyone decode this? The file->open freeze does not happen with any other GNOME application that I use. I am not using SMB or NFS either so I don't think it's a frozen mount.
vmware turns into a zombie when it crashes:
12416 pts/12 S+ 0:00 /bin/sh /usr/lib/vmware/lib/wrapper-gtk24.sh
/usr/lib12432 pts/12 Zl+ 0:02 [vmware] <defunct>
12433 pts/12 S+ 0:00 /bin/sh /usr/lib/vmware/lib/wrapper-gtk24.sh
/usr/lib12436 pts/12 Z+ 0:00 [vmware] <defunct>
I notice this output from vmware stdout.
(vmware:12056): libgnomevfs-WARNING **: Cannot load module `/usr/lib/gnome-vfs-2.0/modules/libfile.so' (/usr/lib/gnome-vfs-2.0/modules/libfile.so: cannot open shared object file: No such file or directory)
This file exists. And from my user account I can do "ldd /usr/lib/gnome-vfs-2.0/modules/libfile.so" and it reports no missing libraries.
I have defragged my whole /home directory (xfs_fsr). Still fails. So I attached strace to it right before the crash (selecting the Browse button on the VM's CD-Rom device page).
strace -p pid
This is the end of the huge output I got. Can anyone decode this? The file->open freeze does not happen with any other GNOME application that I use. I am not using SMB or NFS either so I don't think it's a frozen mount.
vmware turns into a zombie when it crashes:
12416 pts/12 S+ 0:00 /bin/sh /usr/lib/vmware/lib/wrapper-gtk24.sh
/usr/lib12432 pts/12 Zl+ 0:02 [vmware] <defunct>
12433 pts/12 S+ 0:00 /bin/sh /usr/lib/vmware/lib/wrapper-gtk24.sh
/usr/lib12436 pts/12 Z+ 0:00 [vmware] <defunct>