Updates:
        Status: Fixed

Comment #3 on issue 5239 by [EMAIL PROTECTED]: Chrome: Crash Report - Stack  
Signature:  
v8::internal::Runtime::GetObjectProperty(v8::internal::Handle<v8::internal::Object>,v8::internal::Handle<v8::internal::Object>)-155422C
http://code.google.com/p/chromium/issues/detail?id=5239

I believe this should be fixed by Chromium revision 6705.  The issue seems  
to be that
the context looks initialized even if the allocation of the dom constructor  
table
failed.  This means that we think that the context is OK to use and attempt  
to
allocate a DOM wrapper.  This causes us to dereference the dom constructor  
table
handle which is empty.

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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to