Hi All,

I am trying to build  V8 7.2-lkgr version. I also facing exact issue 
"debugger is getting disconnected when i am typing in CDT console".

Please help.

Regards,
Kiran
On Monday, 18 March, 2019 at 5:58:20 pm UTC+5:30 Peter Marshall wrote:

> I'm working on implementing 
> DefaultWorkerThreadsTaskRunner::PostDelayedTask() right now: 
> https://chromium-review.googlesource.com/c/v8/v8/+/1521114
>
> Also I'm not sure why you are hitting this - where does the call to 
> PostDelayedTask() with a non-zero delay come from?
>
>
> On Friday, February 22, 2019 at 4:08:02 PM UTC+1, ibon wrote:
>
>> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/1b611e6f-a0c0-4880-b393-5ec06c0ca8fdn%40googlegroups.com.

Reply via email to