http://bugs.winehq.org/show_bug.cgi?id=25518
Summary: gamestop downloader crashes in is_preserving_whitespace in xmlParseCharData Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I tried downloading a game purchased from gamestop's web site, without much luck. The download manager failed with
err:msxml:doparse XML declaration allowed only at the start of the document wine: Unhandled page fault on read access to 0x00000020 at address 0x7db96fc6 (thread 003e), starting debugger... Backtrace: =>0 is_preserving_whitespace+0x16(node=(nil)) [dlls/msxml3/domdoc.c:189] 1 0x7db97044 sax_characters+0x33(ctx=0x7c745940, ch=" <files> <file execute="yes" stamp="no"> ... /NeedForSpeedHotPursuit.Data.004?", len=0x0003) [msxml3/domdoc.c:390] 2 xmlParseCharData+0x2ba() in libxml2.so.2 (0x0066e954) 3 0x00405b09 in needforspeedhotpursuit-dm (+0x5b08) (0x0066e988)
This is on gentoo, with libxml2-2.7.3-r2. (There's a 2.7.6 available.)
I would have tried native msxml3, but bug 25517 interfered...