For single threaded mode, we need to update FMonitoredProcess to handle processing in a single threaded fashion. Currently, we are continuing before the process has completed, which could result in major stability issues
We worked around an infinite loop in this class, but the underlying behaviour is still broken. See discussion on the UDN thread
Run the editor with -nothreading in a debugger
Break in FMonitoredProcess::Launch() and IsRunning()
Notice that IsRunning returns false immediately, before the process has completed
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-40841 in the post.
0 |
Component | UE - Foundation - Core |
---|---|
Target Fix | 4.16 |
Fix Commit | 3264150 |
---|---|
Main Commit | 3274498 |
Created | Jan 19, 2017 |
---|---|
Resolved | Jan 19, 2017 |
Updated | Apr 27, 2018 |