[Bug 9781] New: Endless loop in Wineconsole with user mode
http://bugs.winehq.org/show_bug.cgi?id=9781 Summary: Endless loop in Wineconsole with user mode Product: Wine Version: 0.9.45. Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: vostok(a)etersoft.ru CC: vostok(a)etersoft.ru Way of reproduction: 1.Run wineconsole with user mode. (like: wineconsole cmd) 2.Right click -> Properties 3.Clamp any key. 4.Switch to another tab. Result: Endless loop. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9781 --- Comment #1 from Lyutin Anatoly <vostok(a)etersoft.ru> 2007-09-26 09:21:02 --- Created an attachment (id=8222) --> (http://bugs.winehq.org/attachment.cgi?id=8222) WINEDEBUG=+tab Illustrates a endless loop. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9781 --- Comment #2 from Lyutin Anatoly <vostok(a)etersoft.ru> 2007-09-26 09:23:01 --- Created an attachment (id=8223) --> (http://bugs.winehq.org/attachment.cgi?id=8223) Fixes this bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9781 --- Comment #3 from Lei Zhang <thestig(a)google.com> 2007-10-09 18:04:41 --- Can you send the patch to wine-patches? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9781 --- Comment #4 from Lyutin Anatoly <vostok(a)etersoft.ru> 2007-10-11 02:25:48 --- Yes. I have done this some time ago: http://www.winehq.org/pipermail/wine-patches/2007-September/044425.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9781 --- Comment #5 from Lyutin Anatoly <vostok(a)etersoft.ru> 2007-10-11 02:29:53 --- Do you think, what I should send this patch again ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9781 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-04-15 01:09:21 --- I tried this and couldn't reproduce in git...What key are you clamping? Can you retest in git? -- 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=9781 --- Comment #7 from Lyutin Anatoly <vostok(a)etersoft.ru> 2008-04-17 14:01:35 --- (In reply to comment #6)
I tried this and couldn't reproduce in git...What key are you clamping? Can you retest in git?
I retest in current git, this bug reproduces. I am clamping any key (ex. "s") and switching to another tab ( from "Options" to "Fonts" ). -- 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=9781 --- Comment #8 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-07-18 02:26:15 --- (In reply to comment #7)
(In reply to comment #6)
I tried this and couldn't reproduce in git...What key are you clamping? Can you retest in git?
I retest in current git, this bug reproduces. I am clamping any key (ex. "s") and switching to another tab ( from "Options" to "Fonts" ).
I can also reproduce this in current git by holding 3 while changing tabs, your patch fixes the issue for me also. If you are going to send it to wine-patches, you should generate the patch using git-format-patch, see here: http://www.winehq.org/site/sending_patches -- 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=9781 --- Comment #9 from Lyutin Anatoly <vostok(a)etersoft.ru> 2008-07-31 05:18:58 --- (In reply to comment #8)
I can also reproduce this in current git by holding 3 while changing tabs, your patch fixes the issue for me also.
Good! Thank you for testing.
If you are going to send it to wine-patches, you should generate the patch using git-format-patch, see here: http://www.winehq.org/site/sending_patches
I have generated a patch using today git-tree and posted at wine-patches. -- 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=9781 --- Comment #10 from Lyutin Anatoly <vostok(a)etersoft.ru> 2008-07-31 05:20:05 --- Created an attachment (id=15188) --> (http://bugs.winehq.org/attachment.cgi?id=15188) Git-version of 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=9781 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-02-02 16:26:56 --- (In reply to comment #10)
Created an attachment (id=15188) --> (http://bugs.winehq.org/attachment.cgi?id=15188) [details] Git-version of patch
Could you resend the patch? If it doesn't get applied, helps to ask on wine-devel for comment. -- 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=9781 --- Comment #12 from Lyutin Anatoly <vostok(a)etersoft.ru> 2009-05-06 05:52:52 --- Created an attachment (id=20937) --> (http://bugs.winehq.org/attachment.cgi?id=20937) Reformed patch with current git -- 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=9781 --- Comment #13 from Lyutin Anatoly <vostok(a)etersoft.ru> 2009-05-06 05:53:47 --- (In reply to comment #11)
Could you resend the patch? If it doesn't get applied, helps to ask on wine-devel for comment.
Ok, I did it : http://bugs.winehq.org/attachment.cgi?id=20937 . But in current version of Wine this patch does not fix a problem :( -- 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=9781 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=9781 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy(a)gmail.com --- Comment #14 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-31 12:24:06 CDT --- Works for me in 1.3.21; please retest -- 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=9781 Lyutin Anatoly <vostok(a)etersoft.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #15 from Lyutin Anatoly <vostok(a)etersoft.ru> 2011-06-02 05:09:00 CDT --- (In reply to comment #14)
Works for me in 1.3.21; please retest
Yes, in 1.3.21 works fine. -- 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=9781 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2011-06-10 13:18:17 CDT --- Closing bugs fixed in 1.3.22. -- 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=9781 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other --- Comment #17 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:15:41 CST --- Removing deprecated 'All' Platform/OS. -- 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