Re: Problem with s390x koji builder

2021-01-20 Thread Florian Weimer
* Jakub Jelinek: > It is definitely not valid OpenMP, because it is racy (that if (rc) part > with tasks writing that var). > It would need to use atomic accesses to rc, like: > #pragma omp atomic write > rc = pkg->rc; > instead of #pragma omp critical and > rpmRC testrc;

Re: Problem with s390x koji builder

2021-01-20 Thread Petr Pisar
Forwarded to . -- Petr ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org

Re: Problem with s390x koji builder

2021-01-20 Thread Jakub Jelinek
On Wed, Jan 20, 2021 at 11:18:16AM +0100, Florian Weimer wrote: > So it's a null pointer dereference. > > > 745 * (largest first) to help achieve an optimal load distribution. > 746 */ > 747 rpmRC packageBinaries(rpmSpec spec, const char *cookie, int cheating) > 748 { > 749

Re: Problem with s390x koji builder

2021-01-20 Thread Florian Weimer
* Juan Orti Alcaine: > I also got the same error: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=60083125 I can reproduce it locally. It's a crash in rpmbuild: Thread 1 "rpmbuild" received signal SIGSEGV, Segmentation fault. 0x03fffde89e60 in packageBinaries._omp_fn.0 () at pack.c:

Re: Problem with s390x koji builder

2021-01-20 Thread Juan Orti Alcaine
I also got the same error: https://koji.fedoraproject.org/koji/taskinfo?taskID=60083125 El mié, 20 ene 2021 a las 9:35, Vascom () escribió: > What's wrong with s390x koji builder? > > I always see this error: > > Child return code was: -11 > EXCEPTION: [Error()] > Traceback (most recent call las

Problem with s390x koji builder

2021-01-20 Thread Vascom
What's wrong with s390x koji builder? I always see this error: Child return code was: -11 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/sit