Skip to content

Execution failed for objects test_loadtxt_qp.exe and test_savetxt_qp.exe #547

Open
@Beliavsky

Description

@Beliavsky

Running GNU Fortran (GCC) 12.0.0 20210718 from equation.com on Windows 10, and using fpm

git checkout stdlib-fpm
fpm build --profile release
fpm test

I get

<ERROR> Execution failed for object " test_loadtxt_qp.exe "
<ERROR> Execution failed for object " test_savetxt_qp.exe "
<ERROR>*cmd_run*:stopping due to failed executions
STOP 1

Running the executable manually I get

c:\fortran\public_domain\github\stdlib>c:\fortran\public_domain\github\stdlib\build\gfortran_2A42023B310FA28D\test\test_loadtxt_qp.exe

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x43c85b
#1  0x432724
#2  0x418e71
#3  0xe193ad57
#4  0xe2f0826e
#5  0xe2e959c9
#6  0xe2f0727d
#7  0xffffffff

c:\fortran\public_domain\github\stdlib>c:\fortran\public_domain\github\stdlib\build\gfortran_2A42023B310FA28D\test\test_savetxt_qp.exe

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x44e42b
#1  0x4442f4
#2  0x41a6f1
#3  0xe193ad57
#4  0xe2f0826e
#5  0xe2e959c9
#6  0xe2f0727d
#7  0xffffffff

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbuild: fpmIssue with stdlib's automatic exported fpm buildcompiler: gfortranSpecific to GCC Fortran compiler

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions