Re: [v8-users] libstdc++ from gcc4.6 used to build ICU and v8?

2016-11-11 Thread Jane Chen
I now have a test case to confirm that having a mixed std c++ lib of 4.6 and 4.8 causes my app to crash. Does v8 support swapping sysroot with something else? If so, where can I find some information in doing so? On Wednesday, November 2, 2016 at 3:48:37 AM UTC-7, Jochen Eisinger wrote: > >

Re: [v8-users] v8 bootstrap error when creating a context.

2016-11-11 Thread Jane Chen
Thanks Ben. You were exactly right. Fixing it now... On Friday, November 11, 2016 at 12:35:56 AM UTC-8, Ben Noordhuis wrote: > > On Fri, Nov 11, 2016 at 5:40 AM, Jane Chen > wrote: > > Embedding v8 5.3. Running code to create a context and execute the same > > JavaScript

Re: [v8-users] Timer events in V8

2016-11-11 Thread Ben Noordhuis
On Wed, Nov 9, 2016 at 7:03 PM, Talha wrote: > Hi Ben, > > Here are a couple of excerpts from the log file. I executed a simple > Fibonacci application using node with --log-timer-events option. > > timer-event-start,"V8.External",324787996 >

Re: [v8-users] v8 bootstrap error when creating a context.

2016-11-11 Thread Ben Noordhuis
On Fri, Nov 11, 2016 at 5:40 AM, Jane Chen wrote: > Embedding v8 5.3. Running code to create a context and execute the same > JavaScript code in a loop. After thousands of iterations, I get "Exception > thrown during bootstrapping". Here's the stack: > > 51