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

CMake Fortran is broken on Ubuntu Linux #482

Closed
derobins opened this issue Feb 4, 2024 · 1 comment
Closed

CMake Fortran is broken on Ubuntu Linux #482

derobins opened this issue Feb 4, 2024 · 1 comment
Assignees
Labels
Component - Fortran Fortran wrappers Priority - 0. Blocker ⛔ This MUST be merged for the release to happen Type - Bug Please report security issues to help@hdfgroup.org instead of creating an issue on GitHub

Comments

@derobins
Copy link
Member

derobins commented Feb 4, 2024

The Fortran ftest test fails on Ubuntu Linux 22.04.3 w/ gfortran 11.4.0. It passes on the Autotools. The Fortran interface has problems due to the way we jam 64-bit addresses into 32-bit Fortran integers, but we should investigate this since it works on the Autotools. We'll at least want to understand the problem.

        Start  69: ftest
 69/475 Test  #69: ftest ............................................................***Exception: SegFault  0.12 sec
99% tests passed, 1 tests failed out of 475

Label Time Summary:
HDF4Examples_SD         =   0.22 sec*proc (17 tests)
HDF4_HDF_TEST           =   1.19 sec*proc (64 tests)
HDF4_MFHDF_DUMPER       =   1.59 sec*proc (172 tests)
HDF4_MFHDF_FORTRAN      =   0.02 sec*proc (4 tests)
HDF4_MFHDF_HDFIMPORT    =   0.25 sec*proc (35 tests)
HDF4_MFHDF_HDIFF        =   0.28 sec*proc (16 tests)
HDF4_MFHDF_HREPACK      =   2.99 sec*proc (36 tests)
HDF4_MFHDF_NCDUMP       =   0.04 sec*proc (5 tests)
HDF4_MFHDF_NCGEN        =   0.06 sec*proc (6 tests)
HDF4_MFHDF_NCTEST       =   0.01 sec*proc (1 test)
HDF4_MFHDF_TEST         =   0.08 sec*proc (3 tests)
“JAVA”              =   1.20 sec*proc (20 tests)
“MFHDF”             =   5.24 sec*proc (275 tests)

Total Test time (real) =   9.41 sec

The following tests FAILED:
	 69 - ftest (SEGFAULT)
Errors while running CTest
@derobins derobins added Component - Fortran Fortran wrappers Type - Bug Please report security issues to help@hdfgroup.org instead of creating an issue on GitHub Priority - 0. Blocker ⛔ This MUST be merged for the release to happen labels Feb 4, 2024
@derobins derobins added this to the 4.3.0 milestone Feb 4, 2024
@derobins
Copy link
Member Author

Fixed after #518 was merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Fortran Fortran wrappers Priority - 0. Blocker ⛔ This MUST be merged for the release to happen Type - Bug Please report security issues to help@hdfgroup.org instead of creating an issue on GitHub
Projects
Status: Done
Development

No branches or pull requests

3 participants