Martin, Thank you very much for the backtrace. The issue is caused by Ubuntu- specific patch:
+--- open-vm-tools-2008.08.08-109361~/lib/guestInfo/guestInfoPosix.c 2008-08-08 07:01:52.000000000 +0000 ++++ open-vm-tools-2008.08.08-109361/lib/guestInfo/guestInfoPosix.c 2008-08-15 20:17:39.000000000 +0000 +@@ -199,7 +199,7 @@ + char macAddress[NICINFO_MAC_LEN]; + char ipAddress[NICINFO_MAX_IP_LEN]; + +- Str_Sprintf(macAddress, sizeof macAddress, ++ Str_Sprintf(macAddress, sizeof macAddress, "%s\n", + addr_ntoa(&entry->intf_link_addr)); + nic = GuestInfoAddNicEntry(nicInfo, macAddress); You need to either change "%s\n" to "%s" or remove it altogether. -- vmware-guestd crashing https://bugs.launchpad.net/bugs/306835 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
