Re: [DNG] Undead firefox

2020-12-27 Thread Marjorie Roome via Dng
On Sun, 2020-12-27 at 08:12 -0500, Hendrik Boom wrote:
> When I
>killall firefox-esr
> it often (but not always) immediately respawns, reopening all the
> tabs.
> 
> Sometimes I have to killall it three times for it to stay dead.
> 
> Is there anything I can do to fix this?  So it dies and doesn't 
> immediatly respawn, but only when I ask for it to resurrect itself?
> 
Why not just close it using Firefox's own Close option (File>Quit, or
Ctrl-Q)?
Whether tabs are preserved when you close is an option in Preferences
(Edit>Preferences): it's the first option.
If you close a Firefox window it also usually asks you if you want to
keep its tabs.

-- 
Marjorie




___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Undead firefox

2020-12-27 Thread Ludovic Bellière
Hi Hendrik,

It is most probably because firefox has threads now. It has to be able
to restart a thread if, for some reason, the thread dies. By doing a
killall, you're essentially killing threads before the main process
which then make them respawn.

Maybe this command will be more accurate, as it tries to then the
signal to all listed process at the same time.

pkill -f firefox-esr

or

kill $(pgrep -f -d' ' firefox-esr)

Or try to kill the main process and see if it works, but I suspect
that's what killall is doing anyway.

On Sun, 27 Dec 2020 08:12:52 -0500
Hendrik Boom  wrote:

> When I
>killall firefox-esr
> it often (but not always) immediately respawns, reopening all the
> tabs.
> 
> Sometimes I have to killall it three times for it to stay dead.
> 
> Is there anything I can do to fix this?  So it dies and doesn't 
> immediatly respawn, but only when I ask for it to resurrect itself?
> 
> -- hendrik


pgpNHUCr_KtUL.pgp
Description: Signature digitale OpenPGP
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Undead firefox

2020-12-27 Thread Hendrik Boom
On Sun, Dec 27, 2020 at 04:25:46PM +0100, aitor wrote:
> Hi Hendrik
> 
> On 27/12/20 16:12, Hendrik Boom wrote:
> > On Sun, Dec 27, 2020 at 02:39:30PM +0100, aitor wrote:
> > > Hi Hendrik
> > > 
> > > On 27/12/20 14:12, Hendrik Boom wrote:
> > > > When I
> > > >  killall firefox-esr
> > > > it often (but not always) immediately respawns, reopening all the tabs.
> > > > 
> > > > Sometimes I have to killall it three times for it to stay dead.
> > > > 
> > > > Is there anything I can do to fix this?  So it dies and doesn't
> > > > immediatly respawn, but only when I ask for it to resurrect itself?
> > > > 
> > > > -- hendrik
> > > Some of your add-ons might be the culprit. LastPass, TabSessionManager?
> > I have never -- that I can remember -- added anything to my firefox.
> > At least not to this release.
> > 
> > The enabled extensions are, according to firefox's report:
> >Brief
> >Export Tabs URLs
> >WebRTC Control
> > 
> > Are any of these likely candidates?
> > 
> > -- hendrik
> I don't know. I only sent you an answer taken from a link in spanish, as a
> possible
> solution to your problem. I don't use any addon in my Iceweasel and i fear
> the cause
> doesn't lie in your default extensions.

I fear you are right, and that it's some kind of "improvement" Mozilla 
has come up with for whatever release I'm on now.

-- hendrik

> 
> Cheers,
> 
> Aitor.
> 
> 

> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Undead firefox

2020-12-27 Thread aitor

Hi Hendrik

On 27/12/20 16:12, Hendrik Boom wrote:

On Sun, Dec 27, 2020 at 02:39:30PM +0100, aitor wrote:

Hi Hendrik

On 27/12/20 14:12, Hendrik Boom wrote:

When I
 killall firefox-esr
it often (but not always) immediately respawns, reopening all the tabs.

Sometimes I have to killall it three times for it to stay dead.

Is there anything I can do to fix this?  So it dies and doesn't
immediatly respawn, but only when I ask for it to resurrect itself?

-- hendrik

Some of your add-ons might be the culprit. LastPass, TabSessionManager?

I have never -- that I can remember -- added anything to my firefox.
At least not to this release.

The enabled extensions are, according to firefox's report:
   Brief
   Export Tabs URLs
   WebRTC Control

Are any of these likely candidates?

-- hendrik
I don't know. I only sent you an answer taken from a link in spanish, as 
a possible
solution to your problem. I don't use any addon in my Iceweasel and i 
fear the cause

doesn't lie in your default extensions.

Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Undead firefox

2020-12-27 Thread Hendrik Boom
On Sun, Dec 27, 2020 at 02:39:30PM +0100, aitor wrote:
> Hi Hendrik
> 
> On 27/12/20 14:12, Hendrik Boom wrote:
> > When I
> > killall firefox-esr
> > it often (but not always) immediately respawns, reopening all the tabs.
> > 
> > Sometimes I have to killall it three times for it to stay dead.
> > 
> > Is there anything I can do to fix this?  So it dies and doesn't
> > immediatly respawn, but only when I ask for it to resurrect itself?
> > 
> > -- hendrik
> 
> Some of your add-ons might be the culprit. LastPass, TabSessionManager?

I have never -- that I can remember -- added anything to my firefox.
At least not to this release.

The enabled extensions are, according to firefox's report:
  Brief
  Export Tabs URLs
  WebRTC Control

Are any of these likely candidates?

-- hendrik
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Undead firefox

2020-12-27 Thread aitor

Hi Hendrik

On 27/12/20 14:12, Hendrik Boom wrote:

When I
killall firefox-esr
it often (but not always) immediately respawns, reopening all the tabs.

Sometimes I have to killall it three times for it to stay dead.

Is there anything I can do to fix this?  So it dies and doesn't
immediatly respawn, but only when I ask for it to resurrect itself?

-- hendrik


Some of your add-ons might be the culprit. LastPass, TabSessionManager?

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Undead firefox

2020-12-27 Thread Hendrik Boom
When I
   killall firefox-esr
it often (but not always) immediately respawns, reopening all the tabs.

Sometimes I have to killall it three times for it to stay dead.

Is there anything I can do to fix this?  So it dies and doesn't 
immediatly respawn, but only when I ask for it to resurrect itself?

-- hendrik

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng