Core dump in building 0.9.1
When running "make" to build the package, it fails with the following error message:
... finish encode. after build, used 686ms. finish build VS-Tree. finish sub2id pre2id obj2id tripleNum is 2 entityNum is 2 preNum is 2 literalNum is 1 system.db built successfully! scripts/init.sh: line 15: 3781326 Aborted (core dumped) "bin/ginit" "--make" make: *** [makefile:137: all] Error 134
I also tried "ginit", and getting similar problem: gStore-0.9.1/gStore$ bin/ginit begin rebuild the system database .... ... preNum is 2 literalNum is 1 system.db rebuild successfully! init backuplog successfully! Aborted (core dumped)
You can execute the following command to try again:
-
update to the latest code
$ git pull -
rebuild again, path to the gstore main dir
$ make clean
$ rm -rf tools/antlr4-cpp-runtime-4/CMakeCache.txt
$ rm -rf tools/antlr4-cpp-runtime-4/CMakeFiles
$ make pre
$ make
I cloned the latest code and it compiled successfully.
This issue happens in Ubuntu 20.04. It can be reproduced easily. I have tried it several times. I'm also working with a PKU team member on this problem. It seems they are getting a fix soon.
This issue happens in Ubuntu 20.04. It can be reproduced easily. I have tried it several times. I'm also working with a PKU team member on this problem. It seems they are getting a fix soon.
Did they fix the issue?I also met the problem in Ubuntu.
您的邮件我已收到,谢谢~~~