On 2009-12-02, JD wrote: > Vim is hardlocking for me on every single run on my FreeBSD 5.4 > system. I've tried 7.2.299, 7.2.309 and 7.2.315 and all are broken. > > It appears to compile fine, but on run, it fails to respond to any > keystrokes and eats nearly 100% of my CPU till I send it a > SIGKILL...Please help. :)
If you build it with debugging symbols enabled, you should be able to send it SIGABRT (kill -6) which should make it dump core before terminating. You can then use gdb on the core file to examine the stack and maybe figure out what it was so busy doing. HTH, Gary -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
