Alpha: HEAD: Failure
I just tried(!) to run the buildfarm script on a Alpha DS10L/NetBSD 2.0 box.
It died in make check.
I have a tarball of the last-logs, to which I added a backtrace from the
coredump(!).
It's at: http://www.lerctr.org/~ler/alphadeath.tar.gz
$ gtar tzvf alphadeath.tar.gz
drwxr-xr-x ler/users 0 2005-10-18 14:21 lastrun-logs
-rw-r--r-- ler/users 22708 2005-10-18 13:21 lastrun-logs/CVS.log
-rw-r--r-- ler/users 11889 2005-10-18 13:27 lastrun-logs/configure.log
-rw-r--r-- ler/users 228889 2005-10-18 13:27 lastrun-logs/config.log
-rw-r--r-- ler/users 156157 2005-10-18 13:56 lastrun-logs/make.log
-rw-r--r-- ler/users 1048443 2005-10-18 14:01 lastrun-logs/check.log
-rw-r--r-- ler/users 1058671 2005-10-18 14:01 lastrun-logs/web-txn.data
-rw-r--r-- ler/users 964295 2005-10-18 14:19 lastrun-logs/bt.out
$
Would someone pull it down, and let me know how I can help fix it?
Thanks!
LER
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611 US
"Larry Rosenman" <ler@lerctr.org> writes:
I just tried(!) to run the buildfarm script on a Alpha DS10L/NetBSD 2.0 box.
It died in make check.
Given that the failure was in infinite_recurse, I'm guessing the problem
is that the stack limit is less than our default expectation (4MB I think).
regards, tom lane
Tom Lane wrote:
"Larry Rosenman" <ler@lerctr.org> writes:
I just tried(!) to run the buildfarm script on a Alpha DS10L/NetBSD
2.0 box. It died in make check.Given that the failure was in infinite_recurse, I'm guessing the
problem is that the stack limit is less than our default expectation
(4MB I think).regards, tom lane
What would you like me to set it to, and how do we make sure that the
buildfarm stuff
Sets it appropriately?
LER
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611 US
"Larry Rosenman" <ler@lerctr.org> writes:
Tom Lane wrote:
Given that the failure was in infinite_recurse, I'm guessing the
problem is that the stack limit is less than our default expectation
(4MB I think).
What would you like me to set it to,
4mb will do.
and how do we make sure that the buildfarm stuff
Sets it appropriately?
This regression test is how ;-)
Come to think of it, I should add an entry to the "interpreting the
regession tests" doco about this. Will do it in a bit.
regards, tom lane