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

Comments

  1. +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.

    ReplyDelete
  2. Unfortunately Delphi's documentation is appalling when it comes to multithreading and other important issues, such as runtime complexity.

    ReplyDelete

Post a Comment