[OMPI devel] Coverity strangeness

2017-06-15 Thread r...@open-mpi.org
I’m trying to understand some recent coverity warnings, and I confess I’m a little stumped - so I figured I’d ask out there and see if anyone has a suggestion. This is in the PMIx repo, but it is reported as well in OMPI (down in opal/mca/pmix/pmix2x/pmix). The warnings all take the following fo

Re: [OMPI devel] Coverity strangeness

2017-06-15 Thread Gilles Gouaillardet
Ralph, my 0.02 US$ i noted the error message mentions 'holding lock "pmix_mutex_t.m_lock_pthread"', but it does not explicitly mentions 'pmix_global_lock' (!) at line 446, PMIX_WAIT_THREAD() does release 'cb.lock', which has the same type than 'pmix_global_lock', but is not the very same

Re: [OMPI devel] Coverity strangeness

2017-06-15 Thread Brice Goglin
You can email scan-ad...@coverity.com to report bugs and/or ask what's going on. Brice Le 16/06/2017 07:12, Gilles Gouaillardet a écrit : > Ralph, > > > my 0.02 US$ > > > i noted the error message mentions 'holding lock > "pmix_mutex_t.m_lock_pthread"', but it does not explicitly mentions > > '