From owner-freebsd-current@FreeBSD.ORG Fri Dec 12 06:12:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1249C16A4CE for ; Fri, 12 Dec 2003 06:12:45 -0800 (PST) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C5843D2D for ; Fri, 12 Dec 2003 06:12:43 -0800 (PST) (envelope-from timon@memphis.mephi.ru) Received: from [192.168.0.3] (ppp8-66.pppoe.mtu-net.ru [81.195.8.66]) (authenticated bits=0) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id hBCECWrG082138; Fri, 12 Dec 2003 17:12:38 +0300 (MSK) (envelope-from timon@memphis.mephi.ru) From: "Artem 'Zazoobr' Ignatjev" To: "C. Kukulies" In-Reply-To: <200312070945.hB79jKds039814@www.kukulies.org> References: <200312070945.hB79jKds039814@www.kukulies.org> Content-Type: text/plain Message-Id: <1071238350.735.3.camel@timon.nist> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 12 Dec 2003 17:12:31 +0300 Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: gimp fails suddenly X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 14:12:45 -0000 On su, 07.12.2003, at 12:45, C. Kukulies wrote: > I cvsuped and built, installed world and kernel without a hitch > also did a port make index, portupgrade -aFrR. > > But when starting gimp this morning, I get: > > gimp > > LibGimp-ERROR **: could not attach to gimp shared memory segment > > aborting... > > LibGimp-WARNING **: gimp: wire_read: unexpected EOF > gimp: Plug-In crashed: "script-fu" > (/usr/X11R6/libexec/gimp/1.2/plug-ins/script-fu) > > The dying Plug-In may have messed up GIMP's internal state. > You may want to save your images and restart GIMP > to be on the safe side. > > ----- > > Could it be a mmap or vm problem? I've found following advise after installing vmware3 port... That revived gimp back for me: sysctl -w kern.ipc.shm_allow_removed=1 I've put it into sysctl.conf, and run with it. -- Artem 'Zazoobr' Ignatjev