| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Neha Sharma <neha(dot)sharma(at)enterprisedb(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [TRAP: FailedAssertion] causing server to crash |
| Date: | 2017-07-19 17:11:42 |
| Message-ID: | CA+TgmobY-h7TWrBHpxMbp+x_mD9_GJZUuuDHMt==Xor06deraQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Jul 19, 2017 at 8:26 AM, Neha Sharma
<neha(dot)sharma(at)enterprisedb(dot)com> wrote:
> I am getting FailedAssertion while executing the attached script.However,I
> am not able to produce the core dump for the same,the script runs in
> background and takes around a day time to produce the mentioned error.
Maybe you should run it for another day with core dumps enabled (try
the "-c" option to pg_ctl) and then pull a backtrace if you get one.
This is a pretty generic script so it's going to be hard to guess
where the problem is otherwise.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-07-19 17:12:02 | Re: Something for the TODO list: deprecating abstime and friends |
| Previous Message | Robert Haas | 2017-07-19 17:00:20 | Re: Using non-sequential timelines in order to help with possible collisions |