You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
I am running linux on a virtual box. These are the configurations:
ubuntu 16.04 4.4.0-64-generic
vim 7.4
gcc 5.4.0
lua 5.2
I ran the following commands for installation:
apt-get install liblua5.2-dev lua5.2
cd ~/.vim/bundle/color_coded
mkdir build && cd build
cmake ..
make && make install
make clean && make clean_clang
This is the error I see when I try to open a .c file:
terminate called without an active exception
Vim: Caught deadly signal SEGV [1] 8501 segmentation fault (core dumped) vim hello-module.c
Vim: Finished.
I do not have luajit installed. When I open any other file it opens up normally but crashes on exit:
Thanks for the detailed report! This appears to be a duplicate of #155 to me, which is open and unresolved. The issue is that some vims, like vim-gnome and vim-gtk3, ship with their own boost and loading a plugin which also links to boost, even dynamically (with the same version), seems to be causing crashes.
I am running linux on a virtual box. These are the configurations:
I ran the following commands for installation:
This is the error I see when I try to open a .c file:
I do not have luajit installed. When I open any other file it opens up normally but crashes on exit:
The text was updated successfully, but these errors were encountered: