On Fri, Nov 14, 2014 at 10:23 PM, Flying Jester <[email protected]> wrote: > Whenever GC occurs in my program, I get the following crash: > > # > # Fatal error in ../src/global-handles.cc, line 277 > # CHECK(state() != NEAR_DEATH) failed > # > > Any thoughts as to why this would be?
You have a weak persistent handle in your application but its callback doesn't call .Reset() or .ClearWeak(). -- -- 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.
