Re: Is it Event.pm or me that's loosing its memory?

2002-05-12 Thread Joshua N Pritikin
On Sun, May 12, 2002 at 01:10:03AM -0400, Allen Smith wrote: > On May 11, 11:28pm, Joshua N Pritikin wrote: > > That means that Event probably has a reference counting bug. > > Sigh... yes. I am wondering myself about a couple things in ev.c: > A. pe_event_invoke. Callbacks only return valu

Information regarding modem

2002-05-12 Thread NarasimhaRaju
Hello stuart, i need some information regarding modem programming my problem: i need to get infromation from modem when i place a call, if i get a busy tone then i have to fine what is teh reason for this busy tone is the line is busy or end user is busy . how can this task be achieved . Regards

Re: Is it Event.pm or me that's loosing its memory?

2002-05-12 Thread Allen Smith
On May 12, 4:09am, Joshua N Pritikin wrote: > On Sun, May 12, 2002 at 01:10:03AM -0400, Allen Smith wrote: > > On May 11, 11:28pm, Joshua N Pritikin wrote: > > > That means that Event probably has a reference counting bug. > > > > Sigh... yes. I am wondering myself about a couple things in ev.c:

RE: Is it Event.pm or me that's loosing its memory?

2002-05-12 Thread Bradley Brahms
I verified Allen's test under linux. I also tested one_event() which had an advantage that it will go to sleep if no events are available. one_event() also showed no growth. Brad -Original Message- From: Allen Smith [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 5:26 PM To: Josh

Re: Is it Event.pm or me that's loosing its memory?

2002-05-12 Thread Allen Smith
On May 12, 6:27pm, Bradley Brahms wrote: > I verified Allen's test under linux. Good thought - we're using SGI IRIX 6.5 and perl-5.6.0, BTW. > I also tested one_event() which had an > advantage that it will go to sleep if no events are available. one_event() > also showed no growth. Interesti

Re: Is it Event.pm or me that's loosing its memory?

2002-05-12 Thread Joshua N Pritikin
On Sun, May 12, 2002 at 06:17:33PM -0400, Bradley Brahms wrote: > I verified Allen's test under linux. I also tested one_event() which had an > advantage that it will go to sleep if no events are available. one_event() > also showed no growth. This is all very strange. i'd accept a patch to re