Re: Patch 7.3.973

2013-05-20 Fir de Conversatie Matteo Cavalleri
> It might be the same crash that happens on: > > > > :echo search("[^A-z]") > > > > No fix yet. i just compiled the new patches and it seems they fixed my problem. at least now vim doesn't crash as soon as i open a php file. i'll do some editing and see if it crashes again. -- --

Re: Patch 7.3.973

2013-05-20 Fir de Conversatie Ron Aaron
Yeah, it works fine after I did a clean-clean build at home. Probably a patching problem on my part. -- -- 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 --

Re: Patch 7.3.973

2013-05-20 Fir de Conversatie Charles
On Mon, May 20, 2013 at 6:34 PM, Bram Moolenaar wrote: > > Matteo Cavalleri wrote: > >> 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.ph

Re: Patch 7.3.973

2013-05-20 Fir de Conversatie Ron Aaron
On 05/20/2013 02:34 PM, Bram Moolenaar wrote: The line numbers don't exist. The different types are the same. Is your compiler broken? Or did you duplicate code? Probably a compile problem, I'll check it out later. Like I said, it compiles fine at work. -- -- You received this message fro

Re: Patch 7.3.973

2013-05-20 Fir de Conversatie Bram Moolenaar
Ron Aaron wrote: > Arrgh. This one doesn't even compile for me: > > regexp_nfa.c:11010:3: warning: passing argument 3 of ‘addstate’ from > incompatible pointer type [enabled by default] > regexp_nfa.c:10088:1: note: expected ‘struct regsub_T *’ but argument is of > type ‘struct regsub_T *’ >

Re: Patch 7.3.973

2013-05-20 Fir de Conversatie Bram Moolenaar
Matteo Cavalleri wrote: > 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

Re: Patch 7.3.973

2013-05-20 Fir de Conversatie Matteo Cavalleri
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): 0x042cabe0 *** an

Re: Patch 7.3.973

2013-05-19 Fir de Conversatie Ron Aaron
Bizarrely, it compiles fine at work. Both are Mint 14, but the one at work is 64bit and the one at home is 32bit. Maybe I misapplied the patch at home, I'll have to take a look this evening. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below t

Re: Patch 7.3.973

2013-05-19 Fir de Conversatie Ron Aaron
Arrgh. This one doesn't even compile for me: regexp_nfa.c:11010:3: warning: passing argument 3 of ‘addstate’ from incompatible pointer type [enabled by default] regexp_nfa.c:10088:1: note: expected ‘struct regsub_T *’ but argument is of type ‘struct regsub_T *’ regexp_nfa.c:11018:3: warning: pa

Patch 7.3.973

2013-05-19 Fir de Conversatie Bram Moolenaar
Patch 7.3.973 Problem:Compiler warnings. Crash on startup. (Tony Mechelynck) Solution: Change EMSG2 to EMSGN. Make array one character longer. Files: src/regexp_nfa.c *** ../vim-7.3.972/src/regexp_nfa.c 2013-05-19 19:16:25.0 +0200 --- src/regexp_nfa.c2013-05-19 21:56