From nobody@FreeBSD.org  Sun Feb 19 03:07:38 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7CE8716A420
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 19 Feb 2006 03:07:38 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F24843D46
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 19 Feb 2006 03:07:38 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1J37b5c000308
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 19 Feb 2006 03:07:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k1J37bDB000307;
	Sun, 19 Feb 2006 03:07:37 GMT
	(envelope-from nobody)
Message-Id: <200602190307.k1J37bDB000307@www.freebsd.org>
Date: Sun, 19 Feb 2006 03:07:37 GMT
From: SANETO Takanori <sanewo@ba2.so-net.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: lang/ezm3 uses old malloc which may complain about unknown char in MALLOC_OPTIONS
X-Send-Pr-Version: www-2.3

>Number:         93548
>Category:       ports
>Synopsis:       lang/ezm3 uses old malloc which may complain about unknown char in MALLOC_OPTIONS
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    jdp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 19 03:10:08 GMT 2006
>Closed-Date:    Thu Mar 16 15:44:16 GMT 2006
>Last-Modified:  Thu Mar 16 15:44:16 GMT 2006
>Originator:     SANETO Takanori
>Release:        7.0-CURRENT
>Organization:
an individual
>Environment:
FreeBSD muse.sanewo.ddo.jp 7.0-CURRENT FreeBSD 7.0-CURRENT #822: Sun Jan 15 06:08:54 JST 2006     root@muse.sanewo.ddo.jp:/export/usr/obj/usr/src/sys/MUSE  i386
>Description:
              ezm3 contains modified version of old (phk) malloc implementaion in m3core.a. This cause incompatibility in interpretation of MALLOC_OPTIONS environment variable and /etc/malloc.conf setting. When, for example, 'k' is in these settings, application built with m3 (e.g. cvsup) will submit warning "unknown char in MALLOC_OPTIONS".
>How-To-Repeat:
              rebuild ezm3 and cvsup under current. run cvsup with MALLOC_OPTIONS=k.
>Fix:
              replace malloc in ezm3 under CURRENT, or at least, refer different env/file for malloc setting for ezm3 (e.g., M3_MALLOC_OPTIONS and /etc/m3_malloc.conf).
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jdp 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 19 03:12:13 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93548 

From: SANETO Takanori <sanewo@ba2.so-net.ne.jp>
To: bug-followup@FreeBSD.org, sanewo@ba2.so-net.ne.jp
Cc:  
Subject: Re: ports/93548: lang/ezm3 uses old malloc which may complain about
 unknown char in MALLOC_OPTIONS
Date: Sun, 12 Mar 2006 16:02:00 +0900

 I realized that all the applications statically linked with phkmalloc
 will encounter same problem.
 So I changed my mind that this should be treated by the implementation
 of jemalloc.
 
 This PR should be closed.
 
State-Changed-From-To: open->closed 
State-Changed-By: jdp 
State-Changed-When: Thu Mar 16 15:43:59 UTC 2006 
State-Changed-Why:  
Closed by request of the originator. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93548 
>Unformatted:
