From owner-freebsd-hackers Thu Oct 17 12:16:57 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22885 for hackers-outgoing; Thu, 17 Oct 1996 12:16:57 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA22870 for ; Thu, 17 Oct 1996 12:16:40 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id OAA23859 for ; Thu, 17 Oct 1996 14:16:17 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma023834; Thu Oct 17 14:16:07 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id OAA04271 for ; Thu, 17 Oct 1996 14:16:08 -0500 Received: from jake.lodgenet.com (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.6/8.6.12) with ESMTP id OAA17437; Thu, 17 Oct 1996 14:16:04 -0500 (CDT) Message-Id: <199610171916.OAA17437@jake.lodgenet.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Mark Mayo cc: freebsd-hackers@FreeBSD.org Subject: Re: GIMP problems In-reply-to: Your message of "Thu, 17 Oct 1996 13:04:33 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Oct 1996 14:16:03 -0500 From: "Eric L. Hernes" Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Mark Mayo writes: > >Hi there, I was wondering if anyone is successfully using "The GIMP" on >2.2-augest-SNAP ?? I donwloaded their 2.2 binary dist. but it core dumps >on me with a "bad system call" as soon as I try to create a new file (the >button bar thing appears, but I can't do anything..) I also tried the 2.1 >dist. and it does the same thing. bad system call? Just a guess here, you don't have SYSV_{SHM,SEM,MSG} options in your kernel do you? I'm using: options SYSVSHM options SYSVSEM options SYSVMSG options SHMMAXPGS=4096 options "SHMSEG=128" in my kernel, seems to work ok. > >I was going to compile the thing, but I don't have Motif.. > >-Mark > >------------------------------------------- >| Mark Mayo mark@quickweb.com | >| C-Soft www.quickweb.com | >------------------------------------------- >"To iterate is human, to recurse divine." > - L. Peter Deutsch > > eric.