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
@ipconfiger
In your code, you are using reqwest with the blocking feature specified.
I also used reqwest in the same way, specifying the blocking feature, and encountered the same segmentation fault.
By rewriting it as follows, the segmentation fault no longer occurs.
reqwest = { version = "0.11.6",default-features = false, features = ["blocking","rustls-tls"]}
Code in https://github.com/ipconfiger/cron_trigger
But no problem in my x86 pc, run cargo build --release --target x86_64-unknown-linux-musl
The text was updated successfully, but these errors were encountered: