Re: Bad Build

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Copeland <greg(at)CopelandConsulting(dot)Net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgresSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bad Build
Date: 2002-03-08 00:47:54
Message-ID: 24082.1015548474@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-hackers

Greg Copeland <greg(at)CopelandConsulting(dot)Net> writes:
> If I do "initdb" with the "-d" option, postgres will crash during the
> bootstrap. I think it's because postgres is attempting to strlen(NULL)
> while trying to build a string during it's option parsing.

Fixed --- problem was bad option information passed to getopt().

regards, tom lane

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Bruce Momjian 2002-03-08 00:51:06 Re: Bad Build
Previous Message Bruce Momjian 2002-03-07 23:28:27 Re: Bad Build

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-03-08 00:51:06 Re: Bad Build
Previous Message Neil Conway 2002-03-08 00:44:55 Re: pg_class -> reltuples?