Re: Abort on exit "libgcc_s.so.1 must be installed for pthread_cancel to work"

2019-04-10 Thread William Lallemand
On Wed, Apr 10, 2019 at 12:44:27PM +0200, Emmanuel Hocdet wrote: > > Hi Emmanuel, > > > > This bug is caused by libpthread which is not linked with libgcc_s, so it > > tries > > to load libgcc_s during the call to phtread_exit() but that can't work if > > the > > process is chroot'ed. > > > >

Re: Abort on exit "libgcc_s.so.1 must be installed for pthread_cancel to work"

2019-04-10 Thread Emmanuel Hocdet
> Le 5 avr. 2019 à 13:05, William Lallemand a écrit : > > On Fri, Apr 05, 2019 at 12:55:11PM +0200, Emmanuel Hocdet wrote: >> >> Hi, >> >> To test deinit, i come across this: >> >> # /srv/sources/haproxy/haproxy -f /etc/haproxy/ssl.cfg -d -x >> /run/haproxy_ssl.sock -sf 15716 >> >> log

Re: Abort on exit "libgcc_s.so.1 must be installed for pthread_cancel to work"

2019-04-05 Thread William Lallemand
On Fri, Apr 05, 2019 at 12:55:11PM +0200, Emmanuel Hocdet wrote: > > Hi, > > To test deinit, i come across this: > > # /srv/sources/haproxy/haproxy -f /etc/haproxy/ssl.cfg -d -x > /run/haproxy_ssl.sock -sf 15716 > > log on 15716 process: > Available polling systems : > epoll :