On Wed, Aug 24, 2016 at 2:17 AM, Jane Chen <[email protected]> wrote: > Embedding v8 4.6.88. > > When a JavaScript program executes and runs out of memory, I get some stdout > output from the subject function logging the last few GC and stack frames. > > Is there anyway to either suppress or redirect the output? > > Thanks in advance.
Have you installed a fatal error callback with isolate->SetFatalErrorHandler()? In newer versions there is a separate isolate->SetOOMErrorHandler() method but that doesn't exist in 4.6. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
