This is the first time I'm trying Liteide. It works in my home machine but not in my VM at work. They both have Ubuntu 18.04. So I guess the "Segmentation fault" is specific to my VM.
So now, Liteide is failing with just "Segmentation fault" without giving any other prompts:
76978 openat(AT_FDCWD, "/usr/lib/libQt5Xml.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
76978 munmap(0x7f0bea2c7000, 49223) = 0
76978 munmap(0x7f0bc4b04000, 2340704) = 0
76978 stat("/usr/local/liteide/lib/liteide/plugins/libwelcome.so", {st_mode=S_IFREG|0775, st_size=306720, ...}) = 0
76978 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
76978 writev(3, [{iov_base=";\3\5\0\r\0\340\0\0\0\0\0\0\0\0\0\220\1\30\1H\2\0\0\207\265\1\0\f\0\340\0"..., iov_len=48}, {iov_base="\177}\0\377\177}\0\377\177}\0\377\177}\0\377\177}\0\377\177}\0\377\177}\0\377\177}\0\377"..., iov_len=448000}, {iov_base="", iov_len=0}], 3) = 448048
76978 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
76978 writev(3, [{iov_base=">\0\7\0\f\0\340\0\6\0\340\0\r\0\340\0\0\0\0\0\0\0\0\0\220\1\30\0018\0\4\0"..., iov_len=44}], 1) = 44
76978 poll([{fd=5, events=POLLIN}, {fd=9, events=POLLIN}], 2, 0) = 1 ([{fd=5, revents=POLLIN}])
76978 read(5, "\4\0\0\0\0\0\0\0", 16) = 8
76978 poll([{fd=5, events=POLLIN}, {fd=9, events=POLLIN}], 2, 0) = 0 (Timeout)
76978 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
76986 <... futex resumed>) = ?
76985 <... futex resumed>) = ?
76983 <... poll resumed> <unfinished ...>) = ?
76982 <... poll resumed> <unfinished ...>) = ?
76986 +++ killed by SIGSEGV +++
76985 +++ killed by SIGSEGV +++
76983 +++ killed by SIGSEGV +++
76982 +++ killed by SIGSEGV +++
76978 +++ killed by SIGSEGV +++
it seems the poll times out then liteide is killed because of SIGSEGV, after several writes:
Again, I understand that it is specific to my own odd situation, but I'm still hoping it can be identified/fixed someday.
- 2.8G total Mem, used only <500M.