http://bugs.winehq.org/show_bug.cgi?id=22860
--- Comment #50 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2011-11-16 17:40:56 CST --- (In reply to comment #49)
Can we mark this one fixed, and open a new bug for the later problem?
No. It still crashes upon startup. The initial problem isn't resolved.
Pseudocode of the crash.
Create document1 Add Nodes to document1
Create docuemnet2 Add Nodes to document2 Append document2.root to document1.
Release document2 Release document1 <-- crash due to double free of a document.