jspraul / slimtune

Automatically exported from code.google.com/p/slimtune
MIT License
0 stars 0 forks source link

More dbghelp.dll woes (debug config doesn't delay load, not found by SlimTuneCLR) #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1)  dbghelp.dll is only delay-loaded for the Release build, not the Debug 
build, of SlimTuneCLR.

2)  Profiled processes continue to crash unless dbghelp.dll is copied into 
their output directories -- SlimTuneCLR seems to completely ignore %PATH%, as 
far as I can tell.  Even if I set %PATH% in cmd.exe by hand, then launch 
SlimTuneUI from that console, and then run the process to be profiled, it 
crashes in the exact same manner.  Copying the same dbghelp.dll from the 
directory referenced by %PATH% into the to-be-profiled exe's directory fixes 
the crash.

Original issue reported on code.google.com by pandamojo@gmail.com on 5 Aug 2009 at 9:18

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by promit....@gmail.com on 5 Aug 2009 at 6:34