You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@metdyn was having issues with the MAPL tests and GCC. Well, I had a gcc 14 stack on my laptop and tried it out.
When I did, MAPL develop threw this:
Start 16: MAPL.ExtData2G.tests
1/1 Test #16: MAPL.ExtData2G.tests .............***Exception: Illegal 0.11 sec
Start: <Test_ExtDataUpdatePointer_suite.test_get_adjusted_time>
.
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
Could not print backtrace: executable file is not an executable
Could not print backtrace: executable file is not an executable
Could not print backtrace: executable file is not an executable
Could not print backtrace: executable file is not an executable
Could not print backtrace: executable file is not an executable
Could not print backtrace: executable file is not an executable
Could not print backtrace: executable file is not an executable
#0 0x103dd2d2f
#1 0x103dd1d83
#2 0x19f8fe583
#3 0x1f7cfdcd3
#4 0x1f7c7df37
#5 0x1a9c21053
#6 0x1a9c20eb3
#7 0x19f71d3e7
#8 0x19f72c8d7
#9 0x1a9d7263b
#10 0x1a9c4a777
#11 0x19f71d3e7
#12 0x19f71ec67
#13 0x1a9c20c27
#14 0x103fb6023
#15 0x103fbb8d3
#16 0x1f66863af
0% tests passed, 1 tests failed out of 1
Label Time Summary:
ESSENTIAL = 0.11 sec*proc (1 test)
Total Test time (real) = 0.12 sec
The following tests FAILED:
16 - MAPL.ExtData2G.tests (ILLEGAL) ESSENTIAL
Errors while running CTest
SIGILL is...interesting.
I'm building a clang-gfortran 14 stack now to see if that changes anything.
Confirmed that clang-gfortran-14 throws the same error. So it seems to be macOS + GNU as our CI would throw these if Linux + GNU did it.
The text was updated successfully, but these errors were encountered:
Note: Not sure who to assign with this. The test was written by @darianboggs but it's been there for 2 months. I have to have tried MAPL on my laptop since then!
@metdyn was having issues with the MAPL tests and GCC. Well, I had a gcc 14 stack on my laptop and tried it out.
When I did, MAPL
develop
threw this:SIGILL
is...interesting.I'm building a clang-gfortran 14 stack now to see if that changes anything.Confirmed that clang-gfortran-14 throws the same error. So it seems to be macOS + GNU as our CI would throw these if Linux + GNU did it.
The text was updated successfully, but these errors were encountered: