DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.44k stars 262 forks source link

Dr.Memory internal crash when running VS2017 test program-application exited with abnormal code 0xffffffff #2103

Open sophiazhang0721 opened 6 years ago

sophiazhang0721 commented 6 years ago

My dr.memory version is windows-1.11.0-2 , the visual studio version is V2017, when I run my test program using Dr.memory, almost go to the end, there will have a error window report Dr.memory internal crash at PCxxx,... please report this at http://drmemory.org/issues.Program aboted.

...

after click the OK button on the bottom, you will see below in the cmd window:

~~Dr.M~~ WARNING: application exited with anormal code 0xffffffff

To verify whether this issue is related to my test program, I just created a very small TP with less than 10 lines, and build it to a exe program, this issue also there.

I have tried in other PC , it is good! So it must have something wrong with mine, I uninstalled all VS2017, and reinstalled again, issue is also there.

I have searched the this issue in website, seems many person have similar issue, but seems no clear solved solution.

struggle with it ! need help!

derekbruening commented 5 years ago

Does it work with /MDd? Xref https://groups.google.com/forum/#!topic/DrMemory-Users/LvRt6mX1xGM

derekbruening commented 5 years ago

Did you try the standard debugging steps at https://github.com/DynamoRIO/drmemory/wiki/Debugging#general-tips and https://github.com/DynamoRIO/drmemory/wiki/Debugging#narrowing-down-the-source-of-the-problem?

I have tried in other PC , it is good! So it must have something wrong with mine,

It may be an interoperability problem with intrusive security software: anti-virus or other software which injects itself into every application on your system and can cause problems for Dr. Memory.

ooples commented 5 years ago

I'm getting this same issue when running my program and it says The program '[9176]' has exited with code -1 (0xffffffff).