Hi Thiago! On So, 08 Dez 2013, Thiago Padilha wrote:
> About this issue of vim not responding, did you try to call the Stop() > function of the test plugin? I added this function because python will > never exit by itself unless the background thread is killed. No, and by the time I noticed, it was too late, Vim wouldn't respond anymore. By attaching gdb to the process I saw, that Vim was hanging in the python_end() function, so I think, you are right, python will never exit unless the background thread is killed. I tried adding some pthread_exit function calls to the getout() function, but this did not kill the python threads. I guess, this one needs to be taken care of, so one does not leave a hanging Vim around. Best, Christian -- -- -- 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.
