Re: [OE-core] [PATCH] glibc: malloc: Add missing arena lock in malloc_info

2017-11-24 Thread Burton, Ross
Yes, please. Ross On 24 November 2017 at 04:32, Zhixiong Chi wrote: > Hi Ross, > Is your meaning that I regenerate this patch based on > poky-contrib:ross/mut2 branch? > > Thanks. > > > On 2017年11月23日 19:58, Burton, Ross wrote: > > Thanks Andre. There's a glibc 2.26 upgrade pending and this do

Re: [OE-core] [PATCH] glibc: malloc: Add missing arena lock in malloc_info

2017-11-23 Thread Zhixiong Chi
Hi Ross, Is your meaning that I regenerate this patch based on poky-contrib:ross/mut2 branch? Thanks. On 2017年11月23日 19:58, Burton, Ross wrote: Thanks Andre. There's a glibc 2.26 upgrade pending and this doesn't apply on top of that, can you rebase? poky-contrib:ross/mut2 is where I'm stag

Re: [OE-core] [PATCH] glibc: malloc: Add missing arena lock in malloc_info

2017-11-23 Thread Burton, Ross
Thanks Andre. There's a glibc 2.26 upgrade pending and this doesn't apply on top of that, can you rebase? poky-contrib:ross/mut2 is where I'm staging the toolchain updates. Ross On 22 November 2017 at 00:50, Andre McCurdy wrote: > On Tue, Nov 21, 2017 at 3:05 PM, Burton, Ross > wrote: > > Wh

Re: [OE-core] [PATCH] glibc: malloc: Add missing arena lock in malloc_info

2017-11-21 Thread Andre McCurdy
On Tue, Nov 21, 2017 at 3:05 PM, Burton, Ross wrote: > What glibc release is this in? We've an upgrade patch pending that bumps it > to 77f921dac17c5fa99bd9e926d926c327982895f7. It's currently in the glibc master branch only (ie hasn't been backported to the 2.26 release branch). -- ___

Re: [OE-core] [PATCH] glibc: malloc: Add missing arena lock in malloc_info

2017-11-21 Thread Burton, Ross
What glibc release is this in? We've an upgrade patch pending that bumps it to 77f921dac17c5fa99bd9e926d926c327982895f7. Ross On 20 November 2017 at 07:44, Zhixiong Chi wrote: > There are the multiple process crashes seen while using malloc_info. > Obtain the size information while the arena l

Re: [OE-core] [PATCH] glibc: malloc: Add missing arena lock in malloc_info

2017-11-20 Thread Khem Raj
On Sun, Nov 19, 2017 at 11:44 PM, Zhixiong Chi wrote: > There are the multiple process crashes seen while using malloc_info. > Obtain the size information while the arena lock is acquired, and only > print it later. > > Backport patch from https://sourceware.org/git/gitweb.cgi?p=glibc.git; > h=7a9

[OE-core] [PATCH] glibc: malloc: Add missing arena lock in malloc_info

2017-11-19 Thread Zhixiong Chi
There are the multiple process crashes seen while using malloc_info. Obtain the size information while the arena lock is acquired, and only print it later. Backport patch from https://sourceware.org/git/gitweb.cgi?p=glibc.git; h=7a9368a1174cb15b9f1d6342e0e10dd90dae238d Signed-off-by: Zhixiong Chi