On Tue, Jan 15, 2008 at 01:55:56PM +0100, [EMAIL PROTECTED] wrote: > > > > > > Can anyone else reproduce this? > > > > > > > > > > Nope. Solaris, x86, vim 7.1 > > > > > > > > Ok. I tried reproducing this on a few other systems too. I can't > > > > reproduce it on Fedora, Gentoo and Mac OS X (Leo). But the above > > > > causes Vim to hang every time on Scientific Linux release 5.0 > > > > (Boron). > > > > > > Just another data point: it doesn't hang on Scientific Linux 4.0. > > > > Not sure whether this explains it, but recent patch 7.1.215 fixes > > access to uninitialized value in the code that handles the mouse: > > > > Patch 7.1.225 > > Problem: Using unitialized value when XGetWMNormalHints() fails. > > Solution: Check the return value. (Dominique Pelle) > > Files: src/os_unix.c > > Interesting. My vim is 7.1.228 so your explanation holds but I have > no means to check. Maybe Gautam should try on version > 7.225 > (don't know on which one he's found the problem).
Ok. Tested. Vim-7.1.229 still hangs on Scientific Linux 5: /tmp/vimrc has: set nocp set mouse=a Then "vim -u /tmp/vimrc -X" hangs when run under screen. It does not display anything, or respond to terminal input (including Ctrl-C). When killed (SIGTERM), it draws the intro screen and prints a message saying "Received TERM signal, exiting." The same happens with -X / without -X, independent of the DISPLAY variable. But "env TERM=rxvt vim" runs fine. GI -- Experience is what a comb gives you after you lose your hair. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---