Closed MagicAndre1981 closed 6 years ago
When viewing the Threads tab, ProcessHacker crashes:
I can't reproduce this.
LdrpValidateUserCallTargetBitMapCheck
This error report makes zero sense... My best guess is your machine is faulty (e.g. memory/cpu overclocking/current OS install).
no, happens on different systems, no OC, nothing.
I used sfc and DISM to check for corrupted files and all system files are fine. I'll check it again when first cumulative Update for 1809 is out.
@MagicAndre1981
BUILD_VERSION_STRING: 17763.1.x86fre
I don't use 32bit and didn't have any VMs setup for 32bit debugging which is why I wasn't able to reproduce the crash :|
The 3rd parameter for SymRegisterCallbackW64 was incorrect (mistake that I made a few weeks ago) which triggered CFG when calling PhLoadModuleSymbolProvider... I still don't know your dump says it's caused by PhFindElementAvlTree but at least I was able to find the actual bug 👍
while searching for LdrpValidateUserCallTargetBitMapCheck
I also saw reports for security issues and CFG.
I did not get a dump, because of your new exception handler. I loaded the exe in Windbg, started it and at crash I called !analyze -v
.
I compiled the last code, now ProcessHacker no longer crashes, but doesn't load any symbols (only the 32Bit version on the Baytrail Tablet which is only 32Bit, so here I need 32Bit ProcessHacker, on my Windows 8.1 Laptop, the 64Bit version downloads symbols fine)
@dmex
ok, after copying dbghelp.dll, symsrv.dll and symsrv.yes I get symbols. So PH doesn't find the debugger.
Here are the values of my 32Bit Tablet/Win10 - 1809:
I did not get a dump, because of your new exception handler.
It was necessary to add a crash dialog because some 'security' software was injecting code (and crashing due to new Win10 mitigation policies) which caused PH to exit silently without any explanation.
I'm going to add minidump generation to the crash dialog and a option to automatically report the crash sometime soon 😃
commit ac3325a fixed it
Thanks 👍
When viewing the Threads tab, ProcessHacker crashes: