Bug 1653793 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I installed TB 78 (32-bit), Japanese locale version, a few days ago under Windows 10 (64-bit)
I noticed the error reported here in error console immediately after startup of the program (no interaction after the startup).
(See Bug 1653789, TB 78.0: Errors in error console immediately after startup of TB under Windows 10.)

However, this particular error seems to be caused by async race.
Sometimes I see it, and other times I don't.

```
TypeError: singletons is null
 
   init resource://gre/modules/ActorManagerChild.jsm:297
    <匿名> resource://gre/modules/ActorManagerChild.jsm:349
    <匿名> chrome://global/content/browser-content.js:12
    get browsingContext chrome://global/content/elements/browser-custom-element.js:627
    setFindbarInActor chrome://global/content/elements/findbar.js:316
    set browser chrome://global/content/elements/findbar.js:326
    connectedCallback chrome://global/content/elements/findbar.js:163
``

"<匿名>" in the above quote would be "<anonymous>" in English locale.
I installed TB 78 (32-bit), Japanese locale version, a few days ago under Windows 10 (64-bit)
I noticed the error reported here in error console immediately after startup of the program (no interaction after the startup).
(See Bug 1653789, TB 78.0: Errors in error console immediately after startup of TB under Windows 10.)

However, this particular error seems to be caused by async race.
Sometimes I see it, and other times I don't.

```
TypeError: singletons is null
 
   init resource://gre/modules/ActorManagerChild.jsm:297
    <匿名> resource://gre/modules/ActorManagerChild.jsm:349
    <匿名> chrome://global/content/browser-content.js:12
    get browsingContext chrome://global/content/elements/browser-custom-element.js:627
    setFindbarInActor chrome://global/content/elements/findbar.js:316
    set browser chrome://global/content/elements/findbar.js:326
    connectedCallback chrome://global/content/elements/findbar.js:163
```

"<匿名>" in the above quote would be "<anonymous>" in English locale.

Back to Bug 1653793 Comment 0