octave-maintainers
[Top][All Lists]
Advanced

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

Re: File Handle leak? Was: Octave/Win32 new binary package (2.9.12)


From: Olli Saarela
Subject: Re: File Handle leak? Was: Octave/Win32 new binary package (2.9.12)
Date: Mon, 04 Jun 2007 13:26:26 +0300
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

Benjamin Lindner wrote:
A simple command like 'upper("a");' entered at the prompt increases the file handle count by 2 for every command.

The same happens on XP / Gnuplot.

The command 'plot(1:10,1:10);' using the oplot-gl package increases handle count by 48 for every call.

With Gnuplot on XP, a single 'plot(1:10,1:10);' command increases handle count by 60 in Octave and by a surprisingly high number 660 in pgnuplot.

Loop 'for j=1:10;plot(1:10,1:10);pause(1);end' increases handle count by 60 in Octave and by 6600 in pgnuplot.

Command 'dir(".")' increases handle count by 16-22, for some reason the delta varies.

Olli



reply via email to

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