https://bugs.winehq.org/show_bug.cgi?id=55993
Bug ID: 55993 Summary: PLSQL Developer: Hangs when trying to connect a database. Product: Wine Version: 8.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: bernhardu@mailbox.org Distribution: ---
Trying to connect to a database like described in the now fixed bug #55833, shows an application hang:
0110:err:sync:RtlpWaitForCriticalSection section 00006FFFF8573D68 "?" wait timed out in thread 0110, blocked by 0000, retrying (60 sec)
This seems to be another regression:
efd03f40e6e315d89cd1d09c48180aae82033f9f is the first broken commit commit efd03f40e6e315d89cd1d09c48180aae82033f9f Author: Alexandre Julliard julliard@winehq.org Date: Thu Oct 5 10:41:47 2023 +0200 server: Assign a system-wide mapping address for dynamic base modules.
Reverting this efd03f40 (and ec3de128) makes PLSQL not to hang.
There is another regression bug 55967 pointing to the same commit.