Comment #24 on issue 471 by justinut2010: r3030 suddenly dumps with Context error app exit-time...
http://code.google.com/p/v8/issues/detail?id=471

Stemming from the same issue, taking the shell example and simply creating a locker at the top of the block immediately following "if(str==NULL) break;" in the RunShell function so that added C functions can callback into JS asynchronously by locking the engine before calling into JS, the code runs fine but weird artifacts happen. If at
the shell entry you run:

for(var i=0;i<10000;i++){var c = new Array();}

About 4-5 times, you'll get an access violation in Context::global_context.

However, if you add an unlocker at the very top of the RunShell function, this
doesn't happen.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to