Re: [asterisk-users] codec_g729a implicated in file descriptor buildup

2010-12-03 Thread Kevin P. Fleming
On 12/03/2010 01:17 PM, Steve Murphy wrote: > > > On Wed, Dec 1, 2010 at 12:15 PM, Kevin P. Fleming > wrote: > > On 12/01/2010 01:05 PM, Steve Murphy wrote: > > Hello, > > > > I wonder if anyone else has noticed this. > > > > I see a pair o

Re: [asterisk-users] codec_g729a implicated in file descriptor buildup

2010-12-03 Thread Steve Murphy
On Wed, Dec 1, 2010 at 12:15 PM, Kevin P. Fleming wrote: > On 12/01/2010 01:05 PM, Steve Murphy wrote: > > Hello, > > > > I wonder if anyone else has noticed this. > > > > I see a pair of calls to pipe() within the codec_g729a, and suddenly, I > > have a leaked file descriptor that remains until a

Re: [asterisk-users] codec_g729a implicated in file descriptor buildup

2010-12-01 Thread Kevin P. Fleming
On 12/01/2010 01:05 PM, Steve Murphy wrote: > Hello, > > I wonder if anyone else has noticed this. > > I see a pair of calls to pipe() within the codec_g729a, and suddenly, I > have a leaked file descriptor that remains until asterisk dies. > > Now, maybe no-one sees this, mainly because I have no

[asterisk-users] codec_g729a implicated in file descriptor buildup

2010-12-01 Thread Steve Murphy
Hello, I wonder if anyone else has noticed this. I see a pair of calls to pipe() within the codec_g729a, and suddenly, I have a leaked file descriptor that remains until asterisk dies. Now, maybe no-one sees this, mainly because I have no g729 licenses on the machines where this happens. And con