Hi,
Looking for help to figure out where is the problem...
Here is the call stack when I'm loading google.com page.
...
V8AbstractEventListener::invokeEventHandler()
        getListenerObject()
                V8LazyEventListener::prepareListenerObject()
        V8LazyEventListener::callListenerFunction()
                V8Proxy::callFunction()
                        v8::internal::Invoke()

                                Runtime_LazyCompile()   // lazy "onLoad"
                                Runtime_TraceEnter()
                                Runtime_TraceExit()
                                <...crash...>

My question is what is the next step in the execution sequence, so I
can look there why the crash happens.

Thanks
Vlad

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to 
v8-dev+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to