http://bugs.winehq.org/show_bug.cgi?id=18376 --- Comment #29 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-16 17:02:41 CDT --- Thanks, that's a bad thing here: --- trace:msxml:domelem_Release (0x4f10160) ref=0 trace:msxml:xmldoc_release (0x7d9c9fc8)->(1) trace:msxml:domelem_Release (0x4ea6348) ref=0 trace:msxml:xmldoc_release (0x7d9c9fc8)->(0) trace:msxml:xmldoc_release freeing docptr 0x7d9c9fc8 trace:msxml:domdoc_Release 0x51449b8 trace:msxml:xmldoc_release (0x7d9c9fc8)->(16994055) --- It looks like a reference count problem, cause there's shouldn't be a case when backend xmldoc is freed while DOM document still here. 16994055 in last line is a heap garbage already cause 0x7d9c9fc8 is freed at this point. -- 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.