Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perl readdir failure on AIX 4.3.3 #4497

Closed
p5pRT opened this issue Oct 10, 2001 · 3 comments
Closed

Perl readdir failure on AIX 4.3.3 #4497

p5pRT opened this issue Oct 10, 2001 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Oct 10, 2001

Migrated from rt.perl.org#7811 (status was 'resolved')

Searchable as RT7811$

@p5pRT
Copy link
Author

p5pRT commented Oct 10, 2001

From dano@dazel.com

I've tried the noac option for the automounted directories with no
success. I did drop an older version of perl built on an AIX 4.2.1
system onto the AIX 4.3.3.0-08 system and found that this older perl
would work correctly. I was able to successfully build, test, and
install perl 5.005_03 on the AIX 4.3.3.0-08 system, which would lead
me to believe that there is something wrong with perl 5.6.1.

The following code can reproduce the problem if your current directory
is an automounted directory​:

use Cwd;
printf getcwd();
printf "\n";
exit(0);

If you get the "Bad file number" error, then you have this problem.

Thanks,
Dano Carroll

@p5pRT
Copy link
Author

p5pRT commented Sep 21, 2002

From burkhard.meier@gmx.de

I had the same problem with Perl 5.6.1. After having
installed Perl 5.8.0, it doesn't appear anymore; seems
the bug has been fixed in this release.

@p5pRT
Copy link
Author

p5pRT commented Jul 8, 2008

p5p@spam.wizbit.be - Status changed from 'open' to 'resolved'

@p5pRT p5pRT closed this as completed Jul 8, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant