Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug about memory leak whiling search a char Colon(:) #223

Open
lwwens opened this issue Jan 18, 2020 · 1 comment
Open

A bug about memory leak whiling search a char Colon(:) #223

lwwens opened this issue Jan 18, 2020 · 1 comment

Comments

@lwwens
Copy link

lwwens commented Jan 18, 2020

environment

  • vim: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 7 2020 22:53:41)
  • grepper.commit: 'dde6a66'
  • OS:arch linux x86_64
  • Mem: 8GB
  • grepper configuration in vimrc:
    Plug 'mhinz/vim-grepper' , { 'on': ['Grepper',
    \ '(GrepperOperator)'] }
  • other plugin:
    2020-01-18_15-12-02

actual behavior

$ cd ~/.vim && vim vimrc
 
:GrepperAg :<CR>

expected behavior

I want search all colon(:) in vimrc.

bug

The terrible consequence of the above behavior is to cause a serious memory leak in just a few seconds, and finally the entire system must be reboot violently.

@Herz3h
Copy link

Herz3h commented Nov 14, 2023

Same issue here, not only with colon, but search some words, a letter, causes freezes/neovim to crash or event the whole OS to crash

Neovim 0.9
Latest vim-grepper
Mac M2 OSx Ventura

Tested with a vimrc that has only vim-plug + vim-grepper to avoid any issue caused by other plugins, and problem remains.

Not sure what to do about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants