-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
accidental crash #88
Comments
hi @JacobMao ! |
ok. my piece of code: these codes are inside a member function of class, and I create instance of the class in various multithreading. |
@JacobMao without the entire piece of code I can't help you. I can not reproduce the problem. Does xCode reports you a null pointer? What is happening? |
I found this function in curl_exception.cpp file: because traceback is a static member variable of curl_exception, Is it threadsafe that use function of insert in multithreading environment? |
@JosephP91 hello? |
Hi @JacobMao, sorry for the delay in the response. Yes, it couls be, since curlcpp is not thread safe yet. I have accepted your pull request. Is the problem solved? Let me know! |
Yes, it's solved. Thanks for your response. |
I am using curlcpp in my iOS app, and sometimes it happens crash.
The text was updated successfully, but these errors were encountered: