Re: [libvirt] [PATCH 01/14] build: prevent unloading of all public libraries

2018-04-24 Thread Daniel P . Berrangé
On Tue, Apr 24, 2018 at 02:17:00PM +0200, Michal Privoznik wrote: > On 04/19/2018 07:09 PM, Daniel P. Berrangé wrote: > > We previously added "-z nodelete" to the build of libvirt.so to prevent > > crashes when thread local destructors run which point to a code that > > has been dlclose()d: > > >

Re: [libvirt] [PATCH 01/14] build: prevent unloading of all public libraries

2018-04-24 Thread Michal Privoznik
On 04/19/2018 07:09 PM, Daniel P. Berrangé wrote: > We previously added "-z nodelete" to the build of libvirt.so to prevent > crashes when thread local destructors run which point to a code that > has been dlclose()d: > > commit 384b9a76a5e387f64cfe8f83f4a518bb302e80f7 > Author: Daniel P.

[libvirt] [PATCH 01/14] build: prevent unloading of all public libraries

2018-04-19 Thread Daniel P . Berrangé
We previously added "-z nodelete" to the build of libvirt.so to prevent crashes when thread local destructors run which point to a code that has been dlclose()d: commit 384b9a76a5e387f64cfe8f83f4a518bb302e80f7 Author: Daniel P. Berrangé Date: Thu Apr 19 11:42:22 2018