On Mon, Dec 29, 2014 at 06:03:24PM +0800, yewgang wrote:
> Dear ovs-worker,
> 
> recently I got an error while running ovs-2.0.0 in debian (uname -r =
> 3.4.82+), SOMETIMES.
> 
> detail log is :
> ovs|00019|poll_loop|ERR| poll: Invalid argument
> 
> I found the code is located in poll-loop.c Line 234. And detail reason is
> the 2nd param in function below is different.
> retval = time_poll(loop->pollfds, loop->n_waiters, loop->timeout_when,
> &elapsed);
> 
> 
> loop->n_waiters:
> right param should be 108 or 20 or 2 or something.
> error param is 36483
> 
> I don't known why I got error param. I wonder if there are something wrong
> or I miss run something?

This does sound like a bug.  The first thing I would do is to upgrade,
either to the latest in the 2.0.x series (currently 2.0.2, I think),
or to 2.3.1.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to