On Fri, Jul 5, 2013 at 5:43 AM, Christian J. Robinson <[email protected]> wrote: > > At some point in the last couple of weeks I have noticed that my recent Vim > builds (native Windows 7 binaries built under cygwin) are crashing whenever > my custom 'balloonexpr' is triggered--the balloon shows, then Vim crashes.
Hi, If you compile it yourself why note generate a pdb (with /Zi) and then register a postmortem debugger (e.g. windgb) therefore when it crash you can trace the line causing it. -- -- 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.
