I'm off-cource not using the Windows Legacy Console with Rich and TipTop (would that work?)
But I'm not sure if my TCC shell is causing this. And launching tiptop.exe from a cmd.exe window does not work at all!
A tiptop.exe --log tiptop.log gives no clue.
And BTW, I also note (from Process Explorer) that the number of threads in the above python.exe instance quickly grows to 40!
Not sure if it's related to the crash in conhost.exe or what. But exiting from WinDbg, crashes python.exe too. No surprise I guess.
Hello. My 1st post / issue on this project.
Running
tiptip.exe
on Win-10 causes (after approx. 1 sec), a crash in the underlayingconhost.exe
process. Here are some details:First the process-tree when
WinDbg
is blocking everything (since the 2nd instance ofconhost.exe
crashed and is Suspended):conhost.exe
thread:conhost.exe
thread:I'm off-cource not using the Windows Legacy Console with Rich and TipTop (would that work?) But I'm not sure if my TCC shell is causing this. And launching
tiptop.exe
from acmd.exe
window does not work at all! Atiptop.exe --log tiptop.log
gives no clue.And BTW, I also note (from Process Explorer) that the number of threads in the above
python.exe
instance quickly grows to 40! Not sure if it's related to the crash inconhost.exe
or what. But exiting from WinDbg, crashespython.exe
too. No surprise I guess.