From: | Greg Copeland <greg(at)CopelandConsulting(dot)Net> |
---|---|
To: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
Cc: | Rod Taylor <rbt(at)zort(dot)ca>, PostgresSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Bad Build |
Date: | 2002-03-07 22:19:21 |
Message-ID: | 1015539570.20266.235.camel@mouse.copelandconsulting.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin pgsql-hackers |
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.
This happen for anyone else?
Greg
On Wed, 2002-03-06 at 22:26, Neil Conway wrote:
> On Wed, 2002-03-06 at 11:39, Rod Taylor wrote:
> > Current CVS of postgres is completely broken.
>
> Yes, I see this as well. The likely culprit seems to be applying patches
> that conflict with one another...
>
> > I'm afraid I really don't know where to start debugging the problem.
>
> Well, there is a shift/reduce conflict in gram.y; there may be other
> problems, but that's the first one I saw.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilconway(at)rogers(dot)com>
> PGP Key ID: DB3C29FC
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-03-07 22:37:49 | Re: Bad Build |
Previous Message | Bruce Momjian | 2002-03-07 18:21:45 | Re: Bad Build |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-03-07 22:37:49 | Re: Bad Build |
Previous Message | Bruce Momjian | 2002-03-07 22:11:29 | Re: pg_class -> reltuples? |