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.

Crash Chrome on Android only if incognito

See original GitHub issue

Library Affected:

“workbox-webpack-plugin”: “^3.6.3”

Browser & Platform:

Google Chrome for Android

Issue or Feature Request Description:

I’m honestly not sure if it’s a support request or an issue but I’m facing a problem with Workbox on Google Chrome for Android but only in incognito mode.

I’m developing a tool to ship presentation as PWA. If I open the presentation and swipe some slides, after a while the all browser crash respectively the Chrome app will crash.

I don’t face the problem if I don’t use the incognito mode neither I have been able to catch any logs.

If I remove the service worker respectively Workbox, the problem doesn’t happen.

How to I use workbox?

const {GenerateSW} = require('workbox-webpack-plugin');

plugins.push(new GenerateSW({
            ignoreUrlParametersMatching: [/./]
        }));

Reproduce the error

  1. On an Android phone
  2. Open Google Chrome
  3. Open an incognito tab
  4. Go to https://deckdeckgo.com
  5. Swipe a couple of slides

-> crash

Source

https://github.com/deckgo/deckdeckgo-website

Note

At first I thought it was linked to some Web Components I use, like gif or charts, but turns out I could reproduce the problem in another presentation too which is way more simple (url: https://studio.deckdeckgo.com, source: https://github.com/deckgo/deckdeckgo-studio-landing)

Thx in advance for any help!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jeffposnickcommented, Mar 8, 2019

I wouldn’t say that it’s a dead end—the info from chrome://crashes will actually result in meaningful debug data making it to the relevant engineering team, and I’m sure that they would appreciate the bug report.

1reaction
peterpeterparkercommented, Jul 25, 2019

For the record, a couple of months later, can’t reproduce it, I guess it has been solved 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Chrome if it crashes or won't open - Android
Fix Chrome if it crashes or won't open · Restart Chrome. At the bottom, tap Overview . · Restart your Android phone or...
Read more >
Chrome 84 hangs and crashes for some, especially when they ...
Whenever they close their last incognito tab, the browser freezes and eventually displays the dreaded "Chrome isn't responding" dialog. The bug ...
Read more >
Google chrome keeps crashing on your phone? Try these tips
Here are the top fixes to try when Google Chrome keeps crashing on mobile phones: · Restart the Chrome app · Close inactive...
Read more >
870838 - Chrome Crashes when closing an Incognito Window
I've also tried with and without other profiles logged in, and with and without android (arc) apps running. Closing the incognito window reliably...
Read more >
How To Fix Google Chrome Keeps Crashing On Android
The first thing you should do when Google Chrome becomes unresponsive on Android devices is to force stop the said app. So, if...
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