No such thing as a small change | |
PerlMonks |
Re^4: Win32 - Memory can not be "read"by HuckinFappy (Pilgrim) |
on Oct 05, 2006 at 16:09 UTC ( [id://576555]=note: print w/replies, xml ) | Need Help?? |
Wow...it's amazing what we learn on Perlmonks! :)
Thanks, I took your advice, and did some digging. Will you be too surprised to learn I found a for() loop on line 32 of a module? It's not our module though...it's Exception::Class. Here's the beginning of the code in that module (ending at the for() statement on line 32): The only place we do a 'use Exception::Class', it is accompanied by a long list of our own classes of Exception we define. again, I'm not sure what this means, but it feels like a red herring, since this code works 99.99% of the time and is exercised tens of thousands of times per day. I see op.c got a mountain of work between 5.8.5 and 5.8.8, so now I'm hoping to get approval for testring 5.8.8 to see if the issue clears up. It's still odd that this suddenly became an issue, but perhaps some change in Windows (security patch?) aggravated a known issue in op.c? Thanks again!
In Section
Seekers of Perl Wisdom
|
|