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

segfault in NECI tests #17164

Closed
boegel opened this issue Jan 20, 2023 · 3 comments
Closed

segfault in NECI tests #17164

boegel opened this issue Jan 20, 2023 · 3 comments

Comments

@boegel
Copy link
Member

boegel commented Jan 20, 2023

The test step of NECI-20220711-foss-2022a.eb fails with segfaults when not enough memory is available:

The following tests FAILED:
         27 - test_neci_back_spawn_excit_gen (SEGFAULT)
         28 - test_kneci_back_spawn_excit_gen (SEGFAULT)
         29 - test_dneci_back_spawn_excit_gen (SEGFAULT)
         30 - test_mneci_back_spawn_excit_gen (SEGFAULT)
         31 - test_kdneci_back_spawn_excit_gen (SEGFAULT)
         32 - test_kmneci_back_spawn_excit_gen (SEGFAULT)

I saw this when ~44GB or even ~88GB is available.

@boegel boegel added this to the next release (4.7.1?) milestone Jan 20, 2023
@boegel
Copy link
Member Author

boegel commented Jan 20, 2023

I've tried forcing that only one test at a time is run by using ctest -j 1 instead of ctest -j, but that doesn't help...

Any ideas here @lexming?

Can we do better than somehow producing a helpful error message to suggest doing the installation in an environment with more available memory if the test suite failed?

@boegel
Copy link
Member Author

boegel commented Nov 13, 2024

Seeing this again when building NECI with GCC 12.3.0 (foss/2023a), via #21616, so I've reported this upstream:

@lexming
Copy link
Contributor

lexming commented Dec 18, 2024

@lexming lexming closed this as completed Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants