Regression in YARP master branch between January 4th and January 13th #86
traversaro
started this conversation in
Announcements
Replies: 1 comment
-
Great debugging work 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @robotology/all-robotology-developers,
a serious regression (a memory leak in the
Bottle
class) was introduced on YARP master branch on January 4th [1] and was discovered and fixed on January 13th [2].If you recently updated an installation based on YARP master branch and your are experiencing any strange behaviour, please update to the latest version of the YARP master branch.
Regression tests using Valgrind have been introduced [3] to make sure that our Continuous Integration system will now catch this kind of issues.
[1] : robotology/yarp@65847b4
[2] : robotology/yarp@d384666
[3] : robotology/yarp#667
Beta Was this translation helpful? Give feedback.
All reactions