hi, i compiled vim from source (from the mercurial repo) with all the latest 
patches, my system is a ubuntu 13.04 64 bit. when i run vim and load a PHP file 
i get this error:

"classes/ORM/Product.php" 495L, 17856C*** Error in `vim': free(): invalid next 
size (normal): 0x00000000042cabe0 ***

and then i have to "kill -9" it. i tried to load the same file with:

vim -u NONE -U NONE --noplugin classes/ORM/Product.php 

and it loaded, but when i did a ":syntax on" it crashed, writing on the console 
just "Segmentation fault (core dumped)"

i tried also to load some other files:
 - bash script: no crash
 - short coffeescript file: no crash
 - smarty template: crash
 - very very short and simple php file: crash

i need to put "set regexpengine=1" in my .vimrc to be able to work.

here's my vim version, if you need some more info, feel free to ask to me 
(except for the source code i tried to edit :P that's my company code and i 
obviously can't share it)
 
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 20 2013 08:22:08)
Included patches: 1-973
Compiled by [obscured]
Big version without GUI.  Features included (+) or not (-):
+arabic          +file_in_path    +mouse_sgr       +tag_binary
+autocmd         +find_in_path    -mouse_sysmouse  +tag_old_static
-balloon_eval    +float           +mouse_urxvt     -tag_any_white
-browse          +folding         +mouse_xterm     -tcl
++builtin_terms  -footer          +multi_byte      +terminfo
+byte_offset     +fork()          +multi_lang      +termresponse
+cindent         +gettext         -mzscheme        +textobjects
+clientserver    -hangul_input    -netbeans_intg   +title
+clipboard       +iconv           +path_extra      -toolbar
+cmdline_compl   +insert_expand   -perl            +user_commands
+cmdline_hist    +jumplist        +persistent_undo +vertsplit
+cmdline_info    +keymap          +postscript      +virtualedit
+comments        +langmap         +printer         +visual
+conceal         +libcall         -profile         +visualextra
+cryptv          +linebreak       +python          +viminfo
+cscope          +lispindent      -python3         +vreplace
+cursorbind      +listcmds        +quickfix        +wildignore
+cursorshape     +localmap        +reltime         +wildmenu
+dialog_con      -lua             +rightleft       +windows
+diff            +menu            -ruby            +writebackup
+digraphs        +mksession       +scrollbind      +X11
-dnd             +modify_fname    +signs           +xfontset
-ebcdic          +mouse           +smartindent     -xim
+emacs_tags      -mouseshape      -sniff           +xsmp_interact
+eval            +mouse_dec       +startuptime     +xterm_clipboard
+ex_extra        -mouse_gpm       +statusline      -xterm_save
+extra_search    -mouse_jsbterm   -sun_workshop    
+farsi           +mouse_netterm   +syntax          
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/local/include  -O2 
-fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1      
Linking: gcc   -L/usr/local/lib -Wl,--as-needed -o vim    -lSM -lICE -lXpm -lXt 
-lX11 -lXdmcp -lSM -lICE  -lm -ltinfo   -ldl    
-L/usr/lib/python2.7/config-x86_64-linux-gnu/ -lpython2.7 -lpthread -ldl -lutil 
-lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions      

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to