http://bugs.winehq.org/show_bug.cgi?id=14370
Summary: adjust timeout interval for virtulaizers Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: jreiser@BitWagon.com
Created an attachment (id=14667) --> (http://bugs.winehq.org/attachment.cgi?id=14667) WINE_TIMEOUT_FACTOR environment variable
Using a virtualizer such as valgrind(memcheck) often slows down execution by a significant factor. Add a new environment variable WINE_TIMEOUT_FACTOR to allow multiplying the absolute delays for critical section timeouts. Patch is attached, and will be sent to wine-patches@winehq.org.
http://bugs.winehq.org/show_bug.cgi?id=14370
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #1 from Austin English austinenglish@gmail.com 2009-01-05 11:13:47 --- Is this still an issue in current (1.1.12 or newer) wine? Would you mind resubmitting the patch and asking for comments?
http://bugs.winehq.org/show_bug.cgi?id=14370
--- Comment #2 from Austin English austinenglish@gmail.com 2009-07-16 13:11:33 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=14370
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=14370
--- Comment #3 from Austin English austinenglish@gmail.com 2012-03-19 14:03:14 CDT --- Still present.
https://bugs.winehq.org/show_bug.cgi?id=14370
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=14370
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- Patch still applies
patching file dlls/ntdll/critsection.c Hunk #1 succeeded at 92 (offset 2 lines). Hunk #2 succeeded at 114 (offset 2 lines). Hunk #3 succeeded at 167 (offset 2 lines).
wine 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=14370
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #5 from Sebastian Lackner sebastian@fds-team.de --- Wine already supports a registry key ('CriticalSectionTimeout') which can be used to define the timeout before an exception is thrown. If you ask me, there isn't really any need for a second method to do the same.
https://bugs.winehq.org/show_bug.cgi?id=14370
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Summary|adjust timeout interval for |adjust timeout interval for |virtulaizers |virtualizers Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Austin English austinenglish@gmail.com --- (In reply to Sebastian Lackner from comment #5)
Wine already supports a registry key ('CriticalSectionTimeout') which can be used to define the timeout before an exception is thrown. If you ask me, there isn't really any need for a second method to do the same.
Agreed.
https://bugs.winehq.org/show_bug.cgi?id=14370
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com --- Closing.