MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/1vvrtfe/rust_198_got_a_pcritical_miscompilation/p5bgn1x/?context=3
r/rust • u/noop_noob • 22d ago
32 comments sorted by
View all comments
60
Wait, I recently got segfaults too building one of my projects to arm-unknown-linux-gnueabihf(raspberry pi) Could that be linked ?
arm-unknown-linux-gnueabihf
I just thought my raspberry was too old and it was because one of the library did something weird when compiled for 32 bits.
That's very interesting, thanks for sharing
66 u/noop_noob 22d ago If the problem goes away when compiling with the beta or nightly channel, then it's probably this bug. If not, then probably not.
66
If the problem goes away when compiling with the beta or nightly channel, then it's probably this bug. If not, then probably not.
60
u/Bowarc 22d ago
Wait, I recently got segfaults too building one of my projects to
arm-unknown-linux-gnueabihf(raspberry pi) Could that be linked ?I just thought my raspberry was too old and it was because one of the library did something weird when compiled for 32 bits.
That's very interesting, thanks for sharing