On Fri, 13 Mar 2020 07:43:59 -0500 Justin Pryzby <pry...@telsasoft.com> wrote:
> On Fri, Mar 13, 2020 at 10:29:13AM +0300, Victor Wagner wrote: > > Hi, > > > > I've encountered a problem with Postgres on PowerPC machine. > > Sometimes > > Is it related to > https://www.postgresql.org/message-id/20032.1570808731%40sss.pgh.pa.us > https://bugzilla.kernel.org/show_bug.cgi?id=205183 I don't think so. At least I cannot see any signal handler-related stuff in the trace, but see lots of calls to stored procedure executor instead. Although several different stack traces show completely different parts of code when signal SIGSEGV arrives, which may point to asynchronous nature of the problem. Unfortunately I've not kept all the cores I've seen. It rather looks like that in some rare circumstances Postgres is unable to properly determine end of stack condition. --