Quote:
Originally Posted by kovidgoyal
Another thing you can check using processexplorer is to see if the main rpocess is actually launching the child process on restart or dying before that. If the latter I assuem the child process dies, it might be useful to see what it is doing when it dies.
|
When it works I see:
- calibre-parallel and conhost die
- A calibre.exe process appears with a new PID as a child of the original calibre.exe.
- The original calibre.exe process dies, promoting the child.
- The calibre-parallel process appears
When it doesn't work the child calibre.exe never appears.