https://bugs.kde.org/show_bug.cgi?id=363226
--- Comment #12 from bes.internal <bes.inter...@gmail.com> --- >could you try that with a more recent version from the store kate 23.08.2 Nothing has changed - the application crashes. As far as I could understand windbg... I managed to get something. After network drive became unreacheble. Kate freeze (windows file subsystem timeout on network drive) then crash: ``` [...] ModLoad: 00007ff9`2ab60000 00007ff9`2adfa000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3570_none_60bb2a3971f3e41a\comctl32.dll ModLoad: 00007ff9`3a090000 00007ff9`3a244000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll ModLoad: 00007ff9`2d1c0000 00007ff9`2d26c000 C:\WINDOWS\SYSTEM32\TextShaping.dll (4960.1744): Stack overflow - code c00000fd (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. ntdll!RtlpDosPathNameToRelativeNtPathName+0x41: 00007ff9`3f22af91 894c2434 mov dword ptr [rsp+34h],ecx ss:0000009d`fde03ec4=00000000 ``` After crash I reload executable in windbg and go: ``` [...] ModLoad: 00007ff9`2d270000 00007ff9`2d4ef000 C:\WINDOWS\system32\dwrite.dll (4e20.3f40): Stack overflow - code c00000fd (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. ntdll!RtlProtectHeap+0x559: 00007ff9`3f21e639 e856050000 call ntdll!RtlProtectHeap+0xab4 (00007ff9`3f21eb94) ``` -- You are receiving this mail because: You are watching all bug changes.