Sunday, October 28, 2012

Re: gvim hanging

Excerpts from rockybalboa4's message of Sun Oct 28 13:56:31 +0100 2012:
> Looking into gdb output and the process list:
> name      8139  0.7  1.0 906440 32596 pts/25   Tsl+ Oct11 173:59 /usr/bin/gvim -f
> name      7661  0.0  0.0      0     0 ?        Zs   07:50   0:00  \_ [bash] <defunct>
This really looks like a problem in Vim. defunct means that vim should
gather the exit code which it didn't do for some reason or the like.

Which plugin might have run that bash shell? Any idea which plugin might
have spawned the subshell?

Consider posting your plugin list and what you did (open filetypes, etc)
This may help.

Tip:
watch -- sh -c 'ps aux | grep defunct'
will give you feedback when that situation might be happening again.

Marc Weber

--
You received this message from the "vim_use" 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

No comments: