Mailinglist archives

Re: [list-arpalert] arpalert.c invald argument on FreeBSD

From: Thierry FOURNIER <thierry.fournier_at_arpalert.org>
Date: Thu, 9 Jul 2009 11:26:21 +0200

Hello,

This is probably a scheduler bug.

are you using the last arpalert reelease ?

can you compile and test the attached file. this version is more verbose
on arpalert errors.

Thierry

> Hello,
>
> I run arpalert on a FreeBSD Box but after sometime it dies with
>
> arpalert: select: 4, -1077940832
> arpalert: [./arpalert.c 211] select[22]: Invalid argument
>
> There is an special case for NetBSD in arpalert.c arround line 211
>
> if (selret == -1 && errno != EINTR && errno != EINVAL){
> #else
> if (selret == -1 && errno != EINTR){
>
> and if I compile arpalert with "&& errno != EINVAL" it doesn't die anymore
> under FreeBSD but I'm not sure about "side effects".
>
> Does anyone run arpalert under FreeBSD and can reproduce this
> behavior?
>
> Many thanks
> Matthias
> --
> To unsubscribe send a mail to list+unsubscribe_at_arpalert.org
>
>

-- 
To unsubscribe send a mail to list+unsubscribe_at_arpalert.org
Received on Thu Jul 09 2009 - 11:26:22 CEST