* Tomasz Kojm <[EMAIL PROTECTED]> [20030918 19:13]: wrote:
> > I'd suggest clamav-20030720. Try it and see if the same thing happens
> >
> >
> > Any snapshots after that date (CVS) do not compile on FreeBSD 5.1-REL.
> > I have tried to compile them, but they fail like so:
>
> Please grab the la
> Segmentation fault (core dumped)
>
> The backtrace is similar to that which I originally posted (e.g. a crash during
I'm going to do more tests under FreeBSD next week.
Best regards,
Tomasz Kojm
--
oo. [EMAIL PROTECTED]
(\/)\. http://www.konarski.edu.pl/~z
> I'd suggest clamav-20030720. Try it and see if the same thing happens
>
>
> Any snapshots after that date (CVS) do not compile on FreeBSD 5.1-REL.
> I have tried to compile them, but they fail like so:
Please grab the latest snapshot (or checkout the repository) because this has
been already
* Ollie Cook <[EMAIL PROTECTED]> [20030917 17:53]: wrote:
> Hi,
>
> I have done some further investigations of this problem and am seeing the same
> behaviour under FreeBSD 4.9-PRERELEASE and also 4.2-RELEASE with clamav 0.60,
> even with the example ex1.c that is shipped with clamav.
On my produ
On Wed, Sep 17, 2003 at 03:42:06PM +0100, Ollie Cook wrote:
> Hi,
>
> I have done some further investigations of this problem and am seeing the same
> behaviour under FreeBSD 4.9-PRERELEASE and also 4.2-RELEASE with clamav 0.60,
> even with the example ex1.c that is shipped with clamav.
>
> For e
Hi,
I have done some further investigations of this problem and am seeing the same
behaviour under FreeBSD 4.9-PRERELEASE and also 4.2-RELEASE with clamav 0.60,
even with the example ex1.c that is shipped with clamav.
For example:
artemis:/usr/local/src/clamav-0.60/examples # ./ex1 ex1
Loaded 78
Hi,
I am testing libclamav on a FreeBSD RELENG_4 host and am seeing very odd
behaviour with the library. Once scanning is completed and the trie is freed, a
call to exit(3) causes a segmentation violation.
Using this source which does nothing except call libclamav functions:
int main (int ac, ch