Re: memory leak in DBD::Informix

2002-04-03 Thread Yan Zhu
04:29 PMcc: DBI Users Mailing List ><[EMAIL PROTECTED]> > From:Jonathan Leffler/Menlo >Park/IBM@IBMUS >Subject: Re: memory leak in >DBD::Informix(Document link: Jonathan Leffler) > > &

Re: memory leak in DBD::Informix

2002-04-02 Thread Jonathan Leffler
Subject: Re: memory leak in

Re: memory leak in DBD::Informix

2002-04-02 Thread Jonathan Leffler
g List <[EMAIL PROTECTED]> Subject: Re: memory leak in DBD::Informix

Re: memory leak in DBD::Informix

2002-04-02 Thread Yan Zhu
here is my result, the SZ ( I assume that is the size we should be looking at) did stablize at 827. However, I have no more memory left on my box at this point, they all leaked out. So I am going to wait till tonight and reboot the machine and try again. yan # DBI->connect('dbi:Informix:pdqtest'

Re: memory leak in DBD::Informix

2002-04-02 Thread Yan Zhu
of course, will get right on it, thank you! Jonathan Leffler wrote: > Previously sent to Yan Zhu directly - bounced by onion.perl.org. > Attempting a resend from my subscribed email address... > > Dear Yan Zhu, > > The attachment is the test case I created derived from the information > you sen

Re: memory leak in DBD::Informix

2002-04-02 Thread Jonathan Leffler
Previously sent to Yan Zhu directly - bounced by onion.perl.org. Attempting a resend from my subscribed email address... Dear Yan Zhu, The attachment is the test case I created derived from the information you sent. I tested it on Solaris 7 with Perl 5.7.3, DBI 1.21, DBD::Informix 1.00.PC2, ESQ

Re: More info about memory leak in DBD::Informix

2002-03-29 Thread Jonathan Leffler
Yan Zhu wrote: > this is my test program: > > what I found out is, if I turne the buffered log on for the database, it leaks out > 30 Megs when it is done, but if I turn off the logging for the informix db, it only > leaks out a few megs, which I can't be sure either since I have other programs o

Re: another pieces of info - memory leak in DBD::Informix

2002-03-29 Thread Jonathan Leffler
Yan Zhu wrote: > I did try the following program, it leaks, are these > related to my problem? Since your example code doesn't use Tie::Hash, it is most unlikely to be related to this. > #!/usr/local/bin/perl -w > > print "localizing tied variable leak test for perl $]...\n"; > # 5.006 does l