From owner-freebsd-current@FreeBSD.ORG Thu Aug 7 07:10:19 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 2511937B401 for ; Thu, 7 Aug 2003 07:10:19 -0700 (PDT) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.92.226.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCEF943FAF for ; Thu, 7 Aug 2003 07:10:17 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) h77EADs4010043; Thu, 7 Aug 2003 10:10:13 -0400 (EDT) Message-ID: <3F325DC5.7080602@twcny.rr.com> Date: Thu, 07 Aug 2003 10:10:13 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030805 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <3F2C1D00.2080402@twcny.rr.com> <1059856872.74181.16.camel@shumai.marcuscom.com> <3F310E3B.7080805@twcny.rr.com> <1060204258.708.4.camel@gyros> In-Reply-To: <1060204258.708.4.camel@gyros> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Mozilla V1.3.1 crashing on FreeBSD 5.1-C (older cvsup level) 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: Thu, 07 Aug 2003 14:10:19 -0000 I deinstalled and reinstalled gtk12. That appears to have fixed this problem. Joe Marcus Clarke wrote: >>(mozilla-bin:62160): Gtk-WARNING **: A floating object was finalized. >>This means that someone called g_object_unref() on an object that had >>only a floating reference; the initial floating reference is not owned >>by anyone and must be removed with gtk_object_sink() after a normal >>reference is obtained with g_object_ref(). >>$ > > > Could be a problem with your gtk12 port. You might try rebuilding it. I removed flashplugin-mozilla and installed flashpluginwrapper. The screen painted but when I put the mouse pointer in the flash window, it indicates the movie was not loaded. However, I'm not getting error messages/crashes, per se. > I would remove the flashplugin-mozilla-0.4.10_2 package, and install > www/flashpluginwrapper instead. > I've picked up a different problem... When I try to click on links off of the historychannel web site (either javascript or to another html page) I get the following: mozilla-bin in free(): error: page is already free I cannot identify any pattern to this message but once it is issued, I have to control-C out of mozilla-gtk2 in the window I started it from. I have not found any other way to get out of the problem. Put another way, when I get this error, Mozilla is dead but control-C will get rid of the hung application. Cheers...