Orange-OpenSource / p4rt-ovs

Programming runtime extensions for Open vSwitch with P4
Apache License 2.0
24 stars 9 forks source link

Assertion failed error message on ovs-vswitchd stop #3

Closed pchaigno closed 4 years ago

pchaigno commented 4 years ago

When I stop ovs-vswitchd with ovs-ctl, I get the following message in the logs. ovs-vswitchd doesn't always stop when I ask it too, but I don't know if that's related.

2020-01-22T10:26:02.184Z|01911|bridge|INFO|bridge br0: deleted interface br0 on port 65534
2020-01-22T10:26:02.233Z|01912|util|EMER|ofproto/ofproto.c:1625: assertion hmap_is_empty(&ofproto->ubpf_vms) failed in ofproto_destroy__()
2020-01-22T10:26:03.504Z|00002|daemon_unix(monitor)|ERR|1 crashes: pid 57648 died, killed (Aborted), core dumped, restarting

It looks like ofproto->ubpf_vms is not properly emptied on shutdown.