Hi,
Since same compilation under windows 10 MSYS2 32bits to build , I got a seg fault on gvim launch. Sorry but gdb didn't tell me exact source. Thank you in advance. This is my build command : > 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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/c96005ba-3dbe-43f9-862c-629eb00093c3%40googlegroups.com.
