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
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
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:
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
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
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