Subject: | Free to wrong pool in 5.8.9.2 opendir |
my perl app, which does a lot of file and socket IO and also forks,
crashed with this error (strawberry 5.8.9.2, haven't tested with 5.9.3
yet, but it usually worked fine)
Free to wrong pool 1187d90 not 3e2658 at
C:/strawberry/perl/site/lib/DirDB.pm line 370.
Line 370,
opendir FSDBFH, $path or croak "opendir $path: $!";
is invoked within a tied hash's FIRSTKEY function.