Looks like another RTTI thread safety issue. Any RTTI gurus out there that can explain this one:
Looks like another RTTI thread safety issue. Any RTTI gurus out there that can explain this one:
http://stackoverflow.com/questions/28341308/tjson-jsontoobjectt-throws-errors-in-a-multi-thread-enviroment
http://stackoverflow.com/questions/28341308/tjson-jsontoobjectt-throws-errors-in-a-multi-thread-enviroment
http://stackoverflow.com/questions/28341308/tjson-jsontoobjectt-throws-errors-in-a-multi-thread-enviroment
http://stackoverflow.com/questions/28341308/tjson-jsontoobjectt-throws-errors-in-a-multi-thread-enviroment
David Heffernan Most likely the same bug as in http://stackoverflow.com/a/27373857/587106
ReplyDelete+Stefan I don't think so. I tried to deal with that by changing a local version of Rtti to assign to FNameToType only when it was finished. But that did not help. It's pretty galling.
ReplyDeleteUnfortunately Delphi's documentation is appalling when it comes to multithreading and other important issues, such as runtime complexity.
ReplyDelete