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:

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
Post a Comment