-
-
Notifications
You must be signed in to change notification settings - Fork 13
example panics #40
Comments
Can you add printing value of pointer |
@EPashkin The extension pointer seems valid, but |
@vhdirk Can you point me to "webkit2gtk example does provide a string variant"? |
Silly question: with what feature you build https://github.com/gtk-rs/webkit2gtk-rs/blob/master/examples/main.rs#L39 ? |
@EPashkin: It's indeed this one: https://github.com/gtk-rs/webkit2gtk-rs/blob/f8cf9de1c8c3e6c1f4bfa61ab8ecb5be0fb99e6f/examples/main.rs#L39 I'm building that with just the plain defaults that are there. |
If "plain defaults" meant no "--feature v2_4" of added |
If any of these changes in webkit2gtk-rs fixed problem then we can update #41 as currently it still contains panic. |
I can confirm it panics for me when I don't set the feature. With the feature, everything works well with both of your PRs @EPashkin. |
@antoyo Thanks for confirmation |
@vhdirk: Can this be closed? |
When trying to get the example running, it crashes with the following error:
I've run a cargo update for both this example and the accompanying webkit2gtk-rs example. I remember that this used to work nicely a couple of months ago (definitively pre glib-rs 0.7)
The text was updated successfully, but these errors were encountered: