Re: [ID 20000215.003] memory leak in perl 5.005_3

2000-02-15 Thread Jan Dubois
> after building 4-current (cvsupped yesterday) I'm using OpenSSH now. I'm > starting my X11 session with ssh-agent and using ssh-add in my > .xsession. Unfortunally there's no ssh-askpass build in 4-current (and > ssh-add is build with > '#define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"')

Re: [ID 20000215.003] memory leak in perl 5.005_3

2000-02-15 Thread Andrey Kolotev
On Tue, Feb 15, 2000 at 10:59:58AM +0100, Bart Schuller wrote: > > On Tue, Feb 15, 2000 at 01:20:28PM +0500, Andrey Kolotev wrote: > > @c = ("Async32"x4, "Async32"x5, "Async32"x7, "Async32"x10); > > > > while (1) > > { > > foreach (@c) > > { > > $_ =~ s/Async/ Async/; > >

Re: [ID 20000215.003] memory leak in perl 5.005_3

2000-02-15 Thread Bart Schuller
On Tue, Feb 15, 2000 at 01:20:28PM +0500, Andrey Kolotev wrote: > @c = ("Async32"x4, "Async32"x5, "Async32"x7, "Async32"x10); > > while (1) > { > foreach (@c) > { > $_ =~ s/Async/ Async/; > } > } You're forever adding spaces and complain of a memory leak? -- The

memory leak in perl 5.005_3

2000-02-15 Thread Andrey Kolotev
This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.26 running under perl 5.00503. - [Please enter your report here] #!/usr/bin/perl # # example of memory leak in perl5.005_3, tested on Free