At patch level 9.0.471: Segmentation fault at startup

16 views
Skip to first unread message

Tony Mechelynck

unread,
Sep 15, 2022, 2:49:11 PM9/15/22
to vim_dev, Bram Moolenaar
• I only tested the Big version.
• This happens in both vim and gvim.
• With my usual handcoded Session file, it happens immediately in both
vim and gvim.
• With only my usual vimrc, it happens immediately in gvim; in vim the
:info splash screen is displayed, then hitting Space a couple of times
gives SEGV.
• With --clean, it happens immediately in gvim; in vim the splash
screen appears then hitting Space does nothing, but :h followed by the
Enter key gives SEGV instead of displaying the help.

The following script is sourced in bash before compiling the concerned
executable:

export CONF_OPT_GUI='--enable-gui=gtk3'
export CONF_OPT_MULTIBYTE='--enable-multibyte'
export CONF_OPT_AUTOSERVE='--enable-autoservername'
export CONF_OPT_FEAT='--with-features=big'
export CONF_OPT_COMPBY='"--with-compiledby=antoine.m...@gmail.com"'

Best regards,
Tony.

Tony Mechelynck

unread,
Sep 15, 2022, 3:37:15 PM9/15/22
to vim_dev, Bram Moolenaar
The problem disappears after "make reconfig". Library discrepancy
between "recently changed" and "other" modules? (I'm on openSUSE
Tumbleweed, a rather "volatile" OS.)

Best regards,
Tony.

Maxim Kim

unread,
Sep 16, 2022, 2:14:36 AM9/16/22
to vim...@googlegroups.com

Got the same with


# make distclean
./configure --with-features=huge --enable-gui=gtk3 --enable-python3interp
sudo make install

Starts fine with vim -Nu NONE

Reply all
Reply to author
Forward
0 new messages