-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnhandledPromiseRejectionWarning: Page crashed #220
Comments
Did you run out of memory on the machine? How many penthouse job were you
running simultaneously? You could try running one at a time and see if that
resolves this issue for you.
Le 21 déc. 2017 20:29, "Sean Fisher" <notifications@github.com> a écrit :
… Seeing an issue when running Penthouse:
penthouse new browser launched +393ms
penthouse parsed ast (with 0 errors) +40ms
penthouse parsed ast (with 0 errors) +0ms
penthouse parsed ast (with 0 errors) +0ms
penthouse parsed ast (with 0 errors) +0ms
penthouse:preformatting:nonMatchingMediaQueryRemover BEFORE +0ms
penthouse:preformatting:nonMatchingMediaQueryRemover matchConfig: {
penthouse:preformatting:nonMatchingMediaQueryRemover "type": "screen",
penthouse:preformatting:nonMatchingMediaQueryRemover "width": "1300px",
penthouse:preformatting:nonMatchingMediaQueryRemover "height": "960px"
penthouse:preformatting:nonMatchingMediaQueryRemover } +1ms
penthouse:preformatting:nonMatchingMediaQueryRemover DROP: ((min-width:92em)), +30ms
penthouse:preformatting:nonMatchingMediaQueryRemover AFTER +0ms
penthouse stripped out non matching media queries +79ms
penthouse call generateCriticalCssWrapped +1ms
penthouse adding browser page for generateCriticalCss, now: 1 +0ms
penthouse:core Penthouse core start +0ms
penthouse:preformatting:nonMatchingMediaQueryRemover BEFORE +10ms
penthouse:preformatting:nonMatchingMediaQueryRemover matchConfig: {
penthouse:preformatting:nonMatchingMediaQueryRemover "type": "screen",
penthouse:preformatting:nonMatchingMediaQueryRemover "width": "1300px",
penthouse:preformatting:nonMatchingMediaQueryRemover "height": "960px"
penthouse:preformatting:nonMatchingMediaQueryRemover } +0ms
penthouse:preformatting:nonMatchingMediaQueryRemover DROP: ((min-width:92em)), +6ms
penthouse:preformatting:nonMatchingMediaQueryRemover AFTER +0ms
penthouse stripped out non matching media queries +76ms
penthouse call generateCriticalCssWrapped +1ms
penthouse adding browser page for generateCriticalCss, now: 2 +0ms
penthouse:core Penthouse core start +15ms
penthouse:preformatting:nonMatchingMediaQueryRemover BEFORE +7ms
penthouse:preformatting:nonMatchingMediaQueryRemover matchConfig: {
penthouse:preformatting:nonMatchingMediaQueryRemover "type": "screen",
penthouse:preformatting:nonMatchingMediaQueryRemover "width": "1300px",
penthouse:preformatting:nonMatchingMediaQueryRemover "height": "960px"
penthouse:preformatting:nonMatchingMediaQueryRemover } +0ms
penthouse:preformatting:nonMatchingMediaQueryRemover DROP: ((min-width:92em)), +28ms
penthouse:preformatting:nonMatchingMediaQueryRemover AFTER +1ms
penthouse stripped out non matching media queries +104ms
penthouse call generateCriticalCssWrapped +0ms
penthouse adding browser page for generateCriticalCss, now: 3 +0ms
penthouse:core Penthouse core start +35ms
penthouse:preformatting:nonMatchingMediaQueryRemover BEFORE +3ms
penthouse:preformatting:nonMatchingMediaQueryRemover matchConfig: {
penthouse:preformatting:nonMatchingMediaQueryRemover "type": "screen",
penthouse:preformatting:nonMatchingMediaQueryRemover "width": "1300px",
penthouse:preformatting:nonMatchingMediaQueryRemover "height": "960px"
penthouse:preformatting:nonMatchingMediaQueryRemover } +1ms
penthouse:preformatting:nonMatchingMediaQueryRemover DROP: ((min-width:92em)), +4ms
penthouse:preformatting:nonMatchingMediaQueryRemover AFTER +0ms
penthouse stripped out non matching media queries +101ms
penthouse call generateCriticalCssWrapped +0ms
penthouse adding browser page for generateCriticalCss, now: 4 +0ms
penthouse:core Penthouse core start +8ms
penthouse:core new page opened in browser +27ms
penthouse:core new page opened in browser +1ms
penthouse:core viewport set +3ms
penthouse:core viewport set +2ms
penthouse:core blocking js requests +6ms
penthouse:core page load start +0ms
penthouse:core blocking js requests +1ms
penthouse:core page load start +0ms
penthouse:core new page opened in browser +13ms
penthouse:core viewport set +1ms
penthouse:core blocking js requests +3ms
penthouse:core page load start +0ms
penthouse:core new page opened in browser +3ms
penthouse:core viewport set +2ms
penthouse:core blocking js requests +2ms
penthouse:core page load start +0ms
penthouse:core page load DONE +871ms
penthouse:core added css-tree library to page +7ms
penthouse:core page load DONE +304ms
penthouse:core added css-tree library to page +3ms
penthouse:core page load DONE +209ms
penthouse:core added css-tree library to page +5ms
penthouse:core pruneNonCriticalCss +101ms
(node:467) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Page crashed!
Any ideas what could be going on?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#220>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG3BAGppm5bPIuJYvBWaqSKG_PCbPgVCks5tCrGtgaJpZM4RKQLH>
.
|
If you run in docker make sure /dev/shm is large |
Hi, fellows! So these sites absolutely randomly meet the errors like these:
However, I tried to make some testings on my personal sites and on several regional large news portals which do not use any firewalls and CloudFlare (do not use any CDN). How I test:
|
@srtfisher , what is the way and platform you are running penthouse in? MacOS, Ubuntu, Vagrant or Docker? The same issues and complaints were found a lot of where: Result: I have increased the RAM of my Docker container and now there are no any random errors. |
Seems like this was about insufficient memory allocated for penthouse/chrome, on the machine. Will close the issue, for now. Will re-open if someone comments, if the problem still exists and memory doesn't explain it - please test on the latest version of Penthouse first though! |
Seeing an issue when running Penthouse:
Any ideas what could be going on?
The text was updated successfully, but these errors were encountered: