[Bug 32123] New: Outlook 2010 crashes in versions newer than 1.5.14
http://bugs.winehq.org/show_bug.cgi?id=32123 Bug #: 32123 Summary: Outlook 2010 crashes in versions newer than 1.5.14 Product: Wine Version: 1.5.16 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jrittenh(a)nd.edu Classification: Unclassified Outlook 2010 runs fine under 1.5.14 (with some quirks). When updating to 1.5.15, and now 1.5.16, it becomes unstable. Reverting to 1.5.14 fixes the issue. Outlook appears to think it's an issue with the reading pane, as it disables it after a few crashes (unless that's just standard "I crashed a few times" behavior). I've attached the output log from 1.5.16, which includes a couple of crashes/restarts of the app. -- 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=32123 --- Comment #1 from Justin R <jrittenh(a)nd.edu> 2012-11-02 10:48:44 CDT --- Created attachment 42373 --> http://bugs.winehq.org/attachment.cgi?id=42373 Outlook 2010 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=32123 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2012-11-02 12:36:15 CDT --- Please run a regression 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=32123 --- Comment #3 from Justin R <jrittenh(a)nd.edu> 2012-11-05 09:23:03 CST --- I've completed the regression testing and (if I did it right) this is the faulty commit: 61f894c5764e724287db0ea84d204c6c6098a9f0 is the first bad commit commit 61f894c5764e724287db0ea84d204c6c6098a9f0 Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Fri Oct 5 10:47:09 2012 +0200 shell32/tests: Greatly expand the test_argify() tests. :040000 040000 bc87563be25d1c1af9b4003dc912166b89b0b180 c16c33f19e6b2bfdc5233ac19ec7a9d9921e0289 M dlls Is there a way for me to tell git to compile later code without this commit to confirm? -- 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=32123 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #4 from joaopa <jeremielapuree(a)yahoo.fr> 2012-11-05 11:05:56 CST --- This test regression is wrong. This patch can not be the cause of the problem (it is about testing the implementation of Wine). Please perform a new regression 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=32123 --- Comment #5 from Justin R <jrittenh(a)nd.edu> 2012-11-16 13:41:10 CST --- Let's try this again...I stepped through another regression test and came up with this: fb5dbd608fbe09f1e3b09745b47233c8ed051446 is the first bad commit commit fb5dbd608fbe09f1e3b09745b47233c8ed051446 Author: Aric Stewart <aric(a)codeweavers.com> Date: Wed Oct 3 07:12:44 2012 -0500 imm32: Explicitly handle all WM_IME_XXX messages in the IME class. :040000 040000 829903f0cffbf97e65310dc37797e7c5e89049f1 e35b456dfbfbd9a3448a178e8ea26cfa2a1fb606 M dlls I double-checked by moving to that commit (git reset --hard fb5dbd608fbe09f1e3b09745b47233c8ed051446), compiling, running into an issue, stepping back one commit (git reset --hard HEAD~1), and not having an issue. I then stepped back to the commit above (git reset --hard ORIG_HEAD) and once again had issues. -- 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=32123 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aric(a)codeweavers.com Regression SHA1| |fb5dbd608fbe09f1e3b09745b47 | |233c8ed051446 -- 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=32123 --- Comment #6 from Aric Stewart <aric(a)codeweavers.com> 2012-11-19 14:37:30 CST --- Created attachment 42557 --> http://bugs.winehq.org/attachment.cgi?id=42557 Test patch Just out of curiosity could you see if the attached patch fixes your issue or not? thanks! -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=32123 Justin R <jrittenh(a)nd.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Justin R <jrittenh(a)nd.edu> 2013-01-24 09:25:13 CST --- Sorry, I haven't been able to test for some time. I tested the patch, and it appears to fix the issue. I also see that it has been implemented. I've updated my regression testing "bottle" to 1.5.22, which appears to be stable. -- 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=32123 Justin R <jrittenh(a)nd.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |98985b30a1b9109f26950cda93e | |c2e1c857b7bfa -- 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=32123 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2013-02-01 04:56:06 CST --- Closing bugs fixed in 1.5.23. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=32123 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1|98985b30a1b9109f26950cda93e |ad6272486ba56fd609af537213f |c2e1c857b7bfa |30affb7c6463b CC| |focht(a)gmx.net Component|-unknown |imm32 -- 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