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

Doxygen Test Fails with Core Dump on CTest #3345

Open
1970705507 opened this issue Sep 11, 2024 · 0 comments
Open

Doxygen Test Fails with Core Dump on CTest #3345

1970705507 opened this issue Sep 11, 2024 · 0 comments
Labels
type: bug Something isn't working type: new A new issue has been created and requires attention

Comments

@1970705507
Copy link

Describe the bug
While running the CTest for the Doxygen check, the test fails with a core dump. The detailed error output indicates that the Doxygen command was terminated unexpectedly.And doxygen.err is empty

Command Executed:
ctest -V -R Doxygen

Error Output:
UpdateCTestConfiguration from :/home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release/DartConfiguration.tcl
Parse Config file:/home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release/DartConfiguration.tcl
UpdateCTestConfiguration from :/home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release/DartConfiguration.tcl
Parse Config file:/home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release/DartConfiguration.tcl
Test project /home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 205
Start 205: testDoxygenCheck

205: Test command: /usr/bin/bash "-c" "/usr/bin/cmake -E make_directory /home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release/html && /home/jinziwei/Software/GEOSimulation/thirdPartyLibs/install-your-platform-release/doxygen/bin/doxygen Doxyfile 2> >(tee doxygen.err) >/dev/null && exit $(cat doxygen.err | wc -l)"
205: Working Directory: /home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release/docs/doxygen
205: Test timeout computed to be: 1500
205: /usr/bin/bash:行 1: 471892 已放弃 (核心已转储)/home/jinziwei/Software/GEOSimulation/thirdPartyLibs/install-your-platform-release/doxygen/bin/doxygen Doxyfile 2> >(tee doxygen.err) > /dev/null
1/1 Test #205: testDoxygenCheck .................***Failed 1.42 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 1.43 sec

The following tests FAILED:
205 - testDoxygenCheck (Failed)
Errors while running CTest
Output from these tests are in: /home/jinziwei/Software/GEOSimulation/GEOS/build-your-platform-release/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Steps to Reproduce:

Run ctest -V -R Doxygen in the build directory.
Observe that the test fails with a core dump.
Additional Information: Please let me know if any additional information is required or if there are any suggested steps to resolve this issue.

Thank you for your assistance.

@1970705507 1970705507 added type: bug Something isn't working type: new A new issue has been created and requires attention labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: new A new issue has been created and requires attention
Projects
None yet
Development

No branches or pull requests

1 participant