Hi there,

I recently upgraded my Android embedded v8 from 6.3 to 7.2.
I found that live editing code in Chrome Dev Tools crashes my app. All 
other debugging related stuff works great, but this specific use case ends 
up in an UNIMPLEMENTED code path inside 
DefaultWorkerThreadsTaskRunner::PostDelayedTask(std::unique_ptr<Task> task, 
double delay_in_seconds).

Reaching to this point is triggered only by dev tools' messages sent while 
typing in CDT console. Just one keystroke is enough to crash the app. I can 
rewrite a v8::platform::Platform subclass that forces zero delay for this 
calls which seems to fix the issue, but I wonder if this can be caused by 
something I am doing wrongly ?
Something specific to v8 > 6.3 since that specific version worked just ok.

v8 compilation is a freshly pulled version, 7.2-lkgr.

Thanks in advance.
- i

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to