So...since I've been moved to a Xen host, I've had a few annoying problems with two select apps: htop and vim. I'll explain one at a time:
1. htop. This worked perfectly pre-Xen, and it works fine in a "normal" ssh session. When run from within GNU Screen, though, it crashes. Here's the strace output in case that helps the troubleshooting process along:
http://p.linode.com/682
I'm running htop-0.7, which is the latest release.
2. vim. This one is quite odd as well. Vim works fine when run from a PuTTY session. When I ssh from a cygwin session, though, it crashes. This is with vim-7.1.266, which is quite recent as well. Here's the strace from this crash:
http://p.linode.com/683
My thinking is that this has something to do with the terminal type, but I don't see why that would be any different now than when I was running under UML.
Any ideas? Thanks!