delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/09/22/13:09:16

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Date: Fri, 22 Sep 2000 13:06:00 -0400
From: Jason Tishler <Jason DOT Tishler AT dothill DOT com>
To: "Dr. Volker Zell" <Dr DOT Volker DOT Zell AT oracle DOT com>
Cc: Cygwin <cygwin AT sources DOT redhat DOT com>, pgsql-ports AT postgresql DOT org
Subject: Re: Problem Building Cygwin PostgreSQL
Message-ID: <20000922130600.F18108@DP>
References: <20000921115538 DOT C19528 AT DP> <kvk8c5lmgd DOT fsf AT vzell DOT de DOT oracle DOT com> <20000921170211 DOT E18108 AT DP>
Mime-Version: 1.0
User-Agent: Mutt/1.2.4i
In-Reply-To: <20000921170211.E18108@DP>; from Jason.Tishler@dothill.com on Thu, Sep 21, 2000 at 05:02:11PM -0400
Organization: Dot Hill Systems Corp.

Volker,

On Thu, Sep 21, 2000 at 05:02:11PM -0400, Jason Tishler wrote:
> However, it does stackdump whenever I execute 'psql --help'.

The above was caused by the following in src/bin/psql/help.c:

    void
    usage(void)
    {
        ...
    #ifndef WIN32
        if (pw)
            free(pw);
    #endif
    }

Changing the above #ifndef to:

    #if !defined(WIN32) && !defined(__CYGWIN__)

fixed this niggling crash.

Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason DOT Tishler AT dothill DOT com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019