spf13 / PIV

PHP Integration environment for Vim
250 stars 36 forks source link

vim 7.4 segfaults with this installed #25

Open sequethin opened 11 years ago

sequethin commented 11 years ago

Not sure exactly where the problem is occuring, but if I use PIV, vim segfaults on large PHP files, and if I remove PIV, everything works fine. I just spent a couple of hours going through my vim setup line by line... Is anyone else experiencing this on vim 7.4?

lukeasrodgers commented 11 years ago

I'm getting seg faults all over the place with vim 7.4, seemingly unrelated to specific plugins, though some seem more likely to bring it on (e.g. ctrl-P with large files in multiple buffers). Combining syntax enable with set incsearch on its own is enough to make vim 7.4 segfault every time for me.

dibayendu commented 10 years ago

vim crashes with PIV in some php files. I am working on a drupal project and opening any .module crashes vim. Once i remove the PIV from bundles folder, it seems to open fine. Is anyone else having this problem?

dibayendu commented 10 years ago

Sorry ignore my above post. The issue was was vim. After I upgrade vim to 7.4.027, the issue was fixed!

ragingdave commented 9 years ago

I actually ran into this just today and confirm that it is PIV. In my case it was on a line that was EXTREMELY long. Seems that might be the problem.

The last command to be executed in verbose/debug mode was s:Highlight_Matching_Pair().