-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
pforth segmentation fault #1617
Comments
@bumper314 have you run |
Well i don't know much about forth but did manage to compile gforth on device. If you could tell me the arch of your device (uname -m) i could use someone who does use forth for some testing? |
@stephengroat Yes, all up to date or freshly installed yesterday/today. @its-pointless Just installed on a 4th device and pforth works, so here's the breakdown:
Happy to test. I wasn't able to get the Docker dev env setup for testing, but I can try suggestions on-device. |
i can get pforth to work on arm by compiling pforth on device. So at the very least that should work. |
I'm able to build the pforth source on device and it runs correctly, so perhaps their's an issue with the build script. I'm unable to install the debs due to unresolvable dependencies, but those also appear to be gforth instead of pforth. Any other thoughts as to why building natively works vs the package? Perhaps a cross-compiler issue? |
oh i messed that up i will fix that now |
regarding why it works built on device and not cross compiled? could be one of many different reasons. |
K solved this with pull request #1804 |
The PR is now merged and the fixed package is available as an update - nice work! |
Confirmed fix on both 32 and 64-bit devices. Thanks! |
pforth isn't behaving properly (confirmed on 3 devices):
I'm able to build the same commit of pforth on my Mac, and it works as expected.
Let me know if I can do more to help.
The text was updated successfully, but these errors were encountered: