[Bug 27732] New: WinRAR became unusable since Wine 1.3.23, it constantly flashes and consumes 100% of CPU
http://bugs.winehq.org/show_bug.cgi?id=27732 Summary: WinRAR became unusable since Wine 1.3.23, it constantly flashes and consumes 100% of CPU Product: Wine Version: 1.3.23 Platform: x86 URL: http://www.rarlabs.com/rar/wrar393.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: t.artem(a)mailcity.com There's nothing to add to the bug title. If you cursor is placed on ".." (the upper item of the files list), this line will be constantly flashing while WinRAR consumes 100% of CPU. -- 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=27732 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=27732 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |piotr(a)codeweavers.com, | |wylda(a)volny.cz Component|-unknown |comctl32 Ever Confirmed|0 |1 --- Comment #1 from Wylda <wylda(a)volny.cz> 2011-07-09 03:45:35 CDT --- Confirming, crazy re-drawing/refreshing of the blue bar + high CPU usage. Tested under winrar-4.01. 1. I did a regression test between 1.3.22 and 1.3.23: commit 1a67903b04001c7064f6e4705a66dc3cfa47feed Author: Piotr Caban <piotr(a)codeweavers.com> Date: Mon Jun 20 12:46:37 2011 +0200 comctl32: Fix area invalidated by LISTVIEW_SetItemT. :040000 040000 c0e2e6923ba42074b57138cca367458336a6631b 9cc28e2ad36c163910dc3ccdcbce88e2e025043b M dlls 2. No other bug report suffers from this commit. 3. Revert of this patch on top of wine-1.3.24 makes that problem go away. 4. Adding author of this patch to CC. --private keyword: bisected -- 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=27732 root <aehfwbkby(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aehfwbkby(a)gmail.com -- 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=27732 Alexander <alexander.roshal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.roshal(a)gmail.com -- 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=27732 Grazvydas Ignotas <notasas(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |notasas(a)gmail.com --- Comment #2 from Grazvydas Ignotas <notasas(a)gmail.com> 2011-07-17 11:10:41 CDT --- This also affects IDA Pro (similar effects), revert fixes the problem. Any comments, Piotr? -- 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=27732 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-07-17 23:00:31 CDT --- Hi, Piotr. Patch looks suspicious for me, why do we need to always invalidate even if item contents are not changed for example? That's what set_main_item/set_sub_item is supposed to return as 'changed' flag. What was this fix for? -- 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=27732 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #4 from Piotr Caban <piotr.caban(a)gmail.com> 2011-07-20 08:58:11 CDT --- I will look on it tomorrow (I was on vacation). The patch was intended to fix redrawing of items that have different size when selected. -- 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=27732 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-07-20 09:04:47 CDT --- (In reply to comment #4)
I will look on it tomorrow (I was on vacation). The patch was intended to fix redrawing of items that have different size when selected.
That's interesting. If state changes we need to redraw for sure, I thought that's handled fine. CC'ing myself. -- 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=27732 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Piotr Caban <piotr.caban(a)gmail.com> 2011-07-21 11:20:32 CDT --- Fixed by commit: c47c62a802e28053cc3bf61f8114e49ab983d431 -- 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=27732 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-22 12:45:25 CDT --- Closing bugs fixed in 1.3.25. -- 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=27732 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c47c62a802e28053cc3bf61f811 | |4e49ab983d431 -- 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