Filehandle Leak With Wrong binmode #13116
Comments
From @shlomifCreated by @shlomifThe following program (when run on Mageia Linux x86-64 Cauldron using for my $x (1 .. 10000) { The problem is due to the «binmode $temp, ":unix";» which is wrong, but should This was reported by ais523 on Freenode's #perl, so thanks go to him/her. Perl Info
|
From @jkeenanOn Sun Jul 21 08:56:29 2013, shlomif@shlomifish.org wrote:
Apart from the fact that it results in this error, what is "wrong" about Incidentally, on my Linode the threshold for triggering this problem was: Thank you very much. |
The RT System itself - Status changed from 'new' to 'open' |
From @LeontOn Mon, Jul 22, 2013 at 1:58 AM, James E Keenan via RT
:unix always acts as a bottom layer. So pushing it on top of an
Given you start with 3 open fd's that aligns with a fd-max of 1024 Leon |
Fixed in #17489 |
Migrated from rt.perl.org#118957 (status was 'open')
Searchable as RT118957$
The text was updated successfully, but these errors were encountered: