Bug 1010531
| Summary: | vmusr[1334]: [ warning] [GLib-GObject] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | orti1980 <orti1980> |
| Component: | open-vm-tools | Assignee: | Ravindra Kumar <ravindrakumar> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | collura, crobinso, extras-orphan, fedora-ocaml-list, h.reindl, negativo17, ravindrakumar, reuben-redhatbugzilla, rjones, sitsofe |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-16 22:00:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
orti1980
2013-09-21 09:17:34 UTC
*** Bug 1067150 has been marked as a duplicate of this bug. *** This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 I no longer see the GLib-GObject warnings in Fedora 22 - resolve as fixed? (In reply to Sitsofe Wheeler from comment #3) > I no longer see the GLib-GObject warnings in Fedora 22 - resolve as fixed? Thanks Sitsofe! Yes. I did some more research on the glib change in g_object_class_install_property() API and found the glib bug which added this warning and later removed it. Link to gnome bug, https://bugzilla.gnome.org/show_bug.cgi?id=698614 There was a code change made in gobject 2.38 to add the warning to g_object_class_install_property() API. This was later reverted and converted to a documentation warning in gobject 2.42. So, you would see this warning only if you are using the affected gobject library versions i.e. 2.38 or 2.40. The warning in using g_object_class_install_property() after class initialization is about thread safety. open-vm-tools has been using this feature of gobject since ages and it is not multi-threaded during initialization when g_object_class_install_property() API is called. So, there is nothing to be fixed. |