Re: FW: getting a crash during initdb - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: FW: getting a crash during initdb
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101ADDB@Herge.rcsinc.local
Whole thread Raw
In response to FW: getting a crash during initdb  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Responses Re: FW: getting a crash during initdb  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: FW: getting a crash during initdb  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
> I have no idea what caused the pg_depend stuff to crash.

The AV is in postgres.exe following the first SQL call in
setup_depend().  The problem is not in initdb (it hasn't changed) but
something in the backend.  Changing the SQL statement made no
difference: I'd venture a guess that postgres.exe crashes when *any*
statement is sent to it.  About 20 files have changed since my last
initdb; I have a list.  Forced initdb + initdb crash = nasty bug, even
if it's just the cvs version (specific only to windows?).

I'll check why the rmdir command is not working as expected.

Merlin



pgsql-hackers by date:

Previous
From: Shalu Gupta
Date:
Subject: TPC H data
Next
From: vinayj@ncst.ernet.in
Date:
Subject: Is there any method to keep table in memory at startup