Hi everyone, I'm not really sure if this is a bug in Vim directly because I'm using some extension scripts which directly trigger it; however, as Vim is segfaulting I assume the bug is is only triggered and not directly caused by the scripts.
Environment: - vim-7.3.646 - clang_complete plugin - c-support (c.vim) plugin - Vundle "script manager" Scenario: Vundle is active, above mentioned plugins are installed via vundle (which works fine so far). Opening a file ending on .c (which causes clang_complete and c-support to kick in) results in a segfault: Vim: Caught deadly signal SEGV zsh: segmentation fault (core dumped) LANG=C vim test.c Workaround: Disabling the option: g:clang_use_library makes the segfault go away, which indicates that clang_complete is responsible for triggering the bug. I do not seem to be able to attach the files (google groups as well as its mailinglist interface fails silently while appearing to be successful), so you can get the needed report files here: [1] http://gstaedtner.net/bugs/vim_segfault00-bugreport.txt [2] http://gstaedtner.net/bugs/vim_segfault00-gdb_backtrace.txt Please let me know if I can provide any more information, or in case I should report the bug at the clang_complete bugtracker instead. Thanks in advance, -- ~thomasg -- 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
