Some third-party applications that use script interpreters might stop working when the VirusScan Enterprise 8.8 scriptscan module is enabled
技術的な記事 ID:
KB86493
最終更新: 1/27/2020
最終更新: 1/27/2020
Some third-party applications that use script interpreters might stop working when the VirusScan Enterprise 8.8 scriptscan module is enabled
技術的な記事 ID:
KB86493
最終更新: 1/27/2020 環境問題Some third-party applications might experience a stopped or hung state when VSE 8.8 runs with
The affected third-party applications might not start, or might hang while performing scripted operations (or any other normal function of the product, such as downloading configuration files). When you investigate the hang, the following modules are involved:
NOTE: Sometimes, uninstalling
原因A critical section is code that must not be accessed by more than one thread at once. When a thread executes, it initializes, enters, and releases a critical section.
This issue occurs when two threads load a dll and try to acquire the same critical section. For example, a thread loads a 解決策The
The most direct solution is to revise the implementation of these components to impose a consistent lock-acquisition ordering. Either The author of the affected application could revise the overall program flow so the activity in these thread stacks does not occur concurrently (or at all). Pre-loading the affected libraries ( The developer of https://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).aspx Although 言語:技術用語集 |
|