-
Notifications
You must be signed in to change notification settings - Fork 1.7k
pub terminates with SIGILL on Raspberry Pi 2 #25062
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
Comments
I can reproduce this too. |
It looks similar very to #24855 . I think the fix for that was not merged to the stable channel yet. Correct, @rmacnak-google ? |
@rmacnak-google and I investigated. The fix has not been merged to the stable channel, yet. @rmacnak-google will work on getting it in. @austincummings @kaendfinger in the meantime it would be helpful to verify that this does not repro on a recent dev release. https://storage.googleapis.com/dart-archive/channels/dev/release/1.14.0-dev.1.0/sdk/dartsdk-linux-arm-release.zip Thanks! |
@zanderso yeah it's all working on the dev release. |
Same here @zanderso, working great with dev channel build. |
Ryan, can you please investigate whether we want to file a merge request to stable for this. Thanks! |
I'm running the Dart build for linux ARM 1.13.0 downloadable from here. I tried to run
pub global activate dhttpd
on my raspberry pi 2 and after a while pub exited with SIGILL and core dumped. I have the core file if that's needed.The text was updated successfully, but these errors were encountered: