Comments
-
Greg Hurrell
I think I might revert those commits, pending further investigation.
-
Greg Hurrell
Ok, reverted for now, and the lazy-initialization stuff is now on a topic branch. Can't really see anything in the topic branch that could cause a seg fault, but as lots of people track HEAD of master via Pathogen or similar, I prefer to be conservative and rollback until I'm sure the code doesn't have any negative side-effects.
-
anonymous
If there's any information I can provide to track down the cause of the crash, let me know. It was happening consistently with the latest changes before you reverted them and went away when I rolled back to a prior commit.
-
anonymous
I just updated to MacVim 7.3 (58) and I am getting this seg fault when starting mvim. The window never even appears, a message is just output "Vim: Caught deadly signal SEGV". If I remove the command-t plugin, the crash goes away. This continues to occur even after reverting the lazy initialization commits.
-
Greg Hurrell
Perhaps you are building it with the wrong version of Ruby. Are you are rvm user, by any chance? If so, you need to build with the system Ruby, which is what MacVim links against.
-
anonymous
Sorry, my mistake. I knew that you had to use the system Ruby, but evidently I wasn't. I just tried it again and its working great. Thanks!
-
Greg Hurrell
Closing as the lazy-initialization was reverted and later replaced by use of Vim's autoload mechanism.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.