Bug#781754: crash in libclang while parsing autocomplete options

2015-04-02 Thread Giuseppe Bilotta
On Thu, Apr 2, 2015 at 6:32 PM, Onur Aslan wrote: > Control: tags -1 wontfix > > On 2015-04-02, Giuseppe Bilotta wrote: >> def FlagsForFile( filename ): >> return { 'flags' : ['-x c'] + cppflags + cflags, 'do_cache' : False } > > I think issue is '-x c', I tried your conf with ['-x', 'c'] and di

Bug#781754: crash in libclang while parsing autocomplete options

2015-04-02 Thread Onur Aslan
Control: tags -1 wontfix On 2015-04-02, Giuseppe Bilotta wrote: > def FlagsForFile( filename ): > return { 'flags' : ['-x c'] + cppflags + cflags, 'do_cache' : False } I think issue is '-x c', I tried your conf with ['-x', 'c'] and didn't get any crash. signature.asc Description: Digital sign

Bug#781754: crash in libclang while parsing autocomplete options

2015-04-02 Thread Giuseppe Bilotta
Package: vim-youcompleteme Version: 0+20140207+git18be5c2-2 Severity: normal With some configurations, libclang autocompletion is not available due to an instantaneous crash. For example, I have a (whitelisted) .ycm_extra_conf.py structured as such: --- 8< -- import subprocess cppflags=subpr