-
-
Notifications
You must be signed in to change notification settings - Fork 136
App crashes when V8 profiler is enabled #191
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I believe this could be related to this issue The issue in v8 is here |
We did some research on the matter, I think @slavchev may share some info. |
So far it seems there is a bug in V8 stack unwinding logic (more details at https://groups.google.com/forum/#!topic/v8-users/z8Fz3lsm8iE). As an immediate step we will try to upgrade to the latest V8. |
Closing this issue until further need. |
App crashes when V8 profiler is enabled via
__startCPUProfiler('test');
Logcat output:
The text was updated successfully, but these errors were encountered: