Bug 83700
| Summary: | vim becomes a runaway process | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Danny Sung <dannys> |
| Component: | vim | Assignee: | Karsten Hopp <karsten> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | andreas.smigielski, barryn, e, johnh, mattdm, michael.redinger, steve_dum, tedkaz, tim |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-07-21 14:42:45 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Danny Sung
2003-02-07 06:25:28 UTC
I can do the same, in fact we have several general login servers which consistently get loaded up with runnaway vim and xemacs processes both of which seem to hang in the same consistent manner. All you gotta do is ssh into a box, start vim, close your terminal without quitting vim... I've seen this on 7.2-9.0 machines... never mind just found this on the vim page: http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl 29.9. When I kill the xterm running Vim, the Vim process continues to run and takes up a lot of CPU (99%) time. Why is this happening? When Vim is built with support for Python interface, you will have this problem. This is a known problem with a python thread library and Vim. To solve this problem, use a Vim binary built without the Python interface. For more information, read :help +python :help python Doesn't look like there is a fix yet... Cheers, Tim *** Bug 91629 has been marked as a duplicate of this bug. *** *** Bug 88458 has been marked as a duplicate of this bug. *** *** Bug 83177 has been marked as a duplicate of this bug. *** *** Bug 78350 has been marked as a duplicate of this bug. *** *** Bug 61141 has been marked as a duplicate of this bug. *** This is happening to us, too. dkl, can we get a fixed vim built and released? Or perhaps a fixed Python thread library if vim +python is too useful to lose? Thanks. |