-
Notifications
You must be signed in to change notification settings - Fork 13
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
segfault with async requests #20
Comments
@loladiro I'm curious how you were digging into this before? My toolkit for debugging when I segfault Julia is basically none at this point and I'd love to be able to figure out what's going wrong here. |
I built Julia with LLVM 3.5 on linux, which gives me proper gdb backtraces through Julia code. |
So:
? |
Pretty much. I'd be happy to answer any question you encounter along the way, but I won't have time to actually work on this for another two weeks or so. |
thanks! and no problem; I have a mostly free Saturday so I figured I'd take a crack at it :) |
Just an update: I'm not seeing this behavior with the latest Requests and 0.4. I do get
after several hundred requests. |
Perhaps related, though: #39 |
As illustrated in JuliaLang/julia#6525
The text was updated successfully, but these errors were encountered: