Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core dump in building 0.9.1 #118

Open
d9liang opened this issue Mar 9, 2022 · 4 comments
Open

Core dump in building 0.9.1 #118

d9liang opened this issue Mar 9, 2022 · 4 comments

Comments

@d9liang
Copy link

d9liang commented Mar 9, 2022

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)

@jeevan-wang
Copy link
Collaborator

jeevan-wang commented Mar 10, 2022

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.

@d9liang
Copy link
Author

d9liang commented Mar 28, 2022

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.

@chocolate-emperor
Copy link

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.

@zxlchina
Copy link

zxlchina commented Jun 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants