On 14/04/2010 17:54, Vladimir L. wrote:
And there's an Firefox problem. I downloaded FF 3.6.3 in installed it in my 
Home directory and then updated soft-links in /usr/bin/ to the firefox-dir in 
my HOME-foler. Made the same with thunderbird 3.0.4. Everything worked without 
any problem until I updated to osol-134. Firefox starts but if I close it and 
try to start it again - it wont. I get an Warnin-dialog which says:

"Firefox is already running, but is not responding. To open a new window, you must 
first close the existing Firefox process, or restart your system."

output of#
ps ax | grep firefox

show this#

   1263 ?        S  0:00 /bin/bash /usr/bin/firefox
   1276 ?        S  0:00 /bin/bash /export/home/gecko/.apps/firefox/run-mozilla.
   1280 ?        S  0:03 /export/home/gecko/.apps/firefox/firefox-bin

I'm able to start FF again only if i'll kill firefox-bin process..
kill -KILL 1280

If i try to start fifefox from terminal, it starts but i getn an WARNING 
message:

"(firefox-bin: 1407): GLib-WARNING **: g_set_prgname() called multiple times"
where 1407 - is a ProcessID


any Ideas ?!!!
Looks like Firefox doesn't shutdown itself for some reason. Try to run it without any activated addons:
$ firefox -safe-mode*
*and see check if it will behave the same way. You can also enable logging and check what is going on during shutdown. You can run:
$ NSPR_LOG_MODULES=all:5 firefox
(See http://www.mozilla.org/projects/nspr/reference/html/prlog.html ).
_______________________________________________
install-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/install-discuss

Reply via email to