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

AddressSanitizer issue: residual parameters array and the UI #23

Open
nimrod-gileadi opened this issue Dec 5, 2022 · 8 comments
Open

Comments

@nimrod-gileadi
Copy link
Collaborator

When running the main binary under ASAN, there's a reliable crash:

  1. Launch binary.
  2. Switch from Humanoid to Quadruped Flat.
  3. As soon as the quadruped shows up, but before the simulation is automatically started, tap space.
@yuvaltassa
Copy link
Contributor

Is this still an issue?

@nimrod-gileadi
Copy link
Collaborator Author

Yep.

@scakki
Copy link

scakki commented Jun 12, 2023

Hello,
I am getting a segmentation error every time I switch from any task to Quadruped Flat Task. All other tasks seem to be working fine, except for Quadruped Flat. How can I fix this?
Thank you

@yuvaltassa
Copy link
Contributor

If you run with --task="Quadruped Flat" does this still happen, or only when switching in the UI?

@scakki
Copy link

scakki commented Jun 12, 2023

Yes. I get the same error in both situations.

@Lhumd
Copy link

Lhumd commented Oct 11, 2023

I had the same issue. I updated my python to 3.11, and now it works!

@scakki
Copy link

scakki commented Oct 11, 2023

Thank you for your response. This helps.

@thowell
Copy link
Collaborator

thowell commented Jan 12, 2024

@nimrod-gileadi is this still an issue?

I just tried it and did not experience the failure case. My steps to replicate:
cmake -G Ninja -DCMAKE_BUILD_TYPE=ASAN
cmake --build . --config=Release --target mjpc
./mjpc
Follow 1-3 above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants