Re: Startup Process Initiated by init proc (Unix)

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Startup Process Initiated by init proc (Unix)
Date: 2010-12-28 07:05:28
Message-ID: 4D198C38.60605@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/27/10 11:00 PM, aaliya zarrin wrote:
> Sorry, My application is using the postgres DB but the another
> application is giving the command to run in standby or active mode.
> I can't use gdb I beleive.

gdb just needs the PID of the process to attach to, you can get that
from ps or via other methods.

http://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Linux/BSD#Attaching_gdb_to_the_backend

In response to

Browse pgsql-general by date

  From Date Subject
Next Message InterRob 2010-12-28 08:28:49 Re: CONSTRAINT does not show when applying a EXCLUDE constraint
Previous Message aaliya zarrin 2010-12-28 07:00:40 Re: Startup Process Initiated by init proc (Unix)