Martin Finke <[email protected]> wrote: > I get frequent crashes with MacVim Snapshot 70 (Vim 7.4) on Mac > OS X 10.7.5 Intel 64 Bit. It happens when autocompletion is used.
...snip... > Thread 0 Crashed:: Dispatch queue: com.apple.main-thread > 0 libsystem_kernel.dylib 0x00007fff873c082a __kill + 10 > 1 Vim 0x0000000105968019 mch_exit + 217 > 2 Vim 0x000000010596afbe deathtrap + 430 > 3 libsystem_c.dylib 0x00007fff8482ecfa _sigtramp + 26 > 4 Vim 0x0000000105989220 addstate + 656 > 5 Vim 0x0000000105989dc8 addstate_here + 40 > 6 Vim 0x0000000105987c88 nfa_regmatch + 2824 > 7 Vim 0x0000000105986e9e nfa_regtry + 318 > 8 Vim 0x000000010598681e nfa_regexec_nl + 110 > 9 Vim 0x00000001058a5c77 do_string_sub + 183 The stack trace indicates a crash in the NFA regexp engine (new in Vim-7.4) A few crashes were already fixed since Vim-7.4, latest version being Vim-7.4.22. As a workaround, you could add "set regexpengine=1" in your ~/.vimrc to use the old regexp engine, but better is to install the latest version of Vim. Regards Dominique -- -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
