Re: Long waits for Firefox and SeaMonkey to respond to links from other applications

2019-03-25 Thread Cy Schubert
On March 25, 2019 6:41:18 AM PDT, Kjell Tore Ullavik  
wrote:
>
>
>On 24.03.2019 17.25, Graham Perrin wrote:
>> When I open a web address in (for example) Thunderbird, there's a
>wait 
>> of around fifteen seconds before the web browser, already open, 
>> handles the address.
>>
>> Affected browsers:
>>
>> - Firefox
>> - SeaMonkey
>> - Waterfox.
>>
>> Not affected:
>>
>> - New Moon (Pale Moon) – the waiting period is a split-second
>> - Chromium – split-second
>> - Falkon – less than two seconds.
>>
>> Any ideas?
>>
>>  shows the waiting period with
>
>> Konsole as the starting point, Firefox as the default web browser.
>>
>> I can't say exactly when the problem began, but it was long before 
>> Firefox 66.
>>
>> 
>>
>> $ date ; uname -v
>> Sun 24 Mar 2019 16:23:22 GMT
>> FreeBSD 13.0-CURRENT r345330 GENERIC-NODEBUG
>> $ pkg query '%o %v %R' firefox seamonkey waterfox
>> www/firefox 66.0_3,1 poudriere
>> www/seamonkey 2.49.4_24 FreeBSD
>> www/waterfox 56.2.7.2 poudriere
>> $
>
>I have seen this as well. But not right now so can't investigate.
>Could it be a dbus problem?
>
>I also have a vague and incomplete memory of fixing a similar
>problem a long time ago by filling out my /etc/hosts.
>Though that seems a bit weird.
>
>
>
>___
>freebsd-current@freebsd.org mailing list
>https://lists.freebsd.org/mailman/listinfo/freebsd-current
>To unsubscribe, send any mail to
>"freebsd-current-unsubscr...@freebsd.org"

The way to attack this problem is to run tcpdump on the interface while running 
DTrace against firefox or under truss -d. Simply running tcpdump without the 
other might give you enough information to at least make an educated guess.

Also, ff & friends are especially sensitive to load. If you're doing buildworld 
-j while using ff, don't or give ff a higher priority. I've seen it use 
multiple threads within multiple processes.

Make sure you have lots of RAM. ff doesn't like to have any of it's working set 
paged out.


-- 
Pardon the typos and autocorrect, small keyboard in use.
Cheers,
Cy Schubert 
FreeBSD UNIX:  Web: http://www.FreeBSD.org

The need of the many outweighs the greed of the few.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Long waits for Firefox and SeaMonkey to respond to links from other applications

2019-03-25 Thread Kjell Tore Ullavik



On 24.03.2019 17.25, Graham Perrin wrote:
When I open a web address in (for example) Thunderbird, there's a wait 
of around fifteen seconds before the web browser, already open, 
handles the address.


Affected browsers:

- Firefox
- SeaMonkey
- Waterfox.

Not affected:

- New Moon (Pale Moon) – the waiting period is a split-second
- Chromium – split-second
- Falkon – less than two seconds.

Any ideas?

 shows the waiting period with 
Konsole as the starting point, Firefox as the default web browser.


I can't say exactly when the problem began, but it was long before 
Firefox 66.




$ date ; uname -v
Sun 24 Mar 2019 16:23:22 GMT
FreeBSD 13.0-CURRENT r345330 GENERIC-NODEBUG
$ pkg query '%o %v %R' firefox seamonkey waterfox
www/firefox 66.0_3,1 poudriere
www/seamonkey 2.49.4_24 FreeBSD
www/waterfox 56.2.7.2 poudriere
$


I have seen this as well. But not right now so can't investigate.
Could it be a dbus problem?

I also have a vague and incomplete memory of fixing a similar
problem a long time ago by filling out my /etc/hosts.
Though that seems a bit weird.



___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Long waits for Firefox and SeaMonkey to respond to links from other applications

2019-03-24 Thread Graham Perrin

On 24/03/2019 18:51, Adam wrote:
On Sun, Mar 24, 2019 at 6:22 PM Graham Perrin > wrote:


When I open a web address in (for example) Thunderbird, there's a
wait
of around fifteen seconds before the web browser, already open,
handles
the address.

Affected browsers:

- Firefox
- SeaMonkey
- Waterfox.

Not affected:

- New Moon (Pale Moon) – the waiting period is a split-second
- Chromium – split-second
- Falkon – less than two seconds.

Any ideas?


Start thunderbird from a terminal so you can see an messages.

No message during the waiting period.

Sounds like a tcp or dns timeout, so perhaps some addon.


Reproducible with Firefox in safe mode.

Also reproducible with a user account that I rarely touch (it was this 
account that I used for the screen recording).


Bugging multiple desktop environments, if I recall correctly I 
reproduced the issue with MATE and Xfce.


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Long waits for Firefox and SeaMonkey to respond to links from other applications

2019-03-24 Thread Adam
On Sun, Mar 24, 2019 at 6:22 PM Graham Perrin 
wrote:

> When I open a web address in (for example) Thunderbird, there's a wait
> of around fifteen seconds before the web browser, already open, handles
> the address.
>
> Affected browsers:
>
> - Firefox
> - SeaMonkey
> - Waterfox.
>
> Not affected:
>
> - New Moon (Pale Moon) – the waiting period is a split-second
> - Chromium – split-second
> - Falkon – less than two seconds.
>
> Any ideas?
>
>
Start thunderbird from a terminal so you can see an messages.  Sounds like
a tcp or dns timeout, so perhaps some addon.

-- 
Adam
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"