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
$ FoBiS.py build -f slsqp.fobis -mode tests-gnu-debug -t slsqp_test.f90 -force_compile && ./bin/slsqp_test
[...]
Target src/tests/slsqp_test.f90 has been successfully built
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7fdb1d6f0d01 in ???#1 0x7fdb1d6efed5 in ???#2 0x7fdb1d51620f in ???#3 0x7fffcc174fb8 in ???
Segmentation fault (core dumped)
Inspecting with GDB the problem occurs at slsqp_module.f90:398
call me%f(x,f,cvec)
Could it be a compiler bug that fails to get me%f correctly ?
The text was updated successfully, but these errors were encountered:
pirpyn
changed the title
GCC: Tests don't run in debug, segfault
Ubuntu WSL/GCC: Tests don't run in debug, segfault
Nov 10, 2020
This only happens on Ubuntu WSL
To reproduce
Inspecting with GDB the problem occurs at slsqp_module.f90:398
call me%f(x,f,cvec)
Could it be a compiler bug that fails to get me%f correctly ?
The text was updated successfully, but these errors were encountered: