DynamoRIO / DynamoRIO/drmemory
Dr. Memory internal crash at PC 0x79416ca5
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
I was attempting to use Dr. Memory against my graphics rendering application, and I always get a Dr. Memory internal crash at PC 0x79416ca5 error. I've tried to trace the error back into my own code, and I basically traced it to the point where I call the winapi call "ChoosePixelFormat" in my code.
When I call ChoosePixelFormat Dr. Memory crashes with the internal exception, if I issue an return statement just before calling that winapi function Dr. Memory gives the status summary.
I would like to know is there something I can do on my end to maybe make Dr. Memory disable checking on those winapi call so it might skip the part where it crashes?
Contributor guide
Assessment
This issue has not been assessed yet.