-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Segmentation fault #79
Comments
I have been attempting to reproduce this when compiling in debug mode but have yet to see it happen. I'll update this if I see it happen but as of right now this is release only. |
Forgot to include my toolchain |
I downgraded to and have been unable to reproduce the problem. Should we investigate further or chalk it up to a compilation issue? |
Could you try to enable debug=true for release build and then run you app under lldb. When it segfaults, print backtrace. You would need to you your own copy of actix-web |
Could you also test this on rustc beta |
Sorry for the delay I'll try to find some downtime to test this. Unfortunately, I don't think I will be able to do the beta test since my code base is making extensive use of nightly features. |
nightly is fine. I just need backtrace for segfault. also try latest nightly, maybe it was specific nightly bug |
I have not been able to reproduce this today on the latest nightly. I tried getting back to rustc 1.25.0-nightly (b1f8e6fb0 2018-02-22) but wasn't able to find which nightly that corresponded to. I'm going to close this and will reopen if it reappears. |
should be fixed in master, waiting for confirmation |
seems bug is fixed |
I don't have much data to go on but this is what I am seeing.
I am using commit aff43cc.
On Linux with the alpn feature for client HTTPs requests.
I am not serving over https.
I have an endpoint that takes a request makes another request using the Client and then decodes the body and returns JSON.
When compiled in release mode after running some load that isn't super heavy using wrk. Occasionally when the test completes the server experiences a segmentation fault.
The text was updated successfully, but these errors were encountered: