[Bug 17188] Oracle Web Conferencing Console installer resources cannot be properly loaded

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 19 03:42:21 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=17188

--- Comment #5 from Andrew Nguyen <arethusa26 at gmail.com> 2010-09-19 03:42:18 CDT ---
Created an attachment (id=30862)
 --> (http://bugs.winehq.org/attachment.cgi?id=30862)
+msxml Wine trace and Valgrind output excerpt

I think this is some sort of reference counting problem. My attachment of an
excerpt of a Valgrind run on the installer shows that, for some reason, the
reference count of the XML document object goes to zero when
IPersistStreamInit::Release is called, causing the libxml2 resources to be
freed and creating many problems later on.

If I hack xmldoc_IPersistStreamInit_Release to always return 1, the installer
seems to work as expected.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list