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

Porting memory leak fixes from mainline repo #17

Merged
merged 5 commits into from
Jun 7, 2024

Conversation

mderbaso-deepx
Copy link
Collaborator

@mderbaso-deepx mderbaso-deepx commented Jun 4, 2024

Description

Porting commits related to resource deallocation from mainline

Motivation and Context

How Has This Been Tested?

ran empty simulation and one project-specific simulation


---

shameekganguly and others added 2 commits June 4, 2024 18:30
@detrabot
Copy link

detrabot commented Jun 5, 2024

@mderbaso-deepx mderbaso-deepx self-assigned this Jun 5, 2024
@mderbaso-deepx mderbaso-deepx added bugfix Fixes a bug labels Jun 5, 2024
@@ -39,23 +35,22 @@ RUN apt-get -qq update && \
wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - && \
add-apt-repository ppa:kisak/kisak-mesa && \
curl -sSL http://get.gazebosim.org | sh && \
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 800 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10 && \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we already have 11th version of compiler in image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm... it's not linking with g++10/11, it asks -fPIC, strange... Should investigate it, but later

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

about linking: gazebosim#950

@mderbaso-deepx mderbaso-deepx force-pushed the fixing/CU-86epcv4zv branch 2 times, most recently from 8b7930b to 376da91 Compare June 5, 2024 06:03
mjcarroll and others added 2 commits June 6, 2024 13:51
This was broken by gazebosim/gz-cmake#399, since
we dropped the gazebo-specific flag, we can use native CMake mechanism
for marking this library position-independent.

Signed-off-by: Michael Carroll <[email protected]>
@mderbaso-deepx mderbaso-deepx requested a review from a team June 6, 2024 05:35
@mderbaso-deepx mderbaso-deepx marked this pull request as ready for review June 6, 2024 05:41
@mderbaso-deepx
Copy link
Collaborator Author

Maybe enable merge w/o squash for this repo?

Copy link

@dmo-deepx dmo-deepx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very minor but important.
Just that one question please.

@mderbaso-deepx mderbaso-deepx merged commit 0a7f8b4 into gz-rendering7 Jun 7, 2024
1 check passed
@mderbaso-deepx mderbaso-deepx deleted the fixing/CU-86epcv4zv branch June 7, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants