Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2000 01:19:41 -0400
From:      Matt Pillsbury <pillsy@brown.edu>
To:        freebsd-questions@freebsd.org
Subject:   Re: GDK/GTK/GNOME crashing? *sob*
Message-ID:  <20000815011941.A76485@straylight.NONE>
In-Reply-To: <XFMail.000814210529.brownicm@prokyon.com>; from brownicm@prokyon.com on Mon, Aug 14, 2000 at 09:05:29PM -0400
References:  <20000814195924.B90526@straylight.NONE> <XFMail.000814210529.brownicm@prokyon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 14, 2000 at 09:05:29PM -0400, Chris Browning wrote:

> All right. I'm clueless, I admit it and I'm dying to know. What does
> the SysV stuff have to do with GTK?

It sets up shared memory segments to speed up drawing to the screen. I
think it allows it to avoid some X overhead (for context
switches?). Imlib especially likes doing this.
 
> On 14-Aug-00 Matt Pillsbury wrote:
> > On Tue, Aug 08, 2000 at 10:36:10PM -0700, Stephen Hansen wrote:

> >> The errors:

> >> Gdk-ERROR **: BadAccess (attempt to access private resource denied)
> >>   serial 1150 error_code 10 request_code 129 minor_code 1
> >> Gdk-ERROR **: BadShmSeg (invalid shared segment parameter)
> >>   serial 1151 error_code 128 request_code 129 minor_code 5

> > It looks like you mat not have SysV shared memory and semaphores
> > enabled. If you know how to do kernel configuration, uncomment out the 
> > following 3 options:

> >   options         SYSVSHM                 #SYSV-style shared memory
> >   options         SYSVMSG                 #SYSV-style message queues
> >   options         SYSVSEM                 #SYSV-style semaphores

-- 
Matt Pillsbury   | (401) 351-2253 |
pillsy@brown.edu | mtp@brsp.net   |

                                    


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000815011941.A76485>