Synchronize () DLL freezes without errors and crashes
问题 I built a modular program consisting of several programs (exe), and in some cases these modules are also in DLL. There are about 6 modules. All of these modules used functions of a Thread. This thread does not use visual components, what it does is basically analyze huge files (> 1GB). To improve the efficiency and organization, extract all the code relating to this file analysis, which is used by each of the modules. This facilitates updating and find error. The threads worked normally