-
Notifications
You must be signed in to change notification settings - Fork 308
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
Python test suite failure #376
Comments
I'm on a rolling Debian distribution I grabbed a fresh copy of ABSL LTS and did this:
And followed up with compiling S2 (clean checkout of the And
|
Thanks, but using the exact same checkouts and configuration as above still segfaults here. For reference, I originally used the libabsl-dev version 20240116.2-2 package from Debian experimental which has this configuration:
As I don't need the Python binding I'm going to leave this be, but it would be nice to have this fixed this eventually. |
@tpikonen Which of the |
I built the v0.11.1 git tag (master failed to build) on Debian trixie with this config:
The python binding test suite fails with a segfault:
The failing test class is
S2BuilderTest
:Anything with a call to
S2Builder.AddEdge()
(i.e. all tests in this class) results in a segfault.The text was updated successfully, but these errors were encountered: