Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Don Lewis
On 28 Jan, Jan Mikkelsen wrote: > Hi, > > Are you being affected by this rtld behaviour: > > https://lists.freebsd.org/pipermail/freebsd-hackers/2016-July/049769.html > > > https://lists.freebsd.org/pipermail/freebsd-st

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Don Lewis
On 27 Jan, Konstantin Belousov wrote: > On Fri, Jan 27, 2017 at 12:19:16PM -0500, Alexander Kabaev wrote: >> On Fri, 27 Jan 2017 00:31:30 -0800 (PST) >> Don Lewis wrote: >> >> > I've been attempting to get OpenOffice to build properly in a >> > clang400-import poudriere jail and have run into a m

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Jan Mikkelsen
Hi, Are you being affected by this rtld behaviour: https://lists.freebsd.org/pipermail/freebsd-hackers/2016-July/049769.html https://lists.freebsd.org/pipermail/freebsd-stable/2015-July/082751.html

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Toomas Soome
> On 27. jaan 2017, at 22:16, Ngie Cooper wrote: > > >> On Jan 27, 2017, at 09:05, Warner Losh wrote: > > ... > >> I'm curious why you can't find the space for a bigger partition? >> Almost all drives these days are partitioned with a little wasted >> space, and that wasted space should be m

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Alexander Kabaev
On Fri, 27 Jan 2017 10:47:20 -0800 (PST) Don Lewis wrote: > On 27 Jan, Alexander Kabaev wrote: > > On Fri, 27 Jan 2017 00:31:30 -0800 (PST) > > Don Lewis wrote: > > >> If I create a simple test program that calls malloc() and set a > >> breakpoint in malloc(), the breakpoint gets set in the r

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Ngie Cooper
> On Jan 27, 2017, at 12:23, Toomas Soome wrote: ... >> Unfortunately, in my infinite wisdom (IIRC) I put the zfs partition before >> the swap partition. >> >> We have a similar problem at work with sys/boot unfortunately, but that's a >> side discussion for another time/place. >> >> Thank

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Ngie Cooper
> On Jan 27, 2017, at 09:05, Warner Losh wrote: ... > I'm curious why you can't find the space for a bigger partition? > Almost all drives these days are partitioned with a little wasted > space, and that wasted space should be more than enough to cover us > here. Also, most drives have a swap

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Toomas Soome
> On 27. jaan 2017, at 19:30, Allan Jude wrote: > > On 2017-01-27 12:05, Warner Losh wrote: >> On Fri, Jan 27, 2017 at 12:34 AM, Toomas Soome > > wrote: >>> On 27. jaan 2017, at 1:40, Ngie Cooper (yaneurabeya) wrote: Hi, I tried upgrading o

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Don Lewis
On 27 Jan, Alexander Kabaev wrote: > On Fri, 27 Jan 2017 00:31:30 -0800 (PST) > Don Lewis wrote: >> If I create a simple test program that calls malloc() and set a >> breakpoint in malloc(), the breakpoint gets set in the rtld version, >> but the the libc version of malloc is what gets called. >>

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Warner Losh
On Fri, Jan 27, 2017 at 10:35 AM, Allan Jude wrote: > On 2017-01-27 12:33, Shawn Webb wrote: >> On Fri, Jan 27, 2017 at 12:30:17PM -0500, Allan Jude wrote: >>> On 2017-01-27 12:05, Warner Losh wrote: On Fri, Jan 27, 2017 at 12:34 AM, Toomas Soome wrote: > >> On 27. jaan 2017, at 1:40

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Konstantin Belousov
On Fri, Jan 27, 2017 at 12:19:16PM -0500, Alexander Kabaev wrote: > On Fri, 27 Jan 2017 00:31:30 -0800 (PST) > Don Lewis wrote: > > > I've been attempting to get OpenOffice to build properly in a > > clang400-import poudriere jail and have run into a mystery. The build > > procedure creates a c+

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Allan Jude
On 2017-01-27 12:05, Warner Losh wrote: > On Fri, Jan 27, 2017 at 12:34 AM, Toomas Soome wrote: >> >>> On 27. jaan 2017, at 1:40, Ngie Cooper (yaneurabeya) >>> wrote: >>> >>> Hi, >>> I tried upgrading one of my workstations and unfortunately the >>> freebsd-boot partition is too small (I

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Shawn Webb
On Fri, Jan 27, 2017 at 12:35:21PM -0500, Allan Jude wrote: > On 2017-01-27 12:33, Shawn Webb wrote: > > On Fri, Jan 27, 2017 at 12:30:17PM -0500, Allan Jude wrote: > >> On 2017-01-27 12:05, Warner Losh wrote: > >>> On Fri, Jan 27, 2017 at 12:34 AM, Toomas Soome wrote: > > > On 27. jaan 2

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Allan Jude
On 2017-01-27 12:33, Shawn Webb wrote: > On Fri, Jan 27, 2017 at 12:30:17PM -0500, Allan Jude wrote: >> On 2017-01-27 12:05, Warner Losh wrote: >>> On Fri, Jan 27, 2017 at 12:34 AM, Toomas Soome wrote: > On 27. jaan 2017, at 1:40, Ngie Cooper (yaneurabeya) > wrote: > > Hi, >

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Shawn Webb
On Fri, Jan 27, 2017 at 12:30:17PM -0500, Allan Jude wrote: > On 2017-01-27 12:05, Warner Losh wrote: > > On Fri, Jan 27, 2017 at 12:34 AM, Toomas Soome wrote: > >> > >>> On 27. jaan 2017, at 1:40, Ngie Cooper (yaneurabeya) > >>> wrote: > >>> > >>> Hi, > >>> I tried upgrading one of my wor

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Alexander Kabaev
On Fri, 27 Jan 2017 00:31:30 -0800 (PST) Don Lewis wrote: > I've been attempting to get OpenOffice to build properly in a > clang400-import poudriere jail and have run into a mystery. The build > procedure creates a c++ executable "idlc", which is used to build > other stuff. The new operator h

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Warner Losh
On Fri, Jan 27, 2017 at 12:34 AM, Toomas Soome wrote: > >> On 27. jaan 2017, at 1:40, Ngie Cooper (yaneurabeya) >> wrote: >> >> Hi, >> I tried upgrading one of my workstations and unfortunately the >> freebsd-boot partition is too small (I follow manpage directions, exactly, >> and those

Re: gptzfsboot grew a lot after skein support was added; need knob to control bloat

2017-01-27 Thread Toomas Soome
> On 27. jaan 2017, at 1:40, Ngie Cooper (yaneurabeya) > wrote: > > Hi, > I tried upgrading one of my workstations and unfortunately the > freebsd-boot partition is too small (I follow manpage directions, exactly, > and those seem to be too small as of 10.3-RELEASE timeframe), and I don

malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Don Lewis
I've been attempting to get OpenOffice to build properly in a clang400-import poudriere jail and have run into a mystery. The build procedure creates a c++ executable "idlc", which is used to build other stuff. The new operator has been overrriden to call a custom memory allocator, which I have c