Axel Kielhorn wrote:

> I usually build Vim from git source but tested the official (Snow Leopard) 
> snapshot as well.
> I'm on MacOS 10.6.8.
> 
> My compiler:
> gcc --version
> i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
> 
> (I can build on 10.8.4 using current xcode as well.)
> 
> When using the latest vim-pandoc
> https://github.com/vim-pandoc/vim-pandoc
> 
> I can crash vim editing the following file:

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib                   0x00007fff840e50b6 __kill + 10
1   Vim                                 0x00000001000efa5a mch_exit + 58
2   libSystem.B.dylib                   0x00007fff840f71ba _sigtramp + 26
3   Vim                                 0x0000000100108b8c addstate + 12
4   Vim                                 0x000000010010927a addstate + 1786
5   Vim                                 0x000000010010927a addstate + 1786
[etc.]

Looks like recursive use of addstate().  Does it run out of stack?
I don't know what _sigtramp is.

Could be a bug in the regexp engine.


-- 
DENNIS: Look,  strange women lying on their backs in ponds handing out
        swords ... that's no basis for a system of government.  Supreme
        executive power derives from a mandate from the masses, not from some
        farcical aquatic ceremony.
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_mac" 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_mac" 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.


Reply via email to