octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #54202] build fails with Bad file descriptor w


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54202] build fails with Bad file descriptor with perl 5.28.0 installed
Date: Fri, 29 Jun 2018 21:43:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #12, bug #54202 (project octave):

And lastly here is a simple non-Octave example that shows this is a problem
with the upgrade from Perl 5.26 to 5.28:


$ mkdir empty
$ cd empty
$ for n in $(seq 1 2000); do echo empty > file$n; done
$ perl5.26.2 -pi -e 's/a/b/g' *
$ perl5.28.0 -pi -e 's/a/b/g' *
Cannot complete in-place edit of file1916: failed to rename work file
'XX7tjdpU' to 'file1916': Bad file descriptor.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54202>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]