[Bug 25808] New: shdocvw:ie tests crash on x64 and clang
http://bugs.winehq.org/show_bug.cgi?id=25808 Summary: shdocvw:ie tests crash on x64 and clang Product: Wine Version: 1.3.11 Platform: x86-64 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: shdocvw AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Created an attachment (id=32883) --> (http://bugs.winehq.org/attachment.cgi?id=32883) clang output Clang: ../../../tools/runtest -q -P wine -M shdocvw.dll -T ../../.. -p shdocvw_test.exe.so ie.c && touch ie.ok wine: Unhandled page fault on write access to 0x00000028 at address 0x6821ce56 (thread 0039), starting debugger... Unhandled exception: page fault on write access to 0x00000028 in 32-bit code (0x6821ce56). wine64: fixme:storage:create_storagefile Storage share mode not implemented. tmarshal.c:1735: PSFacBuf_CreateProxy: Assertion `sizeof(TMAsmProxy) == 16' failed. wine: Assertion failed at address 0x2b3a3663bba5 (thread 0009), starting debugger... Unhandled exception: assertion failed in 64-bit code (0x00002b3a3663bba5). I'll attach logs for both. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-01-18 00:10:00 CST --- Created an attachment (id=32884) --> (http://bugs.winehq.org/attachment.cgi?id=32884) 64-bit log -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> 2011-01-18 05:15:37 CST --- That's two different problems. The x64 one is because the typelib marshaller doesn't support 64-bit yet. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|shdocvw:ie tests crash on |shdocvw:ie tests crash on |x64 and clang |clang --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-01-18 12:18:10 CST --- Okay, thanks. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2011-02-11 18:45:59 CST --- Created an attachment (id=33251) --> (http://bugs.winehq.org/attachment.cgi?id=33251) valgrind log Running the tests under valgrind (wine built with gcc) shows some nice juicy errors (uninitialized bytes, invalid reads, etc.) Perhaps fixing those would help here... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2011-02-12 12:56:35 CST --- Created an attachment (id=33258) --> (http://bugs.winehq.org/attachment.cgi?id=33258) valgrind clang log For completeness, here's a log with wine compiled with clang running the test. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-02-13 04:28:30 CST --- Created an attachment (id=33271) --> (http://bugs.winehq.org/attachment.cgi?id=33271) backtrace It looks like wine does get a backtrace if built with clang and -O0, but not -O2. This is the backtrace from http://test.winehq.org/data/9e6de30f8feb8eb0a5fbbfd88f34c7358f7d6e6b/wine_ae..., uploading so it's not lost. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com Component|shdocvw |ole32 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2011-04-13 16:05:13 CDT --- http://llvm.org/bugs/show_bug.cgi?id=9702 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2915e47979e31a8911a4f95d2d9 | |0264e6d6a0f40 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2012-12-20 13:43:43 CST --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/2915e47979e31a8911a4f95d2d9... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25808 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-12-21 13:28:51 CST --- Closing bugs fixed in 1.5.20. -- 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.
participants (1)
-
wine-bugs@winehq.org