Hi,

The following script works on Linux but not on Hurd. Is this expected
failure or an actual bug?

use GDBM_File;
$a = tie (%a, 'GDBM_File', "x.gdbm", &GDBM_WRCREAT, 0644)
 or die "Cannot tie once: $!";
$b = tie (%b, 'GDBM_File', "x.gdbm", &GDBM_WRCREAT, 0644)
 or die "Cannot tie twice: $!";

Error message on Hurd:

Cannot tie twice: Resource temporarily unavailable at x.pl line 4.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org Check Key server 
Marcus Brinkmann              GNU    http://www.gnu.org    for public PGP Key 
[EMAIL PROTECTED],     [EMAIL PROTECTED]    PGP Key ID 36E7CD09
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/       [EMAIL PROTECTED]

Reply via email to