| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de> |
| Subject: | Re: Hang in pldebugger after git commit : 98a64d0 |
| Date: | 2016-12-08 08:21:23 |
| Message-ID: | CAB7nPqSe=z=qASJ4q9YwF7AaTMBgW_bfGKyJ5RS4e08+v4FqLQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Dec 07, 2016 at 03:16:09PM +0530, Ashutosh Sharma wrote:
> Problem Analysis:
> -------------------------
> Allthough i am very new to Windows, i tried debugging the issue and
> could find that Backend is not receiving the query executed after
> "SELECT pldbg_attach_to_port(2)" and is infinitely waiting on
> "WaitEventSetWaitBlock()" at WaitForMultipleObjects() to read the
> input command. Below is the backtrace for the same.
This code was indeed in need of review. It seems that you are giving
enough information to reproduce the problem. I'll try to dig into
it...
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2016-12-08 08:49:02 | Major service downtime expected |
| Previous Message | Michael Paquier | 2016-12-08 08:18:16 | Re: Password identifiers, protocol aging and SCRAM protocol |