Derek Bruening
Derek Bruening
I can't reproduce this and it's not clear what is causing the problem. If you could walk through in the debugger as discussed below: The symbols are downloaded from the...
That's a different error from what the poster of the issue is hitting: ``` failed to fetch pdb for C:\WINDOWS\system32\ntdll.dll, exports only ``` Is there no network access on that...
> The second problem is the crash. The exit code `0xc000a004` is `STATUS_INVALID_KERNEL_INFO_VERSION` and is deliberately returned here by Dr. Memory, so it is part of the same issue with...
> you then have a different error not related to missing symbols: Please file a separate issue rather than lumping into this one which is about symbols. Please fill out...
> This issue has tag "Status-NeedInfo" - let me know how could I provide additional info that can be usefull? We have not been able to reproduce any of these...
Actually it is these tests (only looked at executable name before): + wrap_malloc + wrap_cs2bug + wrap_operators + wrap_wincrt + wrap_wincrtdbg + wrap_cs2bugMTd + wrap_operatorsMDd + leak_string So it's the...
I was thinking of dropping wrap_ support anyway. Not enough developers to support extra options.
There is not enough information here. You seem to have bypassed (there is a github bug where it doesn't show the template if you don't authenticate until the very last...
I cannot reproduce any problem. I don't have 1809: this is in 1909. ``` % cat i2264.cpp class A { private: size_t a_{0}; }; int main(int argc, char * argv[])...
If `dynamorio/bin32/drrun -- ` does not work then this is not a Dr. Memory issue but a DynamoRIO issue. To not work on such a simple application probably means there...