From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id D729065C8A for ; Tue, 13 Oct 2015 16:07:21 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 13 Oct 2015 09:06:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,678,1437462000"; d="scan'208";a="579900920" Received: from alimonb-mobl1.zpn.intel.com (HELO [10.219.5.67]) ([10.219.5.67]) by FMSMGA003.fm.intel.com with ESMTP; 13 Oct 2015 09:06:11 -0700 To: benjamin.esquivel@linux.intel.com, openembedded-core@lists.openembedded.org References: <1444429304-22379-1-git-send-email-anibal.limon@linux.intel.com> <1444751898.2440.2.camel@linux.intel.com> From: =?UTF-8?B?QW7DrWJhbCBMaW3Ds24=?= Message-ID: <561D2C01.7090809@linux.intel.com> Date: Tue, 13 Oct 2015 11:06:25 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1444751898.2440.2.camel@linux.intel.com> Subject: Re: [PATCH] bash: Disable custom memory allocator X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 16:07:25 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi Benjamin, This commit is already merged Ross or RP improved the message. Cheers, alimon On 13/10/15 10:58, Benjamin Esquivel wrote: > Hey Anibal, a line or 2 in mentioning the issue at the git commit > message would be required. You're only mentioning that there is an > issue and it would be informational to say what it is, even though the > bug number is at the end. > > On Fri, 2015-10-09 at 17:21 -0500, Aníbal Limón wrote: >> Bash is failing trying to allocate memory [1] using the custom >> memory allocator if we disable it the issue is fixed. >> >> The major distributions also disabled by default [2], so we >> don't have a good reason to use it. >> >> [YOCTO #8452] >> >> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=8452#c0 >> [2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=8452#c5 >> >> Signed-off-by: Aníbal Limón >> --- >> meta/recipes-extended/bash/bash.inc | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes >> -extended/bash/bash.inc >> index c06f157..020409f 100644 >> --- a/meta/recipes-extended/bash/bash.inc >> +++ b/meta/recipes-extended/bash/bash.inc >> @@ -7,7 +7,7 @@ DEPENDS = "ncurses bison-native" >> inherit autotools gettext texinfo update-alternatives ptest >> >> EXTRA_AUTORECONF += "--exclude=autoheader" >> -EXTRA_OECONF = "--enable-job-control" >> +EXTRA_OECONF = "--enable-job-control --without-bash-malloc" >> >> # If NON_INTERACTIVE_LOGIN_SHELLS is defined, all login shells read >> the >> # startup files, even if they are not interactive.