Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can`t start application on any device after tns was updated #402

Closed
casufi opened this issue Aug 18, 2016 · 6 comments
Closed

Can`t start application on any device after tns was updated #402

casufi opened this issue Aug 18, 2016 · 6 comments

Comments

@casufi
Copy link

casufi commented Aug 18, 2016

I am getting "Unfortunately, myappname has stopped" when i try to debug my app on any Android devace (AVD Geanymotion)
http://pastebin.com/raw/edqzXR5R

@slavchev
Copy link

Hi @casufi

Currently we use a relatively old version of V8 which is known to have bugs in some RegEx/JIT scenarios. The good news is that we already prepared and tested a branch with newer version which will be merged for the next release. Meanwhile I would suggest to find which RegEx cause the problem and try to refactor the code around.

@casufi
Copy link
Author

casufi commented Aug 24, 2016

I tried ti build an empty project, that I created using tns create my-app-name --ng so I don`t know where I should check RegEx

@slavchev
Copy link

There are regular expressions in our modules (tns-core-modules). If this is critical for you I would suggest to inspect the code. Also, if you are able to reproduce it consistently on some device please report the exact device model. As for emulators maybe playing with the emulator setting (memory) would help to workaround the issue. Either way I will boost the priority of updating V8 to the latest version.

@hdeshev
Copy link
Contributor

hdeshev commented Sep 21, 2016

Does this issue still exist with NS 2.3.0. Didn't we update V8?

@slavchev
Copy link

@hdeshev In 2.3.0 we use the same V8 version as for 2.2.0. I guess the new branch will be merged next week.

@NickIliev
Copy link

The issue is not reproducible with the latest NativeScript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants