-
Notifications
You must be signed in to change notification settings - Fork 15
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
SKS Segmentation Fault During FastBuild #65
Comments
I don't see how ocaml can be at fault here.
compile and run:
|
Maybe a confirmation for the problem: (If not, take it as a potential workaround.) I tried setting up a new Keyserver based on UGNS/sks-docker based on the current (2021-02-08) cyberbits.eu dump. |
On Ubuntu 18.04, with 64 GB of memory, These occur on the version provided by Ubuntu's distribution, but I have installed and built the code from here and To overcome the Stack overflow/segmentation fault it appears
|
@skavadias what version of sks? can you try with git master. |
I am on Ubuntu 18.04, using SKS version 1.1.6. I might have had some problem with the behaviour of the command I suppose, you are interested in the need for a call to |
yes, it is supposed to be fixed in git master and there should be no need to increase stack with it. |
Nop!
gives
Running with
|
any chance you can try commits from #79 ? |
Tell me which ones. I'll do one or two... |
just switch to branch |
OK. ca98434 ("KeyMerge: get rid of Stream.of_list which is not tail-recursive", 2020-06-24):
8af4cfc ("KeyMerge: tail-recursive flatten", 2020-06-24): Stopping it to run with
Keeps running, more than 15 minutes now (with memory usage now at 22 GB). I believe it is fixed in this version... (stopping it) |
awesome, thanks a lot! |
Original report by Anonymous.
During the initial fastbuild (or build) of the sks data the program immediate segfaults. The segfault appears to be from caml_dbenv_create based on the attached GDB dump. The system is running CentOS 7 with Berkeley DB 4.7.25 and ocaml 4.05.0 . I was trying to import the initial dump and the log shows:
2019-01-24 11:27:47 Opening log
2019-01-24 11:27:47 Running SKS 1.1.6+
2019-01-24 11:27:47 Opening KeyDB database
I do have an empty KDB directory left behind as well.
The text was updated successfully, but these errors were encountered: