You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
The call-stack of the offending thread:
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!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, crashespython.exe
too. No surprise I guess.The text was updated successfully, but these errors were encountered: