Re: BUG #14736: Crash on postgresql server by autovacuum worker process

From: jothiprasath216 <jothiprasath21(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14736: Crash on postgresql server by autovacuum worker process
Date: 2017-07-13 10:04:42
Message-ID: 1499940282429-5971124.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The log configuration in postgresql.conf file is as below,

datestyle = 'iso, mdy'
default_text_search_config = 'pg_catalog.english'
lc_messages = 'en_US.UTF-8'
lc_monetary = 'en_US.UTF-8'
lc_numeric = 'en_US.UTF-8'
lc_time = 'en_US.UTF-8'
listen_addresses = '*'
log_directory = 'pg_log'
log_filename = 'postgresql-%a.log'
log_rotation_age = '1d'
log_rotation_size = 0
log_truncate_on_rotation = on
logging_collector = on
max_connections = 100
port = 5432
shared_buffers = '32MB'

With this configuration, i'm left with only one log file to search for the
error log, in which i could not find any error specific error logs.
I have already attached the final logs which are present in the
corresponding log file.
That is, no logs after "LOG: autovacuum launcher started"

Apart from this, i could not find any other postresql log file in the
machine.
Is there any other way to get the error logs for this crash?

--
View this message in context: http://www.postgresql-archive.org/BUG-14736-Crash-on-postgresql-server-by-autovacuum-worker-process-tp5970386p5971124.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ashutosh Bapat 2017-07-13 11:24:42 Re: PgFDW connection invalidation by ALTER SERVER/ALTER USER MAPPING
Previous Message Kyotaro HORIGUCHI 2017-07-13 09:23:00 PgFDW connection invalidation by ALTER SERVER/ALTER USER MAPPING