Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFilehandle Leak With Wrong binmode #13116
Comments
This comment has been minimized.
This comment has been minimized.
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
|
This comment has been minimized.
This comment has been minimized.
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. |
This comment has been minimized.
This comment has been minimized.
The RT System itself - Status changed from 'new' to 'open' |
This comment has been minimized.
This comment has been minimized.
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 |
Migrated from rt.perl.org#118957 (status was 'open')
Searchable as RT118957$