Status: New
Owner: ----

New issue 2526 by [email protected]: thread_local_top()->context_ is NULL in Handle<Context> Isolate::global_context() on windows platform
http://code.google.com/p/v8/issues/detail?id=2526

I am extending V8 engine using a dll like V8extension.dll.
Webkit is also using V8 engine in webkit.dll.
both webkit.dll and V8extension.dll is using static library of V8 (V8_base.lib). Now call to V8_base.lib's "Handle<Context> Isolate::global_context()" from webkit.dll is working fine. But if i call V8_base.lib's "Handle<Context> Isolate::global_context()" from V8extension.dll , getting crash.
Both V8extension.dll and webkit.dll are loaded by webkit2webprocess.exe.
After debugging i found that "thread_local_top()->context_" is NULL.
Please help.



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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/groups/opt_out.


Reply via email to