<pre>
Status: Passed
</pre>
<pre>
commit d553dd54b33b255d042265a4563e66efc01480df
Author: Alin Serdean <aserdean@cloudbasesolutions.com>
Date:   Thu Apr 13 19:25:45 2017 +0000

    windows: Crash when the handle communication device cannot be found
    
    When trying to uninstall/disable the OVS extension the driver will
    fail to unload properly(require reboot)/hang until ovs-vswitchd is closed.
    
    The root cause of this behavior is because the handles from ovs-vswitchd
    to the kernel communication devices are still opened although the
    actual device was removed from the kernel.
    
    Trying to close the handles will also fail because they do not exist.
    
    The remaining option is to cause a crash and rely on the service manager
    to restart ovs-vswitchd.
    
    Reported-at: https://github.com/openvswitch/ovs-issues/issues/27
    Reported-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
    Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
    Signed-off-by: Ben Pfaff <blp@ovn.org>

</pre>
<pre>
View the changeset:
<a href="https://github.com/openvswitch/ovs/commit/d553dd54b33b255d042265a4563e66efc01480df">https://github.com/openvswitch/ovs/commit/d553dd54b33b255d042265a4563e66efc01480df</a>

View the full build log and details:
<a href="http://64.119.130.115/ovs/d553dd54b33b255d042265a4563e66efc01480df">http://64.119.130.115/ovs/d553dd54b33b255d042265a4563e66efc01480df</a></pre>