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 199811020451.VAA02630@trillium.nmsu.edu
Whole thread Raw
In response to Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
semget deals with shared memory, not file systems...under FreeBSD,

There error message said "No space on device" because semget returned
ENOSPC, hence my initial confusion about what was going on.
   To see what is being used.  ipcrm to remove 'stale'  handles...sounds like your system isn't releasing when you kill
of postgres daemon...
 

That was it!  Thanks, Marc.  I have no idea where the extra semaphores
came from (they weren't owned by pgsql), but everything works again
after they were deleted (that is BETA5 passes regression on NetBSD
1.3.2/i386).  Does a kill signal to the postmaster prevent the cleanup
of these?  Should postmasters be killed with HUP?

Sorry for the diversion.  Now back to your regularly scheduled
release. :)

Thanks for the help.

Cheers,
Brook


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] A small problem with the new inet and cidr types