Subject: Re: perl
To: RiscBSD <port-arm32@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-arm32
Date: 05/30/1997 17:25:02
Laurent DOMISSE wrote:
> 
[...]
> 
> I would like to know if someone have reported any problem with
> Perl on SA-4958 kernel. It produced core dump each time Perl
> need to work on a line like 
> 'foreach $adr (keys(%servheure)) {'
> Any help welcome !

What does the rest look like?

kernel (can't remember if this is SA-4958):
NetBSD 1.2C (VOYAGER) #13: Thu Mar 13 06:16:43 GMT 1997

perl -v:
This is perl, version 5.003 with EMBED
        built under netbsd at Oct  5 1996 20:37:38
        + suidperl security patch

test.pl:
$servheure{'one'}=1;
$servheure{'two'}=2;
$servheure{'tre'}=3;
foreach $adr(keys(%servheure))
  {
    print "$adr $servheure{$adr}\n";
  }

output from perl test.pl:
two 2
one 1
tre 3


and the cpu is an ARM6.