-
Notifications
You must be signed in to change notification settings - Fork 133
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
'zk init' terminated by signal SIGTERM (Polite quit request) #118
Comments
There might be an issue during the indexing phase. Could you try running this in your notebook and see if you can identify the culprit note? mkdir .zk
zk index --verbose Making an empty |
Is
|
Yes since |
That's weird... Where did you get your |
I built it myself (NixOS), from But the problem has been happening with the old 0.7.0 as well, which I built weeks ago. And that one had been working until yesterday. E: I am going to try this without the |
The commit sounds about right, I'm not sure why you don't get the
$ zk index --verbose
- added automation.md
- added config-alias.md
- added config-extra.md
- added config-filter.md
- added config-group.md
- added config-lsp.md
- added config-note.md
- added config.md
- added daily-journal.md
- added editors-integration.md
- added external-call.md
- added external-processing.md
- added future-proof.md
...
I think it's a good hint that |
Yes, and I found that note already. And I can reproduce it! Simply add E: This is a tag that is only one character long. My guess: This tries to look up a lot of stuff and then crashes. |
Thanks, I'll take a look into this one! |
Np, thank you creating this tool and for taking the time and going through this with me. :) |
My tried-and-tested ZK install doesn't work anymore. No matter which command I give, my RAM + SWAP go to 100% (~32GB combined), my computer freezes, and then the command quits.
This only happens in my "real" ZK folder. I created a new empty folder in
/tmp/test
and ranzk init
there -- it worked.This happens to me on both v0.7.0 and 0.8.0. I removed my
.zk
directory and tried re-creating it, but to no avail.The first time this bug happened was when I ran a
zk new
command whilst playing/idling the paperclip game. My PC was already on heavy load/dying, and the zk command just died. Afterwards, even after restarting, zk just stopped working. So maybe this has to do with memory.The text was updated successfully, but these errors were encountered: