https://bugs.winehq.org/show_bug.cgi?id=50164
Bug ID: 50164 Summary: SWTOR crash with 5.22 - thread blocked Product: Wine Version: 5.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fabienmoal@wanadoo.fr Distribution: ---
Hello,
With the new version 5.22, Swtor crash with next logs :
02c0:err:ntdll:RtlpWaitForCriticalSection section 029D0094 "dlls/ntdll/heap.c: HEAP.critSection" wait timed out in thread 02c0, blocked by 02c8, retrying (60 sec) 0304:err:ntdll:RtlpWaitForCriticalSection section 029D0094 "dlls/ntdll/heap.c: HEAP.critSection" wait timed out in thread 0304, blocked by 02c8, retrying (60 sec) wine: Unhandled page fault on write access to 65746178 at address 7BC279C7 (thread 02c8), starting debugger...
** Regression testing **
https://bugs.winehq.org/show_bug.cgi?id=50164
Fyro fabienmoal@wanadoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=50164
Fyro fabienmoal@wanadoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|SWTOR crash with 5.22 - |SWTOR crash during splash |thread blocked |screen with 5.22 - thread | |blocked
https://bugs.winehq.org/show_bug.cgi?id=50164
--- Comment #1 from Fyro fabienmoal@wanadoo.fr --- df2b13fa77172953fed6e15c65fd6380b2d2f0d3 is the first bad commit commit df2b13fa77172953fed6e15c65fd6380b2d2f0d3 Author: Chip Davis cdavis@codeweavers.com Date: Wed Nov 18 17:26:33 2020 +0100
msvcrt: Increment refcounts for all locale data in _get_current_locale().
Signed-off-by: Chip Davis cdavis@codeweavers.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 bf48d37e6ddb277af7015fdc224507b209731d38 238b408a00a3475233bed61d43e57356666292d0 M dlls
https://bugs.winehq.org/show_bug.cgi?id=50164
Fyro fabienmoal@wanadoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |df2b13fa77172953fed6e15c65f | |d6380b2d2f0d3
https://bugs.winehq.org/show_bug.cgi?id=50164
--- Comment #2 from Fyro fabienmoal@wanadoo.fr --- problem is the code moved on wine#dlls#msvcrt#locale.c#free_locinfo(..)
if(InterlockedDecrement(&locinfo->refcount)) return;
rollback this code moved, swtor launch sussessfully
https://bugs.winehq.org/show_bug.cgi?id=50164
--- Comment #3 from Fyro fabienmoal@wanadoo.fr --- can't add Chip Davis to CC List, not found
https://bugs.winehq.org/show_bug.cgi?id=50164
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cdavis5x@gmail.com, | |piotr.caban@gmail.com Keywords| |regression Component|-unknown |msvcrt
--- Comment #4 from Gijs Vermeulen gijsvrm@gmail.com --- Seems like bug 50163 is related.
https://bugs.winehq.org/show_bug.cgi?id=50164
--- Comment #5 from Piotr Caban piotr.caban@gmail.com --- I've sent a patch that fixes bug 50163. Could you please test if it also fixes this bug?
https://source.winehq.org/patches/data/196371
https://bugs.winehq.org/show_bug.cgi?id=50164
--- Comment #6 from Fyro fabienmoal@wanadoo.fr --- i've only rollback test ** if(InterlockedDecrement(&locinfo->refcount)) ** because this is for me that's occured bug, and game work
https://bugs.winehq.org/show_bug.cgi?id=50164#c2
https://bugs.winehq.org/show_bug.cgi?id=50164
--- Comment #7 from Fyro fabienmoal@wanadoo.fr --- patch apply from bug 50163 is OK
https://bugs.winehq.org/show_bug.cgi?id=50164
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |o.dierick@piezo-forte.be Resolution|--- |DUPLICATE
--- Comment #8 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Then I think this bug may be marked duplicate.
Please follow up in bug 50163.
Regards.
*** This bug has been marked as a duplicate of bug 50163 ***
https://bugs.winehq.org/show_bug.cgi?id=50164
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.