in reply to Invalid Access to Memory location using DynaLoader

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

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

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

  • Comment on Re: Invalid Access to Memory location using DynaLoader

Replies are listed 'Best First'.
Re^2: Invalid Access to Memory location using DynaLoader
by MattN (Novice) on Dec 09, 2015 at 21:41 UTC

    Thank you for the tip. I tried running the dependency walker, but it was unable to find some of the perl dlls that are there. It is recommended here to use the Microsoft process monitor because dependency walker is nearly 10 years old. That didn't seem to work either. It kept creating new instances of itself visible only in the processes tab of task manager and I had to restart the computer. Possibly due to the network setup at work. I'll try and run it at home tonight so it can't try to scan the network drives.

    Thanks