Re: Debug strategy for musl Postgres?

From: John Mudd <johnbmudd(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Euler Taveira <euler(at)timbira(dot)com(dot)br>
Subject: Re: Debug strategy for musl Postgres?
Date: 2014-04-13 20:27:39
Message-ID: CAGDMk9HxoUFw=CRy0X6J0gMcQtX1RpdM2ccD16w2n76EJEMVRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Sun, Apr 13, 2014 at 4:19 PM, John Mudd <johnbmudd(at)gmail(dot)com> wrote:

>
> It's listening even on 2.4 machine. I ran strace on main postgres process
> and got the following while running pg_isready.
>
> Process 23811 attached - interrupt to quit
> Process 23811 detached
>
>
Correction, the main postgres process does not indicate any awareness that
pg_isready is trying to connect. The msgs I listed above are just from
strace attaching.

The same happens if I try psql. Psql just waits indefinitely.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2014-04-13 20:28:55 Re: Fwd: Debug strategy for musl Postgres?
Previous Message John Mudd 2014-04-13 20:19:34 Re: Debug strategy for musl Postgres?

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-04-13 20:28:55 Re: Fwd: Debug strategy for musl Postgres?
Previous Message Greg Stark 2014-04-13 20:24:55 Re: pgsql: Add ANALYZE into regression tests