-
Notifications
You must be signed in to change notification settings - Fork 361
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
"Assertion '0' failed in pkg/noun/manage.c:1801" on boot #6965
Comments
This error is consistent when you try to restart? |
Yes. I stopped the container, deleted the docker log, and started it again.
|
@AshleyYakeley sorry for the delay, I missed your reply. Your loom is almost full -- that "ward bogus" printf shows that you have 65 16KB pages of free space left. The assertion is catching a write out-of-bounds: we hit the guard page (index The easiest way to get past this is to do one or more of the following: run with a larger loom ( Before you do that, if you're willing, it'd be great to extract a stacktrace from this pier and see what exactly is causing the fault. You can run it in
And then run |
I don't seem to have a I'm running urbit in Docker if that makes a difference. |
My bad, you did say you're running in the container. I haven't used it myself -- @mopfel-winrux can you tell us how to debug in this case? |
You can't do it in the docker file, you will need to download an urbit runtime and use the docker volume |
Is there an option to run with a larger loom in a Docker container? |
You should be able to pass it the |
OK, Is there anything else I need to do at this point? |
Glad you're up and running. I've opened urbit/vere#641 to track the underlying issue. |
All good. Thanks for the help, sorry I couldn't help debug the issue. |
Running in Docker, using image
tloncorp/urbit:latest
, ID 62fa12a794b1.The text was updated successfully, but these errors were encountered: