perl -cw -Mcriticism=stern t.pl
crashes Perl with message
Free to wrong pool 236978 not 29bfad0 during global destruction.
t.pl is a trivial one-liner:
open(LOG, '>>', 'foo.log');
I'm running ActivePerl 5.10.0 build 1006 under Windows XP.
I filed this as a bug to ActiveState under
http://bugs.activestate.com/show_bug.cgi?id=85001
They suggest: "I would file a bug with the
Perl::Critic group at http://search.cpan.org/dist/Perl-Critic/ ,
and let them determine if they've run into internal errors
in core Perl."