Christian Robinson <hept...@gmail.com> wrote:

> On Jul 5, 2013, at 2:46 AM, Christian Brabandt <cbli...@256bit.org> wrote:
>
>> Hi Christian!
>>
>> On Do, 04 Jul 2013, Christian J. Robinson 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.
>>>
>>
>> Can you provide a stack trace of the crash?
>
> Right now I don't have the tools to do that. Sorry.

If you have cygwin, you have gdb. You can
get stack trace by running Vim in gdb as follows:

$ gdb --args vim
(gdb) run

... and when it crashes, you can get the stack with:

(gdb) bt

Make sure you compile with -O0 -g and don't strip vim
to get a useful stack.

What is the value of 'balloonexpr'?

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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui