You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
My application started exiting with status code 1 and I think one time I've seen signal 11 too.
Investigation narrowed it down to this line:
let mut local = $wrapper{
origin: Box::new(origin),
ptr: ::std::mem::uninitialized(),
I've replaced uninitialized() with zeroed() and my app is working again: vchekan@21f25e6
I do not understand qml low level api and I am not sure what is going on with pointer manipulations in $wrapper::with_no_props() and QmlObject::new() so i do not consider it a proper fix, so if somebody has insight, please share.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My application started exiting with status code 1 and I think one time I've seen signal 11 too.
Investigation narrowed it down to this line:
I've replaced uninitialized() with zeroed() and my app is working again:
vchekan@21f25e6
I do not understand qml low level api and I am not sure what is going on with pointer manipulations in $wrapper::with_no_props() and QmlObject::new() so i do not consider it a proper fix, so if somebody has insight, please share.
The text was updated successfully, but these errors were encountered: