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

Started by Mark Langsdorfabout 14 years ago3 messagesbugs
Jump to latest
#1Mark Langsdorf
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:

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=1", the rpmbuild completes. So each
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?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mark Langsdorf (#1)
Re: BUG #6462: rpmbuild fails during regression tests on SMP ARM machines

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

#3Mark Langsdorf
mark.langsdorf@calxeda.com
In reply to: Tom Lane (#2)
Re: BUG #6462: rpmbuild fails during regression tests on SMP ARM machines

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.