Re: [v8-users] Embedded v8 in Android: crash when executing persistent Function in another thread

2016-11-16 Thread Kevin Read
Hi Jochen, I've filed a bug (https://bugs.chromium.org/p/v8/issues/detail?id=5645). Since our SDK is open source I added pointers to code that will reproduce the issue. Thanks and best, Kevin On Thursday, November 10, 2016 at 2:46:37 PM UTC+1, Jochen Eisinger wrote: > > can you file a bug at

Re: [v8-users] Embedded v8 in Android: crash when executing persistent Function in another thread

2016-11-10 Thread Jochen Eisinger
can you file a bug at crbug.com/v8/new please? It would be great if you could provide a complete repro case! thanks -jochen On Thu, Nov 10, 2016 at 11:14 AM Kevin Read wrote: > Hi all, > > I'm in the process of porting my embedded v8 from a very old version to > current

[v8-users] Embedded v8 in Android: crash when executing persistent Function in another thread

2016-11-10 Thread Kevin Read
Hi all, I'm in the process of porting my embedded v8 from a very old version to current stable. I have this code that is called from JNI from a different thread than the one that initially created the Isolate and the initial context: v8::Locker l (isolate); Isolate::Scope