Subject: Re: lib/37473 (Statically linked executables are much larger in -current)
To: None <ad@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 12/04/2007 17:50:02
The following reply was made to PR lib/37473; it has been noted by GNATS.
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, ad@NetBSD.org, gnats-admin@netbsd.org,
netbsd-bugs@netbsd.org, jmcneill@invisible.ca
Cc:
Subject: Re: lib/37473 (Statically linked executables are much larger in -current)
Date: Tue, 4 Dec 2007 12:44:59 -0500
On Dec 4, 4:50pm, joerg@britannica.bec.de (Joerg Sonnenberger) wrote:
-- Subject: Re: lib/37473 (Statically linked executables are much larger in -
| The following reply was made to PR lib/37473; it has been noted by GNATS.
|
| From: Joerg Sonnenberger <joerg@britannica.bec.de>
| To: gnats-bugs@NetBSD.org
| Cc:
| Subject: Re: lib/37473 (Statically linked executables are much larger in
| -current)
| Date: Tue, 4 Dec 2007 17:47:05 +0100
|
| On Tue, Dec 04, 2007 at 04:44:57PM +0000, joerg@netbsd.org wrote:
| > ad imported jemalloc.
|
| Problem is that jemalloc using strerror_r for mmap and munmap errors.
| This pulls in snprintf and with that the whole stdio chain. I'm not sure
| if errors at this point are of great interest and maybe would just match
| the interesting case of ENOMEM with a hard-coded error message.
I just fixed this.
christos