Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2000 19:59:24 -0400
From:      Matt Pillsbury <pillsy@brown.edu>
To:        Stephen Hansen <stephen@cerebralmaelstrom.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: GDK/GTK/GNOME crashing? *sob*
Message-ID:  <20000814195924.B90526@straylight.NONE>
In-Reply-To: <005401c001c3$bf2509e0$0200a8c0@Ryan>; from stephen@cerebralmaelstrom.com on Tue, Aug 08, 2000 at 10:36:10PM -0700
References:  <005401c001c3$bf2509e0$0200a8c0@Ryan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 08, 2000 at 10:36:10PM -0700, Stephen Hansen wrote:

> I've tried everything I can think of to fix this, including reinstalling
> everything, and straight out of the box I get these errors from Gnome/GDK,
> whenever I run X-Windows.. and if I run Enlightenment, or certain GTK+
> themes, X-Windows won't even start due to the errors.
 
> 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

If you don't know how to do kernel configuration, read the handbook
section:

http://www.freebsd.org/handbook/kernelconfig.html

I don't know if that's you're problem, but it just might help.

HTH, Matt
[...]
-- 
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?20000814195924.B90526>