From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 19 06:29:20 2005 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C263E16A420 for ; Fri, 19 Aug 2005 06:29:20 +0000 (GMT) (envelope-from fluffles.net@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C9043D6D for ; Fri, 19 Aug 2005 06:29:13 +0000 (GMT) (envelope-from fluffles.net@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so450748rne for ; Thu, 18 Aug 2005 23:29:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oz3zT6iCsCK764PRxP+pMupSCBzit+PnSYiu0/rn85vans0HCD5QcRcJVvxnX18vQh5yf9wI6NCqD3A2Y7v335HEwNJImVAKi8Z666TSGQBRHYA3aRo5uO7VZFsJ2ttpLau7EmF5ThLdYqyJ4qm/mbohyy48N5Kt6b+OEqSMkTI= Received: by 10.38.89.63 with SMTP id m63mr12374rnb; Thu, 18 Aug 2005 23:29:12 -0700 (PDT) Received: by 10.38.78.72 with HTTP; Thu, 18 Aug 2005 23:29:12 -0700 (PDT) Message-ID: Date: Fri, 19 Aug 2005 08:29:12 +0200 From: "Fluffles.net" To: gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Firefox port problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 06:29:20 -0000 Hello Maintainer! I'm using Firefox 1.0.6 (firefox-1.0.6_1,1) on FreeBSD 5.4. Firefox crashes when i invoke the ProfileManager, using firefox -profilemanager or firefox -p. The error message is: (Gecko:67474): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?) Gecko: Fatal IO error 78 (Function not implemented) on X server :0.0. The first error happens also when i use only "firefox" (thus no profilemanager), so that shouldn't be the problem. It's the second error that causes the crash i think. It just exits after that error message. I tried deleting ~/.mozilla and recompiling, but the error stays. But after googling i discovered that the "SMB" option in "make config" was the problem. If compiled without the SMB option, the problem disappears. I think this is related to the FreeBSD port of firefox, so i'm reporting this to you. Thanks! Veronica P.S. Would it be nice to make a firefox-devel port to follow the alpha's, beta's and RC's of firefox?