-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Describe the bug
When I use the windows operating system to develop, I will call the evolute method of the BFCEvaluator class, and every time I call the checkout method in this method, it will block for a long time.After single-step debugging, it is found that cmd will be created in the checkout method for checkout. This line of code will cause long-term blocking in the Windows system.
To Reproduce
Run RegMiner through the Miner main class.
Expected behavior
Windows OS does not block when running checkout method
Screenshots
Screenshot of block code.

Desktop (please complete the following information):
- OS: Windows 11
- JAVA:java version 11.0.10
- GIT: 2.33.0.windows.2
Additional context
N.A.
Reactions are currently unavailable