Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>
Cc: maillist(at)candle(dot)pha(dot)pa(dot)us, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386
Date: 1998-11-01 22:59:34
Message-ID: Pine.BSF.4.05.9811011858220.316-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 1 Nov 1998, Brook Milligan wrote:

> You have to run the backend using gdb, and get a backtrace of the crash,
> or check the postmaster logs for any information.
>
> No core dump that I can find. But, the logs are reporting errors from
> semget in ipc.c. Specifically, it is complaining of not enough space,
> but I have no full filesystems. This stuff is part of the locking
> code isn't it? Did that get tweaked with the NetBSD/vax patches
> recently?

semget deals with shared memory, not file systems...under FreeBSD,
you do:

%ipcs
Message Queues:
T ID KEY MODE OWNER GROUP

Shared Memory:
T ID KEY MODE OWNER GROUP
m 131072 2063597841 --rw-rw-rw- scrappy staff

Semaphores:
T ID KEY MODE OWNER GROUP

To see what is being used. ipcrm to remove 'stale'
handles...sounds like your system isn't releasing when you kill of
postgres daemon...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brook Milligan 1998-11-02 04:51:15 Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386
Previous Message Bruce Momjian 1998-11-01 22:44:13 Re: [HACKERS] A small problem with the new inet and cidr types