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

Crash with GTK4 > 4.10 #12

Closed
hugopl opened this issue Nov 21, 2023 · 1 comment · Fixed by #13
Closed

Crash with GTK4 > 4.10 #12

hugopl opened this issue Nov 21, 2023 · 1 comment · Fixed by #13
Labels
bug Something isn't working

Comments

@hugopl
Copy link
Owner

hugopl commented Nov 21, 2023

The crash started when GTK4 changed the unstable API of SignalListItemFactory from Gtk::ListView to GObject::Object.

This triggered a bug in gi-crystal.

To reproduce: Try to open any documentation.

@hugopl hugopl added the bug Something isn't working label Nov 21, 2023
@hugopl
Copy link
Owner Author

hugopl commented Nov 21, 2023

Fixed by hugopl/gi-crystal#133

hugopl added a commit that referenced this issue Nov 21, 2023
hugopl added a commit that referenced this issue Nov 21, 2023
This crash only happens with GTK4 > ~4.6, it's caused
by a bug in gi-crystal that didn't crash before by pure luck.

Fixes #12
hugopl added a commit that referenced this issue Nov 21, 2023
This crash only happens with GTK4 > ~4.6, it's caused
by a bug in gi-crystal that didn't crash before by pure luck.

Fixes #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant