Re: Avoiding global Firefox crashes

[email protected] 7 Aug 2005 17:36:03 -0500
Newsgroups gmane.comp.mozilla.devel.unix
Organization Newscene Usenet News Service, http://www.newscene.com/
Message-ID <[email protected]>
Paul Gress wrote:

> [email protected] wrote:
>> Is there a way to run separate instances of Firefox so that if one FF
>> window crashes, they don't all crash? Using Firefox 1/KDE/Mandrake 10.1.
>> I often have several FF windows open, each with MANY tabs, and it's a
>> pain to bring it all back.
>> 
>> Thanks....
>> 
> 
> I'm not sure if it will work, but if I was to try, I'd try creating
> copies of the binary with a -1, -2, -3 and so-on attached to the end,
> revise and copy scripts to start firefox-1, firefox-2 and so-on.

Good idea. I was looking at the script and noticed that there is a
setting/variable [_USE_EXIST = 1] that seems to trigger using the same
instance if set to 1. Might it be possible to set this = 0 and trigger new
instances that are independent? I'm not sure how or where this is set,
though. 

Also, would I have to create copies of the (apparently) several pieces of
code used by FF if I set up FF1, FF2, etc?

Again, thanks....