in reply to Re: Hard to Debug windows memory error
in thread Hard to Debug windows memory error

What happens when you run it using windbg of depends.exe?

As a debugging step you can run depends.exe /c /f:1 /pb /ot:temp.txt ... ...\perl.exe ...\foo.pl ...

  • Comment on Re^2: Hard to Debug windows memory error

Replies are listed 'Best First'.
Re^3: Hard to Debug windows memory error
by jandrew (Chaplain) on Feb 23, 2016 at 01:39 UTC

    Thank you for the suggestions. It got me further down the road than before. The googleverse seems to be mixed on the missing dynamic dll's and the concrete suggestion of reinstalling visual studios 2013 - 2015 didn't fix the problem. I also can't seem to find any useful suggestions on resolving the kernelbase.dll not returning 1. I keep poking at this when I have time but clearly my attention has wandered.

    Update: I stripped the log down since it exceeds perlmonks post size. If something is relevant that was removed let me know and I can send it to you.