This is the same reproducer I am using in:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=12434
but with this SRCREV I haven't reproduced it yet in first 500 iterations,
so it's definitely improving for me (used to reproduce it at least once in
first 500 iterations)

Now I'm testing the reproducer with "qmake -install qinstall".

Regards,

On Tue, Aug 6, 2019 at 12:43 AM Bystricky, Juro <[email protected]>
wrote:

> I can reproduce the problem fairly easily  (and, sadly even with the
> latest commits as 060058bb29f70b244e685b3c704eb0641b736f73 ).
> In my case, it seems easy to reproduce if I have 40+ threads running.
> The reproducer script (below) fails typically within the first 10
> iterations.
>
>
> #!/bin/bash
>
> fname='glibc-locale_master_august8'
> max=1000
> for (( i=1; i <= $max; i++ ))
> do
>     echo "$i/$max  ${fname}_$i.log"
>     bitbake glibc-locale -c cleanall 2>&1 > /dev/null
>     bitbake glibc-locale 2>&1 > ${fname}_$i.log
>      if grep -q "host-user-contaminated" ${fname}_$i.log; then
>         echo "error !"
>       exit 2
>     #else
>       #rm ${fname}_$i.log
>     fi
>
> done
>
> ________________________________________
> From: [email protected] [
> [email protected]] on behalf of Seebs [
> [email protected]]
> Sent: Saturday, August 03, 2019 7:23 AM
> To: Khem Raj
> Cc: [email protected]
> Subject: Re: [OE-core] [PATCH v2] pseudo: Upgrade to latest to fix
> openat() with a directory symlink [NAK]
>
> On Sat, 3 Aug 2019 05:33:46 -0700
> Khem Raj <[email protected]> wrote:
>
> > Will this fix the file ownership issue that we see with Glibc-locale
> > packages from time to time?
>
> I have no idea. Since I haven't got a reliable reproducer for it, I
> can't test it in a sane way.
>
> -s
> --
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> --
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to