Re: BUG #5074: segmentation fault in autovacuum

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nic" <nicwork(at)yandex(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5074: segmentation fault in autovacuum
Date: 2009-09-23 16:45:36
Message-ID: 3620.1253724336@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nic" <nicwork(at)yandex(dot)ru> writes:
> I try to create test db and fill it by our objects. When this filling is
> working, postgres crashes with logs:
> LOG: server process (PID 11699) was terminated by signal 11: Segmentation
> fault

Can you extract a reproducible test case for this?

> Also i have coredump (100 mb). Where can I send it to?

The coredump would be quite useless to anyone who didn't have exactly
the same system you have. But perhaps you could run gdb on it yourself
and send us a stack trace?
$ gdb /path/to/postgres /path/to/corefile
gdb> bt
gdb> quit

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Mauro Infantino 2009-09-23 22:45:24 BUG #5076: LEFT OUTER JOIN and WHERE madness
Previous Message Hiroshi Saito 2009-09-23 13:51:18 Re: BUG #4991: problem with ODBC driver 8.4