question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpected aggressive-promise-polyfill error on dbwtester

See original GitHub issue

This has come up in some smoketests recently… image

It’s entirely clear where it’s from. Seems to only happen on ToT.

Me and @brendankenny can repro locally:

image

My repro:

there’s a lot of unknowns here…


I’m going to bypass the error temporarily in https://github.com/GoogleChrome/lighthouse/pull/11799

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
paulirishcommented, Dec 11, 2020

This error seems to also turn into a crash.

When there’s a crash there’s a 'Inspector.targetCrashetevent, but it's logged in verbose. After that, LH tries "Page appears to be hung, killing JavaScript..." and soon after we see aPROTOCOL_TIMEOUTw/Emulation.setScriptExecutionDisabled`. (what happened in the w/o JS removal PR: https://github.com/GoogleChrome/lighthouse/runs/1534292951 )


I bisected the crash on chromium…

python2.7 bisect_builds.py --use-local-cache -o -a mac -g 89.0.4343.0 -b 89.0.4351.0 --  --disable-features=TranslateUI --disable-extensions --disable-component-extensions-with-background-pages --disable-background-networking --disable-sync --metrics-recording-only --disable-default-apps --mute-audio --no-default-browser-check --no-first-run --disable-backgrounding-occluded-windows --disable-renderer-backgrounding --disable-background-timer-throttling --force-fieldtrials="*BackgroundTracing/default/" --remote-debugging-port=55027 --user-data-dir=/var/folders/py/rf3cszrn5kdbj_2w2jd_8wsc003dq2/T/lighthouse.XXXXXXX.qOGcKFSb --enable-logging --v=0
node lighthouse-cli/index.js http://localhost:10200/dobetterweb/dbw_tester.html -port=55027 --config-path=blahblahah

You are probably looking for a change made after 835252 (known good), but no later than 835253 (first known bad). CHANGELOG URL: The script might not always return single CL as suspect as some perf builds might get missing due to failure. https://chromium.googlesource.com/chromium/src/+log/56d85fa5f642954381267744e440faaa74814479..3904e0fe3b6a83c4aa22c960a28558612178870f

@brendankenny called it. 😁

0reactions
paulirishcommented, Dec 16, 2020

fixed by #11836

Read more comments on GitHub >

github_iconTop Results From Across the Web

Module not found: Error: Can't resolve 'promise-polyfill' #1001
Short description of the problem: I'm seeing a weird behavior. When I run ionic serve my app builds and runs as expected. No...
Read more >
Resolving promise-polyfill error in ionic 3.7 - Mastering Ionic
Why the promise-polyfill isn't added as a dependency to the project's package.json file by default I don't know (particularly as this is not...
Read more >
Promise is undefined in IE11 using babel-polyfill
As the title says, even I'd like to use babel-polyfill to allow me to use promises in my code, but I get that...
Read more >
Untitled
Henry the 8ths 4th wife, Frost amphibian database, Hipno electronica remix, ... Emerson tv dvd combo disc error, Mass effect 3 detruire les...
Read more >
Package List — Spack 0.20.0.dev0 documentation
examinimd, py-bcbio-gff, r-illumina450probevariants-db ... reads using read pairs that are mapped with unexpected separation distances or orientation.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found