RE: [Clamav-devel] RE: Clamd STREAM instability

2005-11-23 Thread Brian A. Reiter
Tomasz Kojm Sent: Monday, August 22, 2005 10:49 AM To: ClamAV Development Subject: Re: [Clamav-devel] RE: Clamd STREAM instability On Mon, 22 Aug 2005 08:10:10 -0400 Brian A. Reiter [EMAIL PROTECTED] wrote: Please try this fix: Sun Aug 21 01:06:54 CEST 2005 (tk

RE: [Clamav-devel] RE: Clamd STREAM instability

2005-08-22 Thread Brian A. Reiter
That pretty much says to me that the code that causes the instability is the call to gethostbyname(3) to get the sin_addr for binding the STREAM socket because the alternate execution path of binding to INADDR_ANY is trouble-free. Please try this fix: Sun Aug 21 01:06:54 CEST

Re: [Clamav-devel] RE: Clamd STREAM instability

2005-08-20 Thread Tomasz Kojm
On Fri, 22 Jul 2005 10:04:34 -0400 Brian A. Reiter [EMAIL PROTECTED] wrote: That pretty much says to me that the code that causes the instability is the call to gethostbyname(3) to get the sin_addr for binding the STREAM socket because the alternate execution path of binding to INADDR_ANY is

[Clamav-devel] RE: Clamd STREAM instability

2005-07-22 Thread Brian A. Reiter
I am experiencing a problem with clamd crashing shortly after a scan using the STREAM protocol. This affects recent versions of clamd including 0.86.1 and clamav-devel in CVS running on Interix. I have spent a little time looking into this. The segv happens when the thread pool spins down

Re: [Clamav-devel] RE: Clamd STREAM instability

2005-07-22 Thread Stephen Gran
On Fri, Jul 22, 2005 at 10:04:34AM -0400, Brian A. Reiter said: I am experiencing a problem with clamd crashing shortly after a scan using the STREAM protocol. This affects recent versions of clamd including 0.86.1 and clamav-devel in CVS running on Interix. I have spent a little