From: Robert M. <rm...@po...> - 2007-01-20 20:02:56
|
Steve Loughran wrote: > Left it running for 5 minutes. Checking with process explorer shows no > leaks here (on the perl.exe app, or on the system in general) as far as > I can tell. ActivePerl 5.8.8, XP Pro. > > Steve Thanks. Unless someone tells me otherwise I'm going to close this bug. (I'm also tempted to make it mandatory to be logged in to sourceforge to create a new bug tracker entry, as there's no submitter information to allow me to contact the original reporter). Rob. > Robert May wrote: >> Tracker 1417288 >> https://sourceforge.net/tracker/index.php?func=detail&aid=1417288&group_id=16572&atid=116572 >> >> This bug report claims that the following code leaks memory: >> >> #!perl -w >> use strict; >> use Win32::GUI; >> >> my ($W,$but); >> while (1) { >> $W = new Win32::GUI::Window( >> #-name => "TestWindow", >> -pos => [ 0, 0], >> -size => [210, 200], >> -text => "TestWindow", >> ); >> $but=$W->AddButton( >> #-name => "test", >> -text => "Button 1", >> -size => [ 70, 22 ], >> -pos => [ 20, 20 ], >> ); >> } >> __END__ >> >> I don't see any leak with Win32::GUI v1.05, perl 5.6.1, 5.8.7, 5.8.8, >> Win98 or Win2K. >> >> Can anyone reproduce this leak (I'm particularly interested if this is a >> WinXP thing) or can I close the report? >> >> Regards, >> Rob. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Perl-Win32-GUI-Hackers mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers > http://perl-win32-gui.sourceforge.net/ > |