From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 14:12:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF6671065673 for ; Sun, 1 Feb 2009 14:12:05 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from netuno.levier.com.br (netuno.levier.com.br [201.47.3.162]) by mx1.freebsd.org (Postfix) with ESMTP id C10A88FC16 for ; Sun, 1 Feb 2009 14:12:04 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from oldnetuno.levier.com.br (oldnetuno [192.168.32.12]) by netuno.levier.com.br (8.14.2/8.14.2) with ESMTP id n11DcDlt041577; Sun, 1 Feb 2009 11:38:14 -0200 (BRST) (envelope-from lenzi@k1.com.br) Received: from levier.com.br (localhost [127.0.0.1]) by oldnetuno.levier.com.br (8.14.3/8.14.1) with ESMTP id n11D60NE058094; Sun, 1 Feb 2009 11:38:11 -0200 (BRST) (envelope-from lenzi@k1.com.br) X-MessageWall-Score: 0 (levier.com.br) Received: from [201.21.163.184] (authenticated as k1) by levier.com.br (MessageWall 1.0.8) with SMTP; 1 Feb 2009 13:38:11 -0000 From: =?ISO-8859-1?Q?S=E9rgio?= de Almeida Lenzi To: Antonio Rieser , questions In-Reply-To: <58a2fd890901310001o31d22e6bg84df4c64ac79e0c9@mail.gmail.com> References: <58a2fd890901310001o31d22e6bg84df4c64ac79e0c9@mail.gmail.com> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-3gRt9ro8olaZdAISJCmz" Organization: Lzt Tecnologia Date: Sun, 01 Feb 2009 11:38:12 -0200 Message-Id: <1233495492.13844.12.camel@k2.cwb.casa> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Gnucash slow startup on FreeBSD 7.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lenzi@k1.com.br List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 14:12:06 -0000 --=-3gRt9ro8olaZdAISJCmz Content-Type: text/plain Content-Transfer-Encoding: 7bit Here I notice that the problem is in glib2 gnucach, and evolution makes a dlopen with a wrong option in BSD, so it scans all the machine for shared libraries... and it takes a lot of cpu and a lot of time a fix in glib makes the trick... (it is an ugly fix, but works...) the fix at http://patches.k1.com.br/glib20-patch-x1 and insert code for gnucash and apply it to glib code (/usr/ports/deve/glib20) reinstall glib, and see if works..... Hope it helps.... Sergio --=-3gRt9ro8olaZdAISJCmz--