2009/7/15 Dominique Pellé:
> ...
> I see in the stack trace that it crashes here in syntax.c:5880 in
> in_id_list():
>
> 5875 /*
> 5876 * If the first item is "ALLBUT", return TRUE if "id" is NOT in the
> 5877 * contains list. We also require that "id" is at the same
> ":syn include"
> 5878 * level as the list.
> 5879 */
> 5880 item = *list;
> 5881 if (item >= SYNID_ALLBUT && item < SYNID_CLUSTER)
> 5882 {
>
> 'list' pointer is invalid (0x3). It's the 2nd argument of in_id_list(), which
> is called from here:
> ...
This looks very similar to "Vim SEGV after netbeans messes up syntax
data structures", see http://thread.gmane.org/gmane.editors.vim.devel/19707
The 'current_state' structure was corrupted in a netbeans callback.
Xavier
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---