Re: 9.4 beta1 crash on Debian sid/i386 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 9.4 beta1 crash on Debian sid/i386
Date
Msg-id 1357.1400028161@sss.pgh.pa.us
Whole thread Raw
In response to 9.4 beta1 crash on Debian sid/i386  (Christoph Berg <cb@df7cb.de>)
Responses Re: 9.4 beta1 crash on Debian sid/i386  (Christoph Berg <cb@df7cb.de>)
List pgsql-hackers
Christoph Berg <cb@df7cb.de> writes:
> Building 9.4 beta1 on Debian sid/i386 fails during the regression
> tests. amd64 works fine, as does i386 on the released distributions.

It would appear that something is wrong with check_stack_depth(),
and/or getrlimit(RLIMIT_STACK) is lying to us about the available stack.
None of that logic has changed in awhile.  You might try checking what
the max_stack_depth GUC gets set to by default in each build, and how that
compares to what "ulimit -s" has to say.  If it looks sane, try tracing
through check_stack_depth.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: gettimeofday is at the end of its usefulness?
Next
From: Greg Stark
Date:
Subject: Re: gettimeofday is at the end of its usefulness?