Re: [v8-dev] Issues with debug_context_

2018-04-19 Thread anoop . rvn
After creating a v8 release build with symbols, I got some more info about the issue. The prints from within v8 are not displaying for me, as it is embedded into a large project. After throwing the stack overflow, inside the print functions, I am able to see the print buffer getting filled up

Re: [v8-dev] Issues with debug_context_

2018-04-15 Thread anoop . rvn
This issue is still on, and I think the frequency of stack overflow has increased. It happens as "Debugger.enable" message is passed to the isolate as part of initialising debugger. After the stack overflow, I am getting a message : * *but no further details. Anyone knows when this issue

Re: [v8-dev] Issues with debug_context_

2017-11-15 Thread anoop . rvn
Thank you for the reply. If I get it correctly, we should just avoid cases which would lead to stack overflow. Thanks, Anoop R. S. On Thursday, 2 November 2017 12:34:37 UTC+5:30, Yang Guo wrote: > > Hi, > > we are going to remove the debug context soon-ish. However, if you are > running

Re: [v8-dev] Issues with debug_context_

2017-11-02 Thread Yang Guo
Hi, we are going to remove the debug context soon-ish. However, if you are running into stack overflow when creating the debug context, chances are that you will run into stack overflow sooner or later elsewhere too. Cheers, Yang On Thu, Nov 2, 2017 at 5:30 AM wrote: >