-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Segfault on construction of class using json in a multi threaded application #1107
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
Comments
I can't reproduce this. ( Attempted at https://github.com/BillyDonahue/jsoncpp/tree/issue_1107 ) Is your You had the debugger open, what memory location was being accessed by the instruction that threw the SIGSEGV? Would love to see exactly what happened, at a lower level. |
Thank you for looking into it. I will get the information on the memory location being accessed. |
I just ran into this myself almost exactly as described. I am curious why the bug was closed? My stack trace is as follows (I got a bit more symbols than OP):
a similar workaround to the OP, compiling with |
I agree this hasn't been figured out. |
Describe the bug
Segfault on construction of class using json in a multi threaded application.
gdb output:
If I remove the following lines of code the issue goes away.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: