Re: [ovs-dev] [netdev-linux]Deadlock is fixed; netdev_open() has a bug

2013-08-10 Thread Ben Pfaff
On Sun, Aug 11, 2013 at 11:30:10AM +0800, ZhengLingyun wrote: > netdev_open does shash_add() but no shash_delete() when error > occurs, such as device not exists. It will cause a SIGSEGV signal. Thanks for the report. I sent out a fix: http://openvswitch.org/pipermail/dev/2013-August/0305

Re: [ovs-dev] [netdev-linux]Deadlock is fixed; netdev_open() has a bug

2013-08-10 Thread ZhengLingyun
It is ok now. Another problem: netdev_open does shash_add() but no shash_delete() when error occurs, such as device not exists. It will cause a SIGSEGV signal. At 2013-08-10 21:49:30,"Ben Pfaff" wrote: >On Sat, Aug 10, 2013 at 06:33:35PM +0800, ZhengLingyun wrote: >> I just update the code.