Comments
-
Greg Hurrell
I am pretty sure there are no crashing bugs in the code right now — believe me, it would make my day if you could surprise me by finding one and supplying a patch, but I honestly don't think there are any to find — so there are two possible causes for the crashes you're seeing:
- one is that you might have compiled the plug-in with a different version of Ruby than the one you linked against when building Vim; the solution here is to carefully ensure that you use exactly the same version for both
- the other is a general instability in Vim 7.3 with regard to Ruby; unfortunately this one is a little difficult to troubleshoot as it seems to only manifest itself on certain platforms and with certain combinations of Vim/Ruby — in the case the simplest workaround is to drop back to 7.2, although if you're a masochist you could decide to start digging down and trying to find out the cause of these GC crashes
If you look through the issues on the issue tracker here, or the threads in the Command-T forums, you'll see posts on both of these types of issue with examples of how people were able to solve their problems. Ticket #1741 seems to be the most recent example of this, so I'm going to mark this one as closed seeing as it's a duplicate. If you have any further comments to add please add them there.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.