From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 07:18:47 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 8ED6137B401 for ; Wed, 6 Aug 2003 07:18:47 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id B045B43F85 for ; Wed, 6 Aug 2003 07:18:46 -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]) h76EIZiY026911; Wed, 6 Aug 2003 10:18:41 -0400 (EDT) Message-ID: <3F310E3B.7080805@twcny.rr.com> Date: Wed, 06 Aug 2003 10:18:35 -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> In-Reply-To: <1059856872.74181.16.camel@shumai.marcuscom.com> 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: Wed, 06 Aug 2003 14:18:47 -0000 Joe, I cvsuped my ports tree and portupgraded mozilla and mozilla-gtk2 (I never noticed there were two flavors installed until now.) As a quick sidenote, the descriptions of the two ports are functionally identical. I noticed minor toolbar differences and some font differences and in the tests that I'm going to describe mozilla-gtk2 appears more resilient. Is one recommended over the other? Getting back to business... Using Mozilla-gtk2 (v1.4): A window appears with "Default Plugin" in the title bar. The exact text is: This page contains information of a type (application/x-shockwave-flash) that can only be viewed with the appropriate Plug-in. Click OK to download Plugin." When I close out of Mozilla-gtk2 the following appears in the terminal window: $ mozilla-gtk2 No running window found. /dev/dsp: No such file or directory (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(). $ I don't know if this is something I have to worry about. The plus side is, Mozilla-gtk2 (v1.4) does not crash. When I try Mozilla V1.4 I can very briefly see the page painting before mozilla crashes. The messages are a little different: $ mozilla No running window found. /dev/dsp: No such file or directory open dsp: No such file or directory Gdk-ERROR **: BadAccess (attempt to access private resource denied) serial 26 error_code 10 request_code 147 minor_code 1 $ echo $DISPLAY Stargate.Tom.Parquette.name:0 $ pkg_info indicates I have "flashplugin-mozilla-0.4.10_2 A GPL standalone Flash (TM) plugin for Mozilla web browser" installed. I have not checked to see if the plugin needs to be upgraded yet because I'm looking for a misconfigure for the plugins. Thanks for your help. Joe Marcus Clarke wrote: > On Sat, 2003-08-02 at 16:20, Tom Parquette wrote: > Try upgrading to Mozilla 1.4. There were numerous problems with 1.3.x. > I am unable to reproduce this on 1.4 compiled with Xft and the GTK+-2 > GUI. > > Joe