[Zope] - Problem with pcgi on FreeBSD 2.2.8/Python 1.5.1
Jeff Bauer
jeffbauer@bigfoot.com
Tue, 5 Jan 1999 09:15:36 -0600
> Zope.cgi
> Bad system call (core dumped)
> /*
> // pcgiStartProc: manages starting a pcgi resource.
> */
> #ifdef UNIX
> int pcgiStartProc(pcgiResource *r)
> {
>
> [ lots of code deleted.....]
>
> /* Make sure another wrapper isn't already doing a restart */
[ dies here.... ]
> if ((r->lock=semget(101, 1, 0700 | IPC_CREAT | IPC_EXCL)) == -1)
>
> [ more code deleted .....]
Steve,
Can you send Brian Lloyd and me the FreeBSD man pages on
semget and semctl? Or better yet, point us to a browsable man
page site for FreeBSD.
Best regards,
Jeff Bauer
Rubicon, Inc.