We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get a segfault when running the following code:
#!/usr/bin/env ruby require "gtk4" require "trie" t = Trie.new
If I remove "require "gtk4", then it works fine. Not sure if bug is in the gtk4 gem or the trie gem.
Requirements:
gem install fast_trie gem install gtk4
Using ruby version ruby 3.1.4p223
The text was updated successfully, but these errors were encountered:
I think that gtk4 isn't related. I think that trie_new()
trie_new()
trie/ext/trie/trie.c
Line 18 in b749c47
AlphaMap *
Sorry, something went wrong.
No branches or pull requests
I get a segfault when running the following code:
If I remove "require "gtk4", then it works fine. Not sure if bug is in the gtk4 gem or the trie gem.
Requirements:
Using ruby version ruby 3.1.4p223
The text was updated successfully, but these errors were encountered: