http://qs1969.pair.com?node_id=1151609

jandrew has asked for the wisdom of the Perl Monks concerning the following question:

I'm experiencing a windows error Exit code: 3221226356 while running a script using a module that I am trying to write. This appears to be a heap corruption problem on the windows side. When I run the script step by step in the perl debugger the script doesn't fail.

I'm running Strawberry perl 5.22.1 64 bit in windows 7. I upgraded to 5.22.1 from 5.22 just in case this was the problem and I still get the same issue. I'm wondering if there are suggestions about how to debug this problem.

Update: I'm getting Exit code: 255 mixed in with the initial error now