From owner-freebsd-ports@FreeBSD.ORG Sat Jul 9 13:00:57 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CDF51065674 for ; Sat, 9 Jul 2011 13:00:57 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A94B08FC1A for ; Sat, 9 Jul 2011 13:00:56 +0000 (UTC) Received: by bwa20 with SMTP id 20so3128954bwa.13 for ; Sat, 09 Jul 2011 06:00:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=pIiog9u6p8zAKjTv/7vueYUQOT6cDT5egKnM9GpxY9o=; b=iGQpQLPNa/qWwWsC9QSNnjGNkeTc1puKr1MsSjlOesccErfZmj3ry3CUUosnoJFVZ3 Sah29WO1QidZEF6vB7V6ibUGJMAzWw5vZcpk9i+MTBykSAw/zoZqinXkZSHFCc8+6d1U ayhj4sVqyDS69vzOISX+gXRlrPYrcwwlCxlXc= MIME-Version: 1.0 Received: by 10.204.168.129 with SMTP id u1mr1843245bky.89.1310214599691; Sat, 09 Jul 2011 05:29:59 -0700 (PDT) Received: by 10.204.62.13 with HTTP; Sat, 9 Jul 2011 05:29:59 -0700 (PDT) In-Reply-To: References: Date: Sat, 9 Jul 2011 07:29:59 -0500 Message-ID: From: "Edwin L. Culp W." To: =?ISO-8859-1?Q?Francesc_Xavier_Esteller_i_Bell=E9s?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Firefox-4.0.1. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 13:00:57 -0000 2011/7/8 Francesc Xavier Esteller i Bell=E9s : > > 'uname -a': > > FreeBSD desktopxavi1 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #71: Thu Sep = =A03 > 00:44:18 UTC 2009 > root@tinderbox.3c-consulting.lokal:/usr/obj/usr/src/sys/GENERIC =A0i386 > > .........................................................................= ...........................................................................= ............. > > 'ident =A0/usr/ports/www/firefox/Makefile': > > /usr/ports/www/firefox/Makefile: > =A0 =A0 $FreeBSD: ports/www/firefox/Makefile,v 1.240 2011/04/29 06:31:39 = flo Exp > $ > > > .........................................................................= ...........................................................................= .............. > > > Firefox seems to work perfectly (in fact, I can surf on the Internet), bu= t > it crashes when _I click on the items on the menu bar_ (not on the other > ones). > > > > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > What do you get when you run # kldstat -m sem If you get nothing you need to: # kldload sem then run # kldstat -m sem and you will get something like: Id Refs Name 279 1 sem That is pretty common. ed