For it to stay open
Linux ari-gentoo 5.14.15-gentoo #2 SMP Thu Oct 28 08:43:20 EEST 2021 x86_64 Intel(R) Core(TM) i3-8130U CPU @ 2.20GHz GenuineIntel GNU/Linux
version 8.2.814
Error:
Vim: Caught deadly signal SEGV
Segmentation fault
USE flags:
python terminal
Plugins (vimplug):
Plug 'turbio/bracey.vim'
Plug 'mattn/emmet-vim'
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
Plug 'AlessandroYorba/Alduin'
Plug 'valloric/youcompleteme'
Plug 'tpope/vim-surround'
Plug 'w0rp/ale'
Plug 'jiangmiao/auto-pairs'
Plug 'itchyny/lightline.vim'
Plug 'vim-latex/vim-latex'
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug'] }
vim --info:
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Oct 20 2021 21:53:13)
Unknown option argument: "--info"
More info with: "vim -h"—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
![]()
also when i try to format the file it indents it double as much
and recently I have been getting "partial write" questions when trying to write (:w) in vim
Open an image on telegram (as a file)
What's telegram?
version 8.2.814
That's 17 months old. Try to reproduce on master, and without config (vim --clean or vim -Nu NONE).
also when i try to format the file it indents it double as much
and recently I have been getting "partial write" questions when trying to write (:w) in vim
Open a separate issue with enough information to reproduce.
Open an image on telegram (as a file)
What's telegram?
version 8.2.814
That's 17 months old. Try to reproduce on master, and without config (
vim --cleanorvim -Nu NONE).also when i try to format the file it indents it double as much
and recently I have been getting "partial write" questions when trying to write (:w) in vimOpen a separate issue with enough information to reproduce.
It's a messaging app, I expierienced it with it so i thought maybe it's related
okay
Okay I will report it if i get it more
just got it again as i opened vim with no config:
Vim: Caught deadly signal SEGV
Segmentation fault
Managed to reproduce it with no config:
Vim: Caught deadly signal SEGV -Nu NONE
Vim: Finished.
Segmentation fault
i opened a new terminal window and it did this
I will try to reproduce it on master now
The master branch of ViM doesn't seem to weak to this bug, I will just switch to the ~amd64 keyword and it should be fine 👍
Closed #9062.
I will also add the racket USE flag as it might help :)
Actually it seems that it's not scheme's fault - it's the terminal's (:term) fault
and my youcompleteme plugin seems to have killed itself multiple times
ycmd_58391_stderr_ijozg7g8.log
ycmd_58391_stdout_i3qgbbzn.log
version 8.2.814
As indicated earlier, please build the latest vim from master (currently vim-8.2.3567).
Otherwise we are likely to lose time with old bugs which are already fixed.
If this is about :term, then several crashes were fixed. I see at least these
related to crash with terminal (and maybe others):
patch 8.2.2908: crash when using a terminal popup window from cmdline window
patch 8.2.2545: errors and crash when terminal window is zero height
patch 8.2.1985: crash when closing terminal popup with <Cmd> mapping
patch 8.2.1959: crash when terminal buffer name is made empty
patch 8.2.1353: crash when drawing double-wide character in terminal window
patch 8.2.0989: crash after resizing a terminal window
Also I switched to ~amd64 kw:
/etc/portage/package.accept_keywords/vim ;
app-editors/vim ~amd64
app-editors/vim-core ~amd64
and I have added the racket USE flag to my vim build.
it helped and it seems to be fine