-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't use Vere 3.0 on Raspberry Pi #620
Comments
@bazfum this looks like a null pointer dereference somewhere in startup (address
|
I wasn't able to replicate on a RPi 4 8GB. Chop and upgrade worked fine. |
This is on 64-bit Bullseye if that makes a difference. When I ran it in GDB, I get this: Program received signal SIGILL, Illegal instruction. The backtrace gives: It then repeats that same line #3 until I kill it. |
Apparently Can you try again, first setting |
loom: external fault: 0x10 (0x200000000 : 0x400000000) Breakpoint 1, u3m_fault (ser_i=, adr_v=) (gdb) bt |
@bazfum sorry for the delay. I'm not sure what to make of this trace. It looks like it might be a double free, or trying to free a pointer into the stack. But it also might just be arbitrary heap corruption -- all bets are off. We have not been able to reproduce this crash. I think this will require interactive debugging. I'd be happy to join a video call next week and try to find the root cause we can coordinate on urbit (I'm |
I replied via email. let me know if you didn't get it. |
FWIW I ended up grabbing a used mini PC and moving my pier over, everything is happy on the new system. I'd been debating moving off the Pi before all this, so no worries if it's not worth anyones time to troubleshoot on the Pi. |
I have two piers on a Pi 4 4GB, a planet and a comet. The planet had issues with chop previously and would not upgrade until I moved it to my Mac. It ran on the Mac before I moved it back to the Pi. The comet did upgrade fine on the Pi. However, neither will run now on the Pi, with the same error:
rbit 3.0
boot: home is redacted
disk: loaded epoch 0i795477796
loom: mapped 8192MB
boot: protected loom
live: mapped: GB/1.378.074.624
live: loaded: KB/16.384
boot: installed 967 jets
loom: external fault: 0x10 (0x200000000 : 0x400000000)
Assertion '0' failed in pkg/noun/manage.c:1791
bail: oops
home: bailing out
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: