Am 14.07.2013 um 13:02 schrieb Bram Moolenaar: > > 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.
I downloaded snapshot 66 which is Vim 7.3.754 and it doesn't crash. I rebuild Vim 7.3.754 with my current compiler and it crashed. Any idea where to look? The last Xcode update was in March 2011 That was before snapshot 66 was build (2010 Aug 15, compiled Dec 13 2012 00:07:34) Axel -- -- 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.
