Comment #23 on issue 24200 by [email protected]: Crash - v8::internal::MayAccessPreCheck http://code.google.com/p/chromium/issues/detail?id=24200
I reproduced it in test_shell under gdb browsing cnn.com. Yes, Top::context() is NULL in this case. So we either need to (1) skip access checks when using hidden properties or (2) ensure that a context is available like was done in http://trac.webkit.org/changeset/49429. The problem with (2) is that a shared context handle may be cleared when V8Proxy is reset. -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
