Skip to content

fix: Resolves a segmentation fault on macOS (ARM64)#3963

Open
OmarDuran wants to merge 3 commits intodevelopfrom
fix/oduran/suitesparse_ordering
Open

fix: Resolves a segmentation fault on macOS (ARM64)#3963
OmarDuran wants to merge 3 commits intodevelopfrom
fix/oduran/suitesparse_ordering

Conversation

@OmarDuran
Copy link
Contributor

The previous UMFPACK_ORDERING_BEST setting triggered external METIS calls that caused stack corruption due to library mismatch. This PR switches to UMFPACK_ORDERING_AMD to ensure stability on macOS (ARM64)

The previous UMFPACK_ORDERING_BEST setting triggered external METIS calls that caused stack corruption due to library mismatch.
@OmarDuran OmarDuran marked this pull request as ready for review February 5, 2026 00:37
@OmarDuran OmarDuran self-assigned this Feb 5, 2026
@castelletto1 castelletto1 added the ci: run integrated tests Allows to run the integrated tests in GEOS CI label Feb 5, 2026
@castelletto1
Copy link
Contributor

Let's run integrated tests.

@OmarDuran OmarDuran added ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run code coverage enables running of the code coverage CI jobs labels Feb 5, 2026
@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.87%. Comparing base (2acb3ef) to head (f029a49).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3963      +/-   ##
===========================================
- Coverage    58.87%   58.87%   -0.01%     
===========================================
  Files         1353     1353              
  Lines       112953   112955       +2     
===========================================
- Hits         66504    66502       -2     
- Misses       46449    46453       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci: run code coverage enables running of the code coverage CI jobs ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants