[Bug 50164] New: SWTOR crash with 5.22 - thread blocked
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(a)winehq.org Reporter: fabienmoal(a)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 ** -- 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=50164 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu -- 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=50164 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SWTOR crash with 5.22 - |SWTOR crash during splash |thread blocked |screen with 5.22 - thread | |blocked -- 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=50164 --- Comment #1 from Fyro <fabienmoal(a)wanadoo.fr> --- df2b13fa77172953fed6e15c65fd6380b2d2f0d3 is the first bad commit commit df2b13fa77172953fed6e15c65fd6380b2d2f0d3 Author: Chip Davis <cdavis(a)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(a)codeweavers.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> :040000 040000 bf48d37e6ddb277af7015fdc224507b209731d38 238b408a00a3475233bed61d43e57356666292d0 M dlls -- 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=50164 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |df2b13fa77172953fed6e15c65f | |d6380b2d2f0d3 -- 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=50164 --- Comment #2 from Fyro <fabienmoal(a)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 -- 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=50164 --- Comment #3 from Fyro <fabienmoal(a)wanadoo.fr> --- can't add Chip Davis to CC List, not found -- 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=50164 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cdavis5x(a)gmail.com, | |piotr.caban(a)gmail.com Keywords| |regression Component|-unknown |msvcrt --- Comment #4 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Seems like bug 50163 is related. -- 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=50164 --- Comment #5 from Piotr Caban <piotr.caban(a)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 -- 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=50164 --- Comment #6 from Fyro <fabienmoal(a)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 -- 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=50164 --- Comment #7 from Fyro <fabienmoal(a)wanadoo.fr> --- patch apply from bug 50163 is OK -- 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=50164 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |o.dierick(a)piezo-forte.be Resolution|--- |DUPLICATE --- Comment #8 from Olivier F. R. Dierick <o.dierick(a)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 *** -- 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=50164 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Duplicate. -- 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)
-
WineHQ Bugzilla