drmemory icon indicating copy to clipboard operation
drmemory copied to clipboard

Dr. Memory internal crash at PC 0x79416ca5

Open phr34k opened this issue 4 years ago • 0 comments

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?

phr34k avatar Jul 19 '20 08:07 phr34k