I'm calling "Isolate->IdleNotification(100)" within an isolate scope (via 
"v8::Isolate::Scope ..."), and at some point when 
"V8::GetCurrentPlatform()->CallOnBackgroundThread(...)" is called within 
V8, "V8::GetCurrentPlatform()" returns NULL, and the whole thing dies a 
fatal death. Any ideas why the current platform might be null? Or rather, 
what should be done to make sure it isn't? All my javascript test scripts 
run perfectly - just the garbage collection fails when I try to force it 
using that call.  Should I be calling it outside an isolate scope (and 
locker).

-- 
-- 
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.

Reply via email to