Re: Server process crash - Segmentation fault

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Leif Jensen <leif(at)crysberg(dot)dk>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Server process crash - Segmentation fault
Date: 2014-05-07 14:03:25
Message-ID: 536A3D2D.2090700@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

On 05/06/2014 11:37 PM, Leif Jensen wrote:
> Hello Adrian,
>
> Thank you for your answer. I can post part of the code that makes these calls, but I'm not sure how much it would help. It is rather large function that makes these calls, and it is called all over the program. The part of the log posted is only a small excerpt of the use of the ApplDBConn_22854_f6adeb70_query, which has been used many many times before the log shown (167 in all to be exact ;-) ).

Exactly. Something different happened at that point. The hard part will
determining what that is. The next step would seem to run a debugger on
the Postgres process to get more information. For a step by step guide
see here:

https://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Linux/BSD

>
> Leif
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-05-07 14:15:24 Re: Server process crash - Segmentation fault
Previous Message Tom Lane 2014-05-07 13:49:27 Re: pg_ctl of postgres 8.4 doesn't behave the same than 9.x when using a custom unix socket path

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2014-05-07 14:13:27 Re: ERROR: permission denied for database control
Previous Message David G Johnston 2014-05-07 11:55:26 Re: any psql \copy tricks for default-value columns without source data?