Re: [v8-users] Profiler: Application crash in HandleProfilerSignal

2015-12-01 Thread Jochen Eisinger
Hi! can you provide some stack traces, or at least some info on where it actually crashes? best -jochen On Mon, Nov 30, 2015 at 6:16 PM Mihail Slavchev wrote: > Hi guys, > > NativeScript developer here. We embed V8 (4.5.103) in android apps and I > am trying to

[v8-users] Re: Correct use of V8::TerminateExecution(isolate)

2015-12-01 Thread Danny Dorfman
Any news on this issue? On Tuesday, December 11, 2012 at 11:06:05 AM UTC+2, Paul Harris wrote: > > Hello again, > > I have a new question, this has been causing my host app to crash > regularly. > > I use the V8 engine in multiple threads concurrently using Isolates - > works great. > >

Re: [v8-users] Re: Correct use of V8::TerminateExecution(isolate)

2015-12-01 Thread Ben Noordhuis
On Tue, Dec 1, 2015 at 1:57 PM, Danny Dorfman wrote: > Any news on this issue? It looks like expected behavior to me. The isolate is in the process of shutting down, you need to be prepared to handle empty handles everywhere. That should be a little easier (or at least

Re: [v8-users] Profiler: Application crash in HandleProfilerSignal

2015-12-01 Thread Mihail Slavchev
Hi Jochen, Thank you for the quick response. When I run the app under GDB (V8 is built in debug) I get the following stack: Thread [1] 14835 [core: 1] (Suspended : Signal : SIGSEGV:Segmentation fault) 0x0 v8::internal::SamplingCircularQueue

Re: [v8-users] Profiler: Application crash in HandleProfilerSignal

2015-12-01 Thread Mihail Slavchev
A quick update: I managed to get bigger call stack on Android 4.4.2 device (the previous one was Android 5.1.1). Here is the stack Thread [1] 29168 [core: 0] (Suspended : Signal : SIGILL:Illegal instruction) v8::base::OS::Abort() at platform-posix.cc:228 0x617ac930 V8_Fatal() at