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

[BUG] TestFem.test_integrate_gradient_cpu segfaults on arm64 macOS runner #356

Open
shi-eric opened this issue Nov 14, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@shi-eric
Copy link
Contributor

Bug Description

https://github.com/NVIDIA/warp/actions/runs/11832532560/job/32970493971 was the first workflow that started failing. By running the tests serially, we see that there's something about test_integrate_gradient_cpu that is problematic on the macos-latest runner provided by GitHub, which happens to be an arm64 runner. The problem seems to be avoided if we switch to an x86_64 runner by using the macos-13 tag...

test_grid_2d_cpu (warp.tests.test_fem.TestFem.test_grid_2d_cpu) ...
test_grid_2d_cpu (warp.tests.test_fem.TestFem.test_grid_2d_cpu) ... ok
test_grid_3d_cpu (warp.tests.test_fem.TestFem.test_grid_3d_cpu) ...
test_grid_3d_cpu (warp.tests.test_fem.TestFem.test_grid_3d_cpu) ... ok
test_hex_mesh_cpu (warp.tests.test_fem.TestFem.test_hex_mesh_cpu) ...
test_hex_mesh_cpu (warp.tests.test_fem.TestFem.test_hex_mesh_cpu) ... ok
test_implicit_fields (warp.tests.test_fem.TestFem.test_implicit_fields) ...
test_implicit_fields (warp.tests.test_fem.TestFem.test_implicit_fields) ... ok
test_integrate_gradient_cpu (warp.tests.test_fem.TestFem.test_integrate_gradient_cpu) ...
/Users/runner/work/_temp/ac229663-9565-4bb4-bb78-954bc9168419.sh: line 1:  3798 Segmentation fault: 11  python -m warp.tests --junit-report-xml rspec.xml --coverage --coverage-xml 

System Information

No response

@shi-eric shi-eric added the bug Something isn't working label Nov 14, 2024
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

No branches or pull requests

2 participants