https://linen.dev logo
Segmentation fault when using cargo shuttle run
# help
b
Copy code
Starting seap-notifier on http://127.0.0.1:8000
[1]    204314 segmentation fault (core dumped)  cargo shuttle run
Any ideas? I'm using a custom service, in case it matters.
w
Which framework are you using?
Also Operating system / Rust version / Shuttle version?
b
Arch Linux x64, rust version 1.67.1, cargo-shuttle 0.8.1
I'm not using a predefined template, I use reqwest to make http requests ocasioanlly and lettre to send emails
w
Yeah, try the following: ‘cargo install cargo-shuttle’ to upgrade to 0.10.0
The bump your shuttle deps to 0.10.0 as well
b
yup, it works now
I was getting scared that the segmentation fault was caused by my rust code or something
thanks a lot! :P
w
No problem 🙂
11 Views