Re: Bug #528: Core dump on OpenBSD 2.7 using postgresql 7.1.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mkand99(at)student(dot)vxu(dot)se, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #528: Core dump on OpenBSD 2.7 using postgresql 7.1.3
Date: 2001-12-03 00:14:56
Message-ID: 5372.1007338496@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> Creating template1 database in /usr/local/pgsql/data/base/1
> Bad system call (core dumped)

> initdb failed.

FAQ item 3.2 says:

3.2) When I start the postmaster, I get a Bad System Call or core dumped
message. Why?

It could be a variety of problems, but first check to see that you
have System V extensions installed in your kernel. PostgreSQL requires
kernel support for shared memory and semaphores.

If that's not it, you could probe further by building with debug support
and then using a debugger to see where the initdb run dumps core.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sandor Vig 2001-12-03 06:48:07 Va: Va: Va: Va: [BUGS] Bug # 519: Bug in order b y clausule
Previous Message pgsql-bugs 2001-12-02 22:58:43 Bug #528: Core dump on OpenBSD 2.7 using postgresql 7.1.3