-
-
Notifications
You must be signed in to change notification settings - Fork 34
Switching to v8 causing crash [ui-image] #81
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
Comments
Same problem here : lib nativescript-community/ui-image v4.0.11 and ns 7.0.10 |
Same for me on the latest Reproducible with Crash: Project to reproduce: https://github.com/romandragan/ui-image-crash-radlistview |
@NathanaelA @NathanWalker let me comment on this as i am the maintainer of the plugin. It really seems to be related with the v8 runtime. We dont see a crash on the classic runtime. |
@keerl, thanks for the detailed report and sample app. A PR that should address this issue is on the way. |
@darind damn you are fast ;) |
Works fine with |
Works now. Thanks @darind ! |
I am trying to get my app updated to use the iOS v8 runtime, but I am getting some bad crashes with virtually no errors in a few places.
The error stems from using the ui-image plugin. I have reported the issue there, but am adding it here as it seems to be specific to the v8 runtime and not the plugin as it works fine using
tns-ios
.Here is a simple demo app that shows the problem: v8-crash-ui-image.zip
When the app loads, it will start loading images and if you start scrolling down the app will violently crash with no error. See attached GIF for demo of crash.
I have to go into the crash logs to even see what happened. Here is the error I am getting from there.
The text was updated successfully, but these errors were encountered: