Segmentation fault (core dumped)
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks!
What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?
liteidex37.1.linux64-qt4.8.7.tar.gz
What version of Go are you using (go version)?
go1.15
What operating system and processor architecture are you using(go env)?
Centos Linux release 7.6.18.10 (KVM virtual machine) GOROOT=/usr/local/go1.15 GOPATH=/go1.15
What did you do?
$ cd liteide/bin && ./liteide Segmentation fault (core dumped) $ gdb -c core.11810 liteide #0 0x00007fae9c8bb2c8 in LiteApp::initPlugins() () from /usr/local/liteide/bin/../lib/libliteapp.so.1 #1 0x00007fae9c8c4b14 in LiteApp::load(QString const&, LiteApi::IApplication*) () from /usr/local/liteide/bin/../lib/libliteapp.so.1 #2 0x00007fae9c8c51ed in LiteApp::NewApplication(QString const&, LiteApi::IApplication*) () from /usr/local/liteide/bin/../lib/libliteapp.so.1 #3 0x00007fae9c8b350a in liteapp_main(int, char**) () from /usr/local/liteide/bin/../lib/libliteapp.so.1 #4 0x00007fae9c4ab3d5 in __libc_start_main () from /lib64/libc.so.6 #5 0x00000000004005f9 in _start ()
If possible, provide a recipe for reproducing the error.
What did you expect to see?
What did you see instead?
@visualfc