Re: Triggers in C - Segmentation Fault

From: "Chris Coleman" <chris(at)karumbo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Triggers in C - Segmentation Fault
Date: 2006-05-15 10:47:24
Message-ID: 430914310605150347v3f681b27nc2f12fb793da6f6d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have done the below command and restarted the server and built my
triggers with the -g command using gcc, but I cannot seem to find any
core files nor any reference to where postgres may place them. Where
would they normally appear?

Cheers
Chris

> Probably the easiest thing to do is make sure your functions are
> compiled with debugging and enable core dump by running "ulimit -S -c
> unlimited" before starting the server. You can then use gdb to
> pin-point where it dies...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chun Yit(Chronos) 2006-05-15 11:08:05 Postmaster cannot start
Previous Message Sebastian Böck 2006-05-15 08:04:39 Bug in ordered views?