make -f Make_ming.mak OLE=yes DEBUG=yes GUI=yes XPM=no DIRECTx=yes DYNAMIC_LUA=yes LUA=./lua-5.3.5/src LUA_VER=53 PYTHON3=/c/Python37-32 DYNAMIC_PYTHON3=yes PYTHON3_VER=37 RUBY=C:/Ruby26 DYNAMIC_RUBY=yes RUBY_VER=26 RUBY_API_VER_LONG=2.6.0 TERMINAL=yes EVENT_LOOP=yes
$ gdb /d/Logiciels/Vim/vim81/gvimd.exe
GNU gdb (GDB) 8.3
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from D:/Logiciels/Vim/vim81/gvimd.exe...
(gdb) dir c:/users/foo.bar/source/Vim.8.1.2102/src
Source directories searched: c:/users/foo.bar/source/Vim.8.1.2102/src;$cdir;$cwd
(gdb)
(gdb)
(gdb) run
Starting program: D:\Logiciels\Vim\vim81\gvimd.exe
[New Thread 12392.0x1e48]
[New Thread 12392.0x37dc]
[New Thread 12392.0x359c]
warning: mincore\com\oleaut32\typelib\tlibapi.cpp(2279)\OLEAUT32.dll!75345116: (caller: 75344EB5) ReturnHr(1) tid(1fdc) 8002801D Biblioth▒que non inscrite.
Thread 1 received signal SIGSEGV, Segmentation fault.
0x765b6cb3 in strcat () from C:\WINDOWS\System32\msvcrt.dll
Found that this command call system('which msvcrt-ruby260.dll') causes segfault under windows, which does not exist.Surprised that it causes segfault.Thank you.