postgresql-7.4RC1 - Memory fault(coredump) on HP-UX

From: "Verbus Counts" <verbus(at)sonicisp(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: postgresql-7.4RC1 - Memory fault(coredump) on HP-UX
Date: 2003-11-06 21:42:56
Message-ID: 1802.156.153.255.196.1068154976.squirrel@webmail.avantac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Greetings,

PostgreSQL built with:

export CC=cc
./configure --without-readline --without-zlib

The build and install went OK.

{/opt/postgres/postgresql-7.4RC1}$ initdb -D /usr/local/pgsql/data

The files belonging to this database system will be owned by user
"postgres". This user must also own the server process.

The database cluster will be initialized with locale C.

fixing permissions on existing directory /usr/local/pgsql/data... ok
creating directory /usr/local/pgsql/data/base... ok
creating directory /usr/local/pgsql/data/global... ok
creating directory /usr/local/pgsql/data/pg_xlog... ok
creating directory /usr/local/pgsql/data/pg_clog... ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in /usr/local/pgsql/data/base/1... ok
initializing pg_shadow... ok
enabling unlimited row size for system tables... ok
initializing pg_depend... ok
creating system views... ok loading pg_description... ok
creating conversions... ok
setting privileges on built-in objects... ok
creating information schema... ok
vacuuming database template1... ok
copying template1 to template0... ok

Success. You can now start the database server using:

/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data
or
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start

{/opt/postgres/postgresql-7.4RC1}$ postmaster -D /usr/local/pgsql/data
Memory fault(coredump)

{/opt/postgres/postgresql-7.4RC1}$ uname -a
HP-UX systemname B.11.11 U 9000/782 2010014256 unlimited-user license

{/opt/postgres/postgresql-7.4RC1}$ id
uid=101(postgres) gid=101(postgres)

{/opt/postgres/postgresql-7.4RC1}$ ll core
-rw------- 1 postgres postgres 726684 Nov 6 10:55 core

--
Reagrds,
Verbus

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2003-11-06 22:05:22 Re: [HACKERS] Changes to Contributor List
Previous Message Josh Berkus 2003-11-06 21:20:07 Re: Changes to Contributor List