Closed matekelemen closed 4 months ago
Hi @matekelemen
I somehow missed this issue - is this problem still present?
I haven't seen it recently, but I haven't been active lately either. If I run into it again I'll repoen the issue.
Thanks for the fix again!
The
MPMApplication
regularly fails at the (single-rank) python test phase with no message whatsoever.I haven't checked but I assume it's some sort of memory corruption because
unittest
can't even generate an error report. If you have trouble finding the issue, I recommend taking the time to compile with ASAN enabled (-fsanitize=address
) and sift through the report it generates for each test case separately.Here's a complete report of a recent Windows CI failure from #12254: ci_log.txt