Version is in the subject line. Logging doesn't work, since the console and everything disappears when Chrome crashes. This is really a pretty absurd debugging experience. You just have to keep commenting code out until it works and then go backwards.
Anyway, I found it, it's just normal code that Chrome just blows up on (looks like a strength reduction bug). I'll post a repro at the chrome bug site. On Thursday, February 21, 2019 at 6:43:09 AM UTC-8, Corey Lucier wrote: > > I was seeing this just the other day but another Chrome version rolled in > pretty quickly and the issue went away... what version of Chrome are you > testing with? > > On Wed, Feb 20, 2019 at 9:34 PM <[email protected] <javascript:>> > wrote: > >> Wait, nevermind, that was just my printf debugging not getting flushed >> before the crash. >> >> OK, so I have this complicated function (a decompression function) that >> runs on all the other browsers (and ran in older Chrome versions), but now >> just crashes. What's the best way to debug this? Printf doesn't seem >> reliable, since it dies before output (I guess I could try a fflush( >> stdout);). >> >> Is there any logging I can compile with or anything? >> >> >> On Wednesday, February 20, 2019 at 6:17:54 PM UTC-8, >> [email protected] wrote: >>> >>> First function in main(), dies with a "Aw, Snap! Something went wrong >>> while displaying this webpage." error. >>> >>> Runs fine in Firefox, Edge, and Safari - what's the best way to track >>> this down? >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "emscripten-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
