This is something you probably need to bring up with P5P.
Are you able to determine the exact line and parameters that causes the crash?
Adam K
2009/5/5 kmx via RT <bug-Perl-Dist-Strawberry@rt.cpan.org>:
Show quoted text> Tue May 05 04:30:44 2009: Request 45726 was acted upon.
> Transaction: Ticket created by kmx@volny.cz
> Queue: Perl-Dist-Strawberry
> Subject: Perl.exe fails with "The memory could not be read" - 5.10.0 only, 5.8.9 works fine
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: kmx@volny.cz
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=45726 >
>
>
> Hi,
>
> I have experienced some sort of "a bug" with the following perl script:
>
> ---
> use namespace::clean -except => 'meta';
>
> print "Before fork\n";
> if (my $p = fork ) {
> print "After fork 1: $$\n";
> }
> else {
> print "After fork 2: $$\n";
> }
> ---
>
> On strawberry perl 5.8.9.0 & 5.8.9.1 this works fine on strawberry perl
> 5.10.0.4 & 5.10.0.5 perl.exe fails with error "The instruction at
> address 0x6a72c777 referenced memory at address 0x00000004. The memory
> could not be read".
>
> Module "namespace::clean" seems to be pure perl therefore I guess (but
> not sure) that there must be "something" in strawberry perl 5.10.x.
>
> --
> kmx
>
>
> Hi,
>
> I have experienced some sort of "a bug" with the following perl script:
>
> ---
> use namespace::clean -except => 'meta';
>
> print "Before fork\n";
> if (my $p = fork ) {
> print "After fork 1: $$\n";
> }
> else {
> print "After fork 2: $$\n";
> }
> ---
>
> On strawberry perl 5.8.9.0 & 5.8.9.1 this works fine on strawberry perl 5.10.0.4 & 5.10.0.5 perl.exe fails with error "The instruction at address 0x6a72c777 referenced memory at address 0x00000004. The memory could not be read".
>
> Module "namespace::clean" seems to be pure perl therefore I guess (but not sure) that there must be "something" in strawberry perl 5.10.x.
>
> --
> kmx
>
>