[ovs-dev] [PATCH ovn v2] ovn-controller: Check for NULL before accessing ovsrec_open_vswitch row.

2020-02-20 Thread numans
From: Numan Siddique There are occasional crashes seen with OpenShift CI gdb) bt 0 hmap_first_with_hash (hmap=0x128, hmap=0x128, hash=2563384147) at include/openvswitch/hmap.h:328 1 smap_find__ (smap=0x128, key=key@entry=0x558de1ab278f "ovn-openflow-probe-interval", key_len=27, hash=256

Re: [ovs-dev] [PATCH ovn v2] ovn-controller: Check for NULL before accessing ovsrec_open_vswitch row.

2020-02-20 Thread Dumitru Ceara
On 2/20/20 3:43 PM, num...@ovn.org wrote: > From: Numan Siddique > > There are occasional crashes seen with OpenShift CI > > > gdb) bt > 0 hmap_first_with_hash (hmap=0x128, hmap=0x128, hash=2563384147) at > include/openvswitch/hmap.h:328 > 1 smap_find__ (smap=0x128, key=key@entry=0x558de

Re: [ovs-dev] [PATCH ovn v2] ovn-controller: Check for NULL before accessing ovsrec_open_vswitch row.

2020-02-20 Thread Numan Siddique
On Thu, Feb 20, 2020 at 8:25 PM Dumitru Ceara wrote: > > On 2/20/20 3:43 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > There are occasional crashes seen with OpenShift CI > > > > > > gdb) bt > > 0 hmap_first_with_hash (hmap=0x128, hmap=0x128, hash=2563384147) at > > include/op