Thinca wrote:

> Thank you for the patch!
> 
> I found a SEGV pattern with this patch.
> 
> " test.vim
> let obj = {}
> function! obj.func() abort
> endfunction
> let obj.func = obj.func
> unlet obj
> call garbagecollect()
> 
> 
> vim -u test.vim -i NONE -N

That's actually an existing problem, uncovered by correctly
unreferencing tv_dict.  I'll fix it.  It's not that easy, since a dict
can contain a partial and a partial can contain a dict.

-- 
hundred-and-one symptoms of being an internet addict:
98. The Alta Vista administrators ask you what sites are missing
    in their index files.

 /// Bram Moolenaar -- b...@moolenaar.net -- 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_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/d/optout.

Reply via email to