[csw-users] Now a Problem Using FireFox

Fred Strickland fredstrickland at hotmail.com
Wed Aug 31 03:35:46 CEST 2011


Good evening everyone,
 
I had uploaded a 545 KB size file.  I didn't know that it would bump into a size limit.  I am resending this message with the same document in a zipped form.  It appears to be 46 KB in size.
 
Thank you,
 
Fred
 



From: fredstrickland at hotmail.com
To: users at lists.opencsw.org
Subject: RE: [csw-users] Now a Problem Using FireFox
Date: Tue, 30 Aug 2011 11:37:47 -0500





Good morning,
 
I didn't realize and I didn't know that tmp is cleared out during a reboot.
 
Here are the commands that I used to generate the firefox.log file:
 
# truss -fo /tmp/firefox.log firefox
truss: cannot find program: firefox
# truss -fo /tmp/firefox.log /opt/csw/mozilla/firefox/bin/firefox

I have attached the file for you.  I see it is a huge file.  I understand very little of it.  I hope you can figure it out for me.
 
Thank you,
 
Fred

 



From: dam at opencsw.org
Date: Tue, 30 Aug 2011 15:32:59 +0200
To: users at lists.opencsw.org
Subject: Re: [csw-users] Now a Problem Using FireFox

Hi Fred, 



Am 30.08.2011 um 14:18 schrieb Fred Strickland:


I cannot find that log file.  I tried using the following commands without any success:
 
  find . -name ".log" -print
  find . -name "log" -print
  find . -name "firefox" -print
  find / -name "firefox.log" -print
 
I used su and I executed the command from the top of the file system.  The first command had no results.  The second command listed out a bunch of lines with the word "log" as the last entry, but none of these prefixed with "firefox."  The third command listed out a small number of entries with the last word being "firefox."  The fourth command produced nothing.



You produced /tmp/firefox.log in the truss command below. /tmp is a ram filesystem, it is empty
after a reboot. Please rerun the truss below and make the trusslog available for download.




Best regards


  -- Dago






Date: Mon, 29 Aug 2011 21:28:48 -0700
From: gadavis at opencsw.org
To: users at lists.opencsw.org
CC: fredstrickland at hotmail.com
Subject: Re: [csw-users] Now a Problem Using FireFox

On 8/29/2011 8:41 PM, Fred Strickland wrote: 

Good evening Maciej and group,
 
I searched on line in order to learn what is a truss command.  I have not found the answer yet, but I did find an example of someone using that command.  I followed it and here is the result:
 
$ truss -fo /tmp/firefox.log firefox
(firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram'
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed
(firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram'
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed
(firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram'
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed
(firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram'
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 815: assertion `GNOME_IS_PROGRAM_CLASS (pclass)' failed
(firefox-bin:990): GLib-GObject-WARNING **: g_object_set_valist: object class `GnomeProgram' has no property named `show-crash-dialog'
(firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `sm-connect'
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 870: assertion `program != NULL' failed
(firefox-bin:990): GLib-GObject-WARNING **: g_object_get_property: object class `GnomeProgram' has no property named `show-crash-dialog'
(firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GnomeProgram'
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 740: assertion `GNOME_IS_PROGRAM (program)' failed
(firefox-bin:990): Gnome-CRITICAL **: file gnome-program.c: line 739: assertion `program != NULL' failed
(firefox-bin:990): GConf-CRITICAL **: file gconf-client.c: line 547: assertion `gconf_valid_key (dirname, NULL)' failed
(firefox-bin:990): GLib-GObject-WARNING **: cannot register existing type `GConfClient'
(firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 1088: assertion `G_TYPE_IS_OBJECT (object_type)' failed
(firefox-bin:990): GLib-GObject-CRITICAL **: file gobject.c: line 2396: assertion `G_IS_OBJECT (object)' failed
Segmentation Fault - core dumped

 I hope the foregoing is useful to you.
 
Thank you,
 
 
Fred
 
 

> From: maciej at opencsw.org
> Date: Tue, 30 Aug 2011 00:06:56 +0100
> To: users at lists.opencsw.org
> Subject: Re: [csw-users] Now a Problem Using FireFox
> 
> 2011/8/29 Fred Strickland <fredstrickland at hotmail.com>:
> > I have been working with Peter Bonivart to get my Sun Blade 150 (running
> > Solaris 10) configured so it would run pkgutil and install packages.  That
> > major problem has been solved.  The first program that I decided to install
> > was FireFox.  The install went through to the point I received "Installation
> > of <CSWfirefox> was successful." message.  You can see below what happens
> > when I try to execute FireFox.  Peter suggested that I pose my question to
> > this list.
> >
> > I hope you guys can tell me what I am doing wrong.
> 
> Hi Fred,
> 
> It is possible that you're doing nothing wrong, but there are library
> compatibility issues. We've recently looked at refreshing the gtk
> libraries, but it doesn't look like an easy job. If you want to debug
> the issue, you could run firefox via truss to see where does the
> segfault happen.
> 
> Maciej
> _______________________________________________
> users mailing list
> users at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/users



_______________________________________________
users mailing list
users at lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/users
Hi Fred,

Please attach the output of /tmp/firefox.log that truss generated, as it's got the output from truss in it and is necessary to help with the debugging.
_______________________________________________
users mailing list
users at lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/users



-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896

_______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/users/attachments/20110830/a7d91b3e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firefox.zip
Type: application/zip
Size: 46838 bytes
Desc: not available
URL: <http://lists.opencsw.org/pipermail/users/attachments/20110830/a7d91b3e/attachment-0001.zip>


More information about the users mailing list