You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run some future related code on an old raspberry pi 1. After cross compiling a binary construction a reactor and spawning a future on it the program segfaults with an illegal hardware instruction error.
Programs without a reactor are running fine.
(I'm quite unsure where to report this)
I'm trying to run some future related code on an old raspberry pi 1. After cross compiling a binary construction a reactor and spawning a future on it the program segfaults with an illegal hardware instruction error.
Programs without a reactor are running fine.
Example code:
Versions:
rustc 1.25.0 (84203cac6 2018-03-25)
,rustc 1.27.0-nightly (79252ff4e 2018-04-29)
The text was updated successfully, but these errors were encountered: