Обсуждение: BUG #6462: rpmbuild fails during regression tests on SMP ARM machines

Поиск
Список
Период
Сортировка

BUG #6462: rpmbuild fails during regression tests on SMP ARM machines

От
mark.langsdorf@calxeda.com
Дата:
The following bug has been logged on the website:

Bug reference:      6462
Logged by:          Mark Langsdorf
Email address:      mark.langsdorf@calxeda.com
PostgreSQL version: 9.0.6
Operating system:   Fedora fc15
Description:=20=20=20=20=20=20=20=20

I'm trying to build 9.0.6 for Fedora 15 on an ARM (Cortex A9) SMP processor
. The code compiles but the regression tests fail.

If I reboot the ARM system with "maxcpus=3D1", the rpmbuild completes. So e=
ach
individual test in the regression suite passes, but they fail when run in
parallel.

I have also reproduced the problem and solution with 9.1.2 on ARM systems.

What can I do to help resolve this problem?

Re: BUG #6462: rpmbuild fails during regression tests on SMP ARM machines

От
Tom Lane
Дата:
mark.langsdorf@calxeda.com writes:
> I'm trying to build 9.0.6 for Fedora 15 on an ARM (Cortex A9) SMP processor
> . The code compiles but the regression tests fail.
> What can I do to help resolve this problem?

Does this patch make it better?
http://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=bb65cb8cdf864e61bc939d3c4b28bbd43d926700

            regards, tom lane

Re: BUG #6462: rpmbuild fails during regression tests on SMP ARM machines

От
Mark Langsdorf
Дата:
On 02/18/2012 10:21 AM, Tom Lane wrote:
> mark.langsdorf@calxeda.com writes:
>> I'm trying to build 9.0.6 for Fedora 15 on an ARM (Cortex A9) SMP processor
>> . The code compiles but the regression tests fail.
>> What can I do to help resolve this problem?
>
> Does this patch make it better?
> http://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=bb65cb8cdf864e61bc939d3c4b28bbd43d926700

That solves the problem. Thanks!

--Mark Langsdorf
Calxeda, Inc.