Hi guys,

NativeScript developer here. We embed V8 (4.5.103) in android apps and I am 
trying to diagnose an app crash (SIGILL) when the CPU profiler is enabled. 
It happens on ARM architecture, both on devices and emulators, and as far 
as I observed it happens only in stacks with mixed JavaScript, C++ and Java 
frames. Most often the crash happens 
in v8::internal::SignalHandler::HandleProfilerSignal but I saw it also to 
happen a few times in stack unwinding methods. I am not able to reproduce 
the crash on x86, both on devices and emulators.

I realize it is quite a corner case and I am looking for ways to collect 
more information so I can diagnose the crash better. Using debug build 
doesn't give me more information. Are there any build flags or other means 
so I can collect more data? Any ideas are appreciated.

TIA,
Mihail

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to