Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Tabbycat errors with uncaught exception. #9871

@daviddias

Description

@daviddias
  • Did you search for similar issues before submitting this one? Yes

  • Describe the issue you encountered: tabbycat

  • Platform (Win7, 8, 10? macOS? Linux distro?): Mac OS X 10.12.15

  • Brave Version (revision SHA): db1e1bc953e83c47a08235108576d0c1dc15e3ea

  • Steps to reproduce:

    1. Follow @jonathansampson blog post https://blog.brave.com/loading-chrome-extensions-in-brave/ to install the extension
    2. npm run watch
    3. npm run start
    4. turn on tabbycat on the extensions pane
  • Actual result:

On step 3, we get an uncaught exception:

An uncaught exception occurred in the main process Uncaught Exception:
TypeError: Error processing argument at index 0, conversion failure from undefined
    at Immediate.setImmediate (/Users/koruza/code/brave-browser-laptop/app/browser/windows.js:292:13)
    at runCallback (timers.js:672:20)
    at tryOnImmediate (timers.js:645:5)
    at processImmediate [as _immediateCallback] (timers.js:617:5)

On step 4 we get an unlimited number of Uncaught Exceptions:

An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
TypeError: Error processing argument at index 0, conversion failure from undefined
    at Immediate.setImmediate (/Users/koruza/code/brave-browser-laptop/app/browser/windows.js:292:13)
    at runCallback (timers.js:672:20)
    at tryOnImmediate (timers.js:645:5)
    at processImmediate [as _immediateCallback] (timers.js:617:5)
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
An uncaught exception occurred in the main process Uncaught Exception:
undefined: undefined
  • Expected result:

No errors. a new cat on each tab

  • Will the steps above reproduce in a fresh profile? If not what other info can be added?

Yes. I've repeated this process multiple times.

  • Is this an issue in the currently released version?

Yes

  • Can this issue be consistently reproduced?

Yes

  • Extra QA steps:
    1.
    2.
    3.

  • Screenshot if needed:

image

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions