javascript - Chrome FATAL crash -


i have node.js / meteor app left consistently running on screen - works no problem around 20 hours, without fail (when i'm out of office) infamous "aw snap" screen:

enter image description here

i have checked chrome_debug log , following line indicates crash:

[3868:3656:0515/030350:fatal:platform_canvas.cc(70)] sk_crash

however gives me nothing go on - googling error , variations retrieves little results. debug further?

most probably, running out of memory, , skia (the chrome graphics engine) unable create canvas, hence crash.

you should use profiles panel of devtools: take 2 heap snapshots , compare them, or use uncovering dom leaks technique.

you can insight of what's happening in native land using native memory profiling (explained)


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -