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-10 04:52:42
Message-ID: 1499662362548-5970544.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I don't think this could be because of out-of-disk-space.

$ ulimit -a
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 14498
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 65000
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 1024
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 7.8G 3.6G 3.9G 48% /
tmpfs 1.8G 0 1.8G 0% /dev/shm
/dev/xvdb 20G 7.5G 12G 41% /mywork
/dev/xvdc 4.0G 1.7G 2.2G 44% /mnt

The postgres logs just show the below. (Crash happened on 03, July and no
specific logs)
LOG: database system was shut down at 2017-06-10 00:03:12 GMT
LOG: MultiXact member wraparound protections are now enabled
LOG: database system is ready to accept connections
LOG: autovacuum launcher started

Thanks, JOE

--
View this message in context: http://www.postgresql-archive.org/BUG-14736-Crash-on-postgresql-server-by-autovacuum-worker-process-tp5970386p5970544.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 fcs1 2017-07-10 11:39:17 BUG #14738: ALTER SERVER for foregin servers not working
Previous Message ayi_zhou 2017-07-10 01:34:23 回复:[BUGS] BUG #14735: A core dumpe is reported in the source of PostgreSQL