-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
corruption when parse from string #2603
Comments
#0 0x00002afebb2d4417 in raise () from /lib64/libc.so.6 |
What do you mean with "with 64 thread"? |
app runs parallel, which contains 64 threads. it come with the above corruption. or below corruption: #0 nlohmann::detail::serializer<nlohmann::basic_json<std::map, std::vector, std::string, bool, long, unsigned long, double, std::allocator, nlohmann::adl_serializer> >::dump_escaped (this=0x7fdc106f6f90, s=..., ensure_ascii=false) |
The above code only contains a call to |
@yqynju Can you provide more information on this issue? If it only occurs in multi-threaded environments, can you maybe run it with TSAN? |
hello,
parse from raw sting
with 64 thread, it come the corrupetion with flowwing:
version:
json-for-modern-cpp-3.6.1
The text was updated successfully, but these errors were encountered: