Re: Many core dumps in pthread_getspecific.

2015-06-06 Thread Andre Meiser
On Wed, Jun 03, 2015 at 16:58 +0200, Konstantin Belousov wrote: > You should recompile both libc and libthr with debugging symbols, like > cd /usr/src > (cd lib/libc && make all install DEBUG_FLAGS=-g) > (cd lib/libthr && make all install DEBUG_FLAGS=-g) > then obtain the core dump and post backtra

Re: Many core dumps in pthread_getspecific.

2015-06-06 Thread Konstantin Belousov
On Sat, Jun 06, 2015 at 09:50:22AM +0200, Andre Meiser wrote: > On Wed, Jun 03, 2015 at 16:58 +0200, Konstantin Belousov wrote: > > You should recompile both libc and libthr with debugging symbols, like > > cd /usr/src > > (cd lib/libc && make all install DEBUG_FLAGS=-g) > > (cd lib/libthr && make

Re: Many core dumps in pthread_getspecific.

2015-06-06 Thread Gary Palmer
On Sat, Jun 06, 2015 at 06:08:21PM +0300, Konstantin Belousov wrote: > On Sat, Jun 06, 2015 at 09:50:22AM +0200, Andre Meiser wrote: > > On Wed, Jun 03, 2015 at 16:58 +0200, Konstantin Belousov wrote: > > > You should recompile both libc and libthr with debugging symbols, like > > > cd /usr/src > >

Re: [patch] separate SysV IPC namespace for jail

2015-06-06 Thread Mateusz Guzik
On Sun, Jun 07, 2015 at 12:04:17AM +0900, kikuchan wrote: > Sorry for cross-post to freebsd-stable, but I want to get more > feedback for my patch. > (The patch is; > http://lists.freebsd.org/pipermail/freebsd-jail/attachments/20150606/7736309b/attachment.bin) > > > I bel