Ramel Eshed wrote: > I'm not sure what exactly you've done in the last few patches, but it > seems like the SEGV issue is solved now, Thanks.
Glad to hear that. > Unfortunately, I have > a different issue now when using the gui; Sometimes, when I perform a > large search (~9000 results) Vim hangs and never restored. I enabled > the channel log and I see the following Netbeans messages even though > I'm not using the Netbeans protocol: > > ERR on 1: messageFromNetbeans(): Cannot read from channel, will close it soon That's just an old name for what is now a generic function. > When running Vim in a terminal everything works fine, but for some > reason I still see errors in the channel's log. The terminal error is: > > ERR on 1: channel_select_check(): Cannot read from channel, will close it soon > > Any idea what went wrong? Not really. It's possible the job just finished. Do you have a way to check for that? > The gui issue doesn't seem deterministic, so I can't give a way to > reproduce it, but you can download my plugin and play with it a bit > (It takes me no more than 10 searches in the linux kernel code base > until I see the issue). Let's first find out if the output is truncated or not. You could run the same command and redirect the output to a file, then check the channel log to see what's the last thing that Vim received. -- Everybody wants to go to heaven, but nobody wants to die. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
