[Bug 25826] New: msctf:inputprocessor tests fail on clang
http://bugs.winehq.org/show_bug.cgi?id=25826 Summary: msctf:inputprocessor tests fail on clang Product: Wine Version: 1.3.11 Platform: x86 URL: http://test.winehq.org/data/98834637eb25caf986c9feae3e aa0b855cc19a26/wine_ae-ub1004-clang/msctf:inputprocess or.html OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com inputprocessor.c:892: Current Language 409 Unhandled exception: page fault on write access to 0x0046004a in 32-bit code (0x7e435db8). winedbg: Internal crash at 0x7ec81e4d test failed: crash +msctf attached -- 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=25826 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-01-19 17:55:42 CST --- Created an attachment (id=32916) --> (http://bugs.winehq.org/attachment.cgi?id=32916) +msctf -- 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=25826 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2011-02-12 13:09:22 CST --- Created an attachment (id=33260) --> (http://bugs.winehq.org/attachment.cgi?id=33260) valgrind clang 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=25826 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-02-13 04:32:11 CST --- Created an attachment (id=33275) --> (http://bugs.winehq.org/attachment.cgi?id=33275) backtrace Backtrace attached. -- 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=25826 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2011-04-13 16:17:10 CDT --- http://llvm.org/bugs/show_bug.cgi?id=9705 -- 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=25826 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2011-10-19 08:59:06 CDT --- Valgrind found a write buffer overrun on a stack buffer, though since it doesn't really know about stack buffer ends, we got lucky and the overrun was caught by a sanity check on memcpy: Source and destination overlap in memcpy(0x7f22f8c8, 0x7f22f904, 76) at memcpy (mc_replace_strmem.c:635) by format_string (string.c:339) by vsnprintfW (string.c:429) by sprintfW (string.c:514) by CategoryMgr_FindClosestCategory (categorymgr.c:219) by next_LanguageProfile (inputprocessor.c:1030) by EnumTfLanguageProfiles_Next (inputprocessor.c:1065) by test_EnumLanguageProfiles (inputprocessor.c:935) by func_inputprocessor (inputprocessor.c:2202) by run_test (test.h:556) by main (test.h:624) so likely not an llvm bug. -- 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=25826 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aric(a)codeweavers.com --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-10-19 11:30:43 CDT --- CC'ing Aric. -- 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=25826 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #7 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-10-22 05:35:05 CDT --- (In reply to comment #6) Aric sent a patch -- 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=25826 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2011-10-26 12:22:51 CDT --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/d5090fd9757fbee2190eaa0f54e.... -- 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=25826 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d5090fd9757fbee2190eaa0f54e | |a39ebcfe657e3 -- 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=25826 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2011-11-04 14:14:27 CDT --- Closing bugs fixed in 1.3.32. -- 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