Re: BUG #3901: Received error

From: "Chris Hoover" <revoohc(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3901: Received error
Date: 2008-01-25 19:30:22
Message-ID: 1d219a6f0801251130v6bf9ba6an287f8795e95af49e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Jan 25, 2008 2:23 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> "Chris Hoover" <revoohc(at)gmail(dot)com> writes:
> > In the noon log, I have this entry:
> > 2008-01-25 12:00:00.063 EST,,,3040,,479a01f1.be0,2,,2008-01-25 10:36:17
> > EST,,0,LOG,00000,"system logger process (PID 3041) was terminated by
> signal
> > 6: Aborted",,,,,,,,
>
> > In the 1400 log, I have this entry:
> > 2008-01-25 14:00:00.898 EST,,,3040,,479a01f1.be0,3,,2008-01-25 10:36:17
> > EST,,0,LOG,00000,"system logger process (PID 3391) was terminated by
> signal
> > 6: Aborted",,,,,,,,
>
> System logger, eh? What are all your non-default logging parameter
> settings?
>
> The corefiles are not going to be useful to anyone else with a different
> setup. Please use gdb to get a backtrace from them yourself.
>
> regards, tom lane
>

Ok, I have not done much debugging. How do I go about getting the backtrace
for you.

Here is the config settings for the log settings:
#------------------------------------------------------------------------------
# ERROR REPORTING AND LOGGING
#------------------------------------------------------------------------------

# - Where to Log -

log_destination = 'syslog,csvlog' # Valid values are
combinations of
logging_collector = on # Enable capturing of stderr and
csvlog
log_directory = 'pg_log' # directory where log files are
written,
log_truncate_on_rotation = on # If on, an existing log file of the
log_rotation_age = 1h # Automatic rotation of logfiles
will
log_rotation_size = 0 # Automatic rotation of logfiles
will
syslog_facility = 'LOCAL0'
syslog_ident = 'postgres'
log_min_duration_statement = 0 # -1 is disabled, 0 logs all statements
log_checkpoints = on
log_connections = on
log_disconnections = on
log_duration = on
log_line_prefix = '%d,%p,%u,%r,%p,%m,%c,%l,%s,%v,%x,%i: '
log_lock_waits = on # log lock waits >= deadlock_timeout
log_statement = 'all' # none, ddl, mod, all

Thanks,

Chris

--
Come see how to SAVE money on fuel, decrease harmful emissions, and even
make MONEY. Visit http://colafuelguy.mybpi.com and join the revolution!

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Chris Hoover 2008-01-25 19:37:10 Re: BUG #3901: Received error
Previous Message Tom Lane 2008-01-25 19:23:39 Re: BUG #3901: Received error