Re: BUG #5235: Segmentation fault under high load through JDBC

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Oleg Jurtšenko <oleg(dot)jurtsenko(at)fts(dot)ee>
Cc: oleg(at)fts(dot)ee, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5235: Segmentation fault under high load through JDBC
Date: 2009-12-08 19:42:05
Message-ID: 603c8f070912081142o53afadd4lcb499186b127932b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

2009/12/8 Oleg Jurtšenko <oleg(dot)jurtsenko(at)fts(dot)ee>:
> Once more:
>
> http://www.fts.ee/pgsqldebug.tgz - with loging enabled
> http://www.ftse.ee/pg_core.tar.bzip2 - full core dump

It looks like you've got a pl/pgsql function that called itself
recursively 1417 times before running out of stack space. What do you
have max_stack_depth set to?

...Robert

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Oleg Jurtšenko 2009-12-08 20:08:10 Re: BUG #5235: Segmentation fault under high load through JDBC
Previous Message Oleg Jurtšenko 2009-12-08 19:30:36 Re: BUG #5235: Segmentation fault under high load through JDBC