d-millar
d-millar
@jrmuizel Might need a little more context here. Just downloaded 10.1.4, launched "IN-VM MS dbgeng", and ran notepad.exe (which I consider simple-ish) - and didn't see an issue. Any chance...
@jrmuizel OK, definitely interested in whatever might be causing this, so any leads appreciated.
@jrmuizel am a little confused - how are you generating these stack traces?
@jrmuizel Sorry for the delayed response - wanted to verify a few things before commenting. So, unfortunately, the stack traces from windbg aren't terribly helpful. DebugClient::DispatchCallbacks is essentially the default...
Apologies for the slow response - is there a version of JSch that supports ed25519? I was under the impression that wasn't supported yet.
This looks promising - we’re considering it.
As noted above, xclock on Ubuntu 20 has five threads plus the agent thread. I can verify this with gdb. Process.enumerateThreads never returns more than one thread on my machine,...
OK, so looking into this in a little more detail, it appears every thread is added to cloaked threads in gum_cloak_add_thread. The first thread is added in the final clause...
Ah, the first thread is added with id NULL, so it passes the check in gum_cloak_index_of_thread.
I could work on a fix for this if you’re interested, but I must admit I don’t really understand how gum_cloak_add_thread is supposed to work. What is being used to...