Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386 - Mailing list pgsql-hackers

From Brook Milligan
Subject Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386
Date
Msg-id 199811012225.PAA01745@trillium.nmsu.edu
Whole thread Raw
In response to Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
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?

Cheers,
Brook


pgsql-hackers by date:

Previous
From: Steve Frampton
Date:
Subject: Re: Question on concurrency controls
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Re: Question on concurrency controls