Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2207 - vim eats 100% cpu on SIGHUP
Summary: vim eats 100% cpu on SIGHUP
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-28 19:35 UTC by ben jansens
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ben jansens 2002-04-28 19:35:18 UTC
when vim catches a SIGHUP, it starts eating as much cpu as it can get and 
remains this way indefinately, until you kill -9 it.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-04-28 23:45:34 UTC
verified..., I'm guessing this is a vim bug though.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-04-29 01:18:48 UTC
xor: you should consider posting bugs with a different email address.
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2002-05-27 19:35:18 UTC
Basically this comes down to a weakness in Vim using all the various
interpreters.  (The Vim author will tell you it's a weakness in Linux since it
works fine on BSD.)  I suspect if you build Vim with

    USE="-perl -python -ruby" emerge vim

then it will probably not exhibit the bug (though I haven't tried yet).  Since
lots of people use the embedded interpreters, I'm not going to change the
default for the build.

Aron