This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.5.8 release announcement


Chris,

On Mon, Mar 15, 2004 at 05:27:46PM -0500, Christopher Faylor wrote:
> On Mon, Mar 15, 2004 at 05:01:51PM -0500, Jason Tishler wrote:
> >Please free feel to release 1.5.8 anyways.  We need a release and I'm
> >not sure this should hold things up.
> 
> Sigh.  I CAN'T release this with known problems.  You have no idea
> what this problem is or how serious it is.

ATM, no -- I need to build a debug-able Cygwin and PostgreSQL...

> How do you duplicate the problem?

It is probably more involved than you want to get, but you just need to
follow the basic installation setup in my README:

    http://www.tishler.net/jason/software/postgresql/postgresql-7.4.1.README

Specifically, the following should reproduce the problem:

    0. Install the cygipc and postgresql packages, if necessary.

    1. Start the cygipc ipc-daemon2:

        $ ipc-daemon2 &

    2. Initialize PostgreSQL:

        $ initdb -D /var/postgresql/data

    3. Start the PostgreSQL postmaster:

        $ postmaster -D /var/postgresql/data 
        ...
        DEBUG:  database system is ready

    4. Kill the postmaster via SIGINT:

        ^C
        DEBUG:  fast shutdown request
        [should hang here]

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]