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

Integration tests failed : double free or corruption #662

Open
XINJIANGMO opened this issue Mar 16, 2025 · 0 comments
Open

Integration tests failed : double free or corruption #662

XINJIANGMO opened this issue Mar 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@XINJIANGMO
Copy link

XINJIANGMO commented Mar 16, 2025

Environment

  • OS Version: Ubuntu 24.04
  • Source or binary build? Source,gz-gui9

Description

  • Expected behavior: test passed
  • Actual behavior: test failed

Steps to reproduce

  1. set up the workspace environment
  2. cd your_ws/build/gz-gui9/bin
  3. ./INTEGRATION_camera_tracking
    ./INTEGRATION_marker_manager
    ./INTEGRATION_minimal_scene
    ./INTEGRATION_transport_scene_manager

Output

In the console, the output like this :

[       OK ] MinimalSceneTest.Config (4768 ms)
[----------] 1 test from MinimalSceneTest (4768 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (4768 ms total)
[  PASSED  ] 1 test.
double free or corruption (!prev)
[       OK ] MarkerManagerTestFixture.MarkerManager (3153 ms)
[----------] 1 test from MarkerManagerTestFixture (3153 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (3153 ms total)
[  PASSED  ] 1 test.
double free or corruption (!prev)
[       OK ] MinimalSceneTest.Config (865 ms)
[----------] 2 tests from MinimalSceneTest (1097 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (1097 ms total)
[  PASSED  ] 2 tests.
double free or corruption (!prev)
[       OK ] TransportSceneManagerTest.Config (2367 ms)
[----------] 2 tests from TransportSceneManagerTest (2631 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (2631 ms total)
[  PASSED  ] 2 tests.
double free or corruption (!prev)

Although the console ouputs seem these tests have passed , they have a same memory management problem : double free. And they are recorded in LastTestsFailed after running

@XINJIANGMO XINJIANGMO added the bug Something isn't working label Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Inbox
Development

No branches or pull requests

1 participant