On Sun, Feb 22, 2009 at 6:38 PM, Nazri Ramliy wrote: > > > Run strace on vim on another terminal and as soon as that problem > happens see what's up in that strace output. It might give a clue. >
Alas, this doesn't seem to give much info. I get: [yi...@yizaq-lnx:Mon Feb 23:~]$ ps -ef | grep yizaq | grep gvim yizaq 3693 1 0 Jan06 ? 00:00:00 gvim -font Courier Bold 13 -d [yi...@yizaq-lnx:Mon Feb 23:~]$ sudo strace -p 3693 Process 3693 attached - interrupt to quit ioctl(3, FIONREAD, [0]) = 0 poll( Of course I tried to do a number of actions. Open buffers, alternate, execute shell commands from within vim. The strace is silent. Probably doing something wrong. Thanks, Yosi --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
