Andrew Kane

Results 242 comments of Andrew Kane

Hey @joegaudet, thanks for reporting. The library shouldn't segfault with any implementation, so seems like a bug. What OS and Ruby version are you on? There have been some segfaults...

Thanks, and which solver is it?

Hey @joegaudet, can you try uninstalling the gem and using Rice from GitHub to see if that fixes it? ```sh gem uninstall --all or-tools bundle add rice --github jasonroelofs/rice bundle...

Hmm, using Rice from GitHub seems to make a difference on CI, even with the commit that matches the latest release, so don't think it's related to the referenced issue...

Quick update: Found a memory issue / the likely culprit - still working on how to solve.

Hi @khadzhinov, only the latest version is supported (which requires Ruby 3+). Also, I'm no longer seeing the memory issue, fwiw.

Hi @glenbray, thanks for the suggestion. Added in the commit above.

Seeing segfaults on Ubuntu - need to dig into it more.

Hey @4ndypanda, will take a look at this as part of 2.0 since it's a breaking change.

Hi @alec-c4, I'm not sure how to reproduce the error. ```ruby require "bundler/inline" gemfile do source "https://rubygems.org" gem "activerecord", require: "active_record" gem "sqlite3" gem "lockbox" gem "blind_index" gem "bcrypt" end...