https://bugs.winehq.org/show_bug.cgi?id=45592
Bug ID: 45592 Summary: Far Manager 2.0.1807 hangs on a first start up in Wine-3.13; crashes on consequent start ups Product: Wine Version: 3.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
Wine-3.13
$ md5sum Far20b1807.x86.20110203.msi 99f27be0ae35b20533887b5d173538f5 Far20b1807.x86.20110203.msi
$ wineconsole --backend=user "c:\program files\far2\far.exe" 002d:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 002d:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 002d:fixme:heap:RtlSetHeapInformation 0x110000 0 0x33f610 4 stub 002d:fixme:heap:RtlSetHeapInformation 0x5a0000 0 0x33f610 4 stub 002d:fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x10000000
At this point one CPU core is 100% busy:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 10410 birdie 20 1753.8m 20.6m 16.3m R 99.9 0.1 2:14.46 far.exe
Ctrl+C terminates the application:
^C0030:fixme:console:CONSOLE_DefaultHandler Terminating process 2c on event 0 002f:fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
After starting again it crashes immediately:
$ winedbg wineconsole --backend=user "c:\program files\far2\far.exe" WineDbg starting on pid 0027 0x7b46d0a0 start_process+0x160 in kernel32: movl 0xffffff1c(%ebp),%eax Wine-dbg>cont 002f:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 002f:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 002f:fixme:heap:RtlSetHeapInformation 0x110000 0 0x33f610 4 stub 002f:fixme:heap:RtlSetHeapInformation 0x5a0000 0 0x33f610 4 stub 002f:fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x10000000 double free or corruption (!prev) wine: Assertion failed at address 0xf7fbd049 (thread 002f), starting debugger...
Can't get the backtrace.