If ycmd is crashing, then that means the program was launched at some point.
You can do:
strace vim some_file_that_crashes_ycmd.py 2>&1 | tee strace_log
Then just wait a couple of seconds, and type :q to exit vim
Put the strace_log somewhere I can take a look at it. It could be through any of the pastebin clients or just using curl like mentioned in the wiki too: https://wiki.archlinux.org/index.php/List_of_applications#Pastebin_clients
Pinned Comments
artafinde commented on 2021-04-10 13:03 (UTC)
If you want to use system's abseil set the
_use_system_abseil
toON
- default is to download from internet during build.