gStore icon indicating copy to clipboard operation
gStore copied to clipboard

Core dump in building 0.9.1

Open d9liang opened this issue 3 years ago • 4 comments

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)

d9liang avatar Mar 09 '22 08:03 d9liang

You can execute the following command to try again:

  1. update to the latest code $ git pull

  2. 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.

Jeevan620 avatar Mar 10 '22 09:03 Jeevan620

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.

d9liang avatar Mar 28 '22 02:03 d9liang

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.

chocolate-emperor avatar Jun 07 '23 14:06 chocolate-emperor

您的邮件我已收到,谢谢~~~

zxlchina avatar Jun 07 '23 14:06 zxlchina