Ottavio Caruso wrote:
> I'd like to have the opinion of this list before reporting this issue > as a bug on github. > > I have compiled and installed Vim using pkgsrc on my Linux Mint Debian > Edition. > I've already reported the issue on the pkgsrc-users list and it has > been suggested that I report the issue upstream. > > The build has run fine, but, and this seems to be a common failure, > when Vim is launched, it crashes like this: > > $vim > Vim: Caught deadly signal > Vim: Finished. > > Full vim --version here: > http://paste.debian.net/hidden/ded7a246/ > > Full build log here: > http://paste.debian.net/hidden/5ebf5480/ > > I've made a gdb capture here: > http://paste.debian.net/hidden/4ca4bed2/ > > Temporary workarounds: > > 1) `vim -u NONE` # works, but without modules > > 2) recompiling with the option: "CFLAGS=-g INSTALL_UNSTRIPPED=yes" # > produces a binary without crashes. > > Any input will be appreciated. It looks like you run into the false-positive fortify check. Although the build log mentiones -D_FORTIFY_SOURCE=1 it behaves like a higher fortify level was used. -- FATHER: You only killed the bride's father - that's all - LAUNCELOT: Oh dear, I didn't really mean to... FATHER: Didn't mean to? You put your sword right through his head! LAUNCELOT: Gosh - Is he all right? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_use" 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_use" 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_use/201907121337.x6CDbUqT011874%40masaka.moolenaar.net. For more options, visit https://groups.google.com/d/optout.
