openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

OVS Windows: Calling abort on ovs-vswitchd when running as a service results in a core. #169

Open Anandkumar26 opened 5 years ago

Anandkumar26 commented 5 years ago

When ovs-vswitchd is started as service, calling abort results in generating a core file. Instead of calling abort, we need to call 'service_stop' to stop the service cleanly.

blp commented 5 years ago

Usually generating a core is a desirable side effect of calling abort().