STATUS_ACCESS_VIOLATION

From: Jens Skakkebaek <jus(at)cs(dot)stanford(dot)edu>
To: pgsql-ports(at)postgresql(dot)org
Cc: jus(at)theforce(dot)Stanford(dot)EDU
Subject: STATUS_ACCESS_VIOLATION
Date: 1999-12-17 06:23:07
Message-ID: 199912170623.WAA18553@theforce.Stanford.EDU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi,

I've installed the Postgres port on an NT machine and can't get initdb
to work. I get a STATUS_ACCESS_VIOLATION as shown below. I've followed
the instructions I could find and managed to compile.

Any ideas?

Any pointers would be very much appreciated.

Thanks,
Jens

bash-2.02$ cd /usr/local/pgsql/
bash-2.02$ ls
bin include postgres.exe.core
data lib
bash-2.02$ initdb --username=jskakkebaek

We are initializing the database system with username jskakkebaek (uid=503).
This user will own all the files and must also own the server process.

Creating template database in /usr/local/pgsql/data/base/template1

Creating global classes in /usr/local/pgsql/data/base

Adding template1 database to pg_database...
-boot -F -D/usr/local/pgsql/data
Amopen: relation pg_database. attrsize 65
[main] c:\Postgres\Binary\pgsql\bin\postgres.exe 1025 (0) handle_exceptions: Exc
eption: STATUS_ACCESS_VIOLATION
[main] postgres 1025 (0) handle_exceptions: Dumping stack trace to postgres.exe.
core
initdb: could not log template database
initdb: cleaning up.
bash-2.02$

Browse pgsql-ports by date

  From Date Subject
Next Message Kardos, Dr. Andreas 1999-12-17 11:42:32 Re: [PORTS] QNX4 port
Previous Message Jens Skakkebaek 1999-12-17 06:20:05 STATUS_ACCESS_VIOLATION -- help!