[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1912: Perl (a.out) dbmopen causes Perl to exit silently with code 0



Package: perl
Version: 5.001-6

-chiark:~/junk> ls -al u.db*
/bin/ls: u.db*: No such file or directory
-chiark:~/junk> cat t.pl
warn 1; dbmopen(Z,"u.db",0600); warn 2;
-chiark:~/junk> perl t.pl
1 at t.pl line 1.
-chiark:~/junk> echo $?
0
-chiark:~/junk> cat t2.pl
warn 1; dbmopen(%Z,"u.db",0600); warn 2;
-chiark:~/junk> perl t2.pl
1 at t2.pl line 1.
-chiark:~/junk> echo $?
0
-chiark:~/junk> ls -al u.db*
/bin/ls: u.db*: No such file or directory
-chiark:~/junk>

I haven't tried ELF because my ELF libc isn't in /lib yet.

Ian.


Reply to: