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
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
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
> >
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