Page 1 of 1

[Fixed] 11.0.4rc13 sometimes produces a lot of console noise

Posted: Fri Oct 25, 2019 3:54 pm
by barbaz
Title says it all, keyword being "sometimes" - e.g. right now I have two Waterfox instances running off the exact same profile (which I achieve using firejail sandboxing and -no-remote), one exhibits this problem and one does not.

Here's a sample, obtained upon visiting this forum -

Code: Select all

sendSyncMessage: cannot correlate sender info for 8dd6a28766.0f98,https://forums.informaction.com/. 2 SyncMessage.js:56
    obrListener moz-extension://***************/lib/SyncMessage.js:56
    apply self-hosted:4417
    applySafeWithoutClone resource://gre/modules/ExtensionCommon.jsm:588
    fire resource://gre/modules/ExtensionChild.jsm:1171
    receiveMessage resource://gre/modules/ExtensionChild.jsm:1175
    _callHandlers resource://gre/modules/MessageChannel.jsm:914
    _callHandlers resource://gre/modules/MessageChannel.jsm:913
    promise resource://gre/modules/MessageChannel.jsm:992
    _handleMessage resource://gre/modules/MessageChannel.jsm:989
    _handleMessage self-hosted:1005
    receiveMessage resource://gre/modules/MessageChannel.jsm:225
    forEach self-hosted:266
    receiveMessage resource://gre/modules/MessageChannel.jsm:218

Code: Select all

NetworkError: A network error occurred. 2 SyncMessage.js:181
I don't remember if I saw this with rc12 or not. Definitely didn't see this in rc11.

Re: 11.0.4rc13 sometimes produces a lot of console noise

Posted: Fri Oct 25, 2019 10:49 pm
by Giorgio Maone
Should be definitely fixed in rc14, please check, thanks.

Re: 11.0.4rc13 sometimes produces a lot of console noise

Posted: Sat Oct 26, 2019 5:13 pm
by barbaz
Yeah, I'm no longer seeing this in rc14. Thanks for the fix!