Hi, My school provide a server from which we can run code. I pulled the newest version of git from GitHub since their version was outdated and I wanted one with python3 support so I could use YCM.
After during this I have had issues where I got the following error: BadAccess (attempt to access private resource denied) Vim: Got X error Vim: Finished. The error is raised when I try to delete characters or lines while not being in insert mode or I try to yank a line. I.e. the have been raised after i pressed "x", "dd", "yy" or "de" in normal mode. I have not been able to determine why the error is raised and google have not helped. None of the tickets/forums, I found on google, are related to vim raising this error. Furthermore, the people behind the server did not have an idea for what caused this. I have tried deleting and reinstalling vim. However, I now get the following error when start vim $ ./src/vim Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault I am able to run ./src/vim --version and the output can be seen in here: https://pastebin.com/bnUi6uKF Output when running vim --version, i.e. running he default vim provided on the server, can be sen here: https://pastebin.com/wbs6YAU5 When I downloaded the newest version again I did the following. $ git clone https://github.com/vim/vim.git $ cd vim $ make distclean $ ./configure --enable-cscope --enable-multibyte --enable-rubyinterp --enable-pythoninterp --enable-python3interp If more information is needed then please let me know. -- -- 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/8058b9b2-3e9c-4192-92d8-0770ea2aa815%40googlegroups.com.
