https://bugs.winehq.org/show_bug.cgi?id=55506
Bug ID: 55506 Summary: captvty 2.10.5.3, freeze when selecting a station Product: Wine Version: 8.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: epistemepromeneur@free.fr Distribution: ---
since wine 8.14 when select a station then caoptvty i get a freeze.
Here is the end of the log :
0024:fixme:ras:RasConnectionNotificationW (FFFFFFFF,000001E4,0x00000003),stub! 0024:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0 0024:fixme:dciman:DCICreatePrimary 01010051 045715FC 0120:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet 011c:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet 0130:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet 0134:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet 0140:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0140, blocked by 0138, retrying (60 sec) 0024:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0024, blocked by 0138, retrying (60 sec) 0148:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0148:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0148:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0160:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0160, blocked by 0138, retrying (60 sec) 013c:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet 013c:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 013c, blocked by 0138, retrying (60 sec) 0124:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0124, blocked by 0138, retrying (60 sec) 0140:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0140, blocked by 0138, retrying (60 sec) 0024:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0024, blocked by 0138, retrying (60 sec) 0160:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0160, blocked by 0138, retrying (60 sec) 013c:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 013c, blocked by 0138, retrying (60 sec) 0124:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0124, blocked by 0138, retrying (60 sec) 0140:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0140, blocked by 0138, retrying (60 sec) 0024:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0024, blocked by 0138, retrying (60 sec) 0160:err:sync:RtlpWaitForCriticalSection section 7BC693C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0160, blocked by 0138, retrying (60 sec)
https://bugs.winehq.org/show_bug.cgi?id=55506
--- Comment #1 from promeneur epistemepromeneur@free.fr --- Curiously, there is a commit about 8.14 about ntdll
https://gitlab.winehq.org/wine/wine/-/commit/9d6aabb202a080970a50f52a7e8bfeb...
https://bugs.winehq.org/show_bug.cgi?id=55506
--- Comment #2 from Rafał Mużyło galtgendo@o2.pl --- ...actually, '"dlls/ntdll/loader.c: loader_section" wait timed out...' if it doesn't resolve itself trivially, is a well known (near/) p perma freeze.
But usually caused by something that happened earlier.
That listview line looks like an option, still a bigger portion of the log would be helpful (and this time attach it),
https://bugs.winehq.org/show_bug.cgi?id=55506
--- Comment #3 from Rafał Mużyło galtgendo@o2.pl --- Some googling (quite a bit more than expected) seems to say that particular message is LVM_ENABLEGROUPVIEW...which it seems wine doesn't implement.
Hard to tell whether it matters in this case.
https://bugs.winehq.org/show_bug.cgi?id=55506
--- Comment #4 from promeneur epistemepromeneur@free.fr --- Created attachment 75069 --> https://bugs.winehq.org/attachment.cgi?id=75069 the log file ofthe problem
https://bugs.winehq.org/show_bug.cgi?id=55506
--- Comment #5 from promeneur epistemepromeneur@free.fr --- Problem solved with 8.15
https://bugs.winehq.org/show_bug.cgi?id=55506
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- Reported fixed by the OP. Can an administrator close this bug as FIXED?