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

Fix order destruction of PeriodicHeartbeatEvent [14801] #2727

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

richiware
Copy link
Member

Description

Fixes a segmentation fault introduced in #2642.

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added.
  • Any new/modified methods have been properly documented using Doxygen.
  • Fast DDS test suite has been run locally.
  • Changes are ABI compatible.
  • Changes are API compatible.
  • Documentation builds and tests pass locally.
  • New feature has been added to the versions.md file (if applicable).
  • New feature has been documented/Current behavior is correctly described in the documentation.

Reviewer Checklist

  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
@richiware richiware changed the title Fix destruction ordering of PeriodicHeartbeatEvent Fix order destruction of PeriodicHeartbeatEvent Jun 6, 2022
@richiware richiware changed the title Fix order destruction of PeriodicHeartbeatEvent Fix order destruction of PeriodicHeartbeatEvent [14801] Jun 6, 2022
Barry-Xu-2018 pushed a commit to Barry-Xu-2018/Fast-DDS that referenced this pull request Jun 6, 2022
* Squash of low-bandwidth-plugins development:

Refs eProsima#2731. Initial version of DataTransformTransport

Refs eProsima#2731. DataTransformTransport implementation complete + unit test

Refs eProsima#2731. Refactor of DataTransformTransport with middle class ChainingTransport

Refs eProsima#2752. Refactor to pass participant properties on transport creation

Refs eProsima#2691. Added some utils to StringMatching class

Refs eProsima#2693. Headers reduction transport implementation

Refs eProsima#2759. Blackbox test and bug fixing

Refs eProsima#2759. Fixing compiler warnings

Refs eProsima#2692. Added Payload Compression Transport (ZLIB only)

Refs eProsima#2692. Added BlackBox test for ZLib transport

Refs eProsima#2692. Added BZIP2 compression

Refs eProsima#2692. Added BlackBox test for BZip2 transport

Refs eProsima#2692. Fixing compiler warnings

Refs eProsima#2692. Added automatic compression implementation

Refs eProsima#2692. Added blackbox test for automatic compression

Refs eProsima#2692. Only compiling compression transport when compression libraries are found

Refs eProsima#2727. Added source timestamp transport

Refs eProsima#2727. Added blackbox test for source timestamp transport

Refs eProsima#2693. Removing unsupported entity ids

Refs eProsima#2693. Fix of bug in HeaderReduction_Recover

Refs eProsima#2769. Documenting interfaces and some optimizations

Refs eProsima#2691. Added blackbox test chaining several transports

Better doc on some transports

Refs eProsima#2787. Fixed bug in SourceTimestamp transport

Refs eProsima#2787. Added examples to test interoperability

Refs eProsima#2787. Interop example improved

Refs eProsima#2787. Added dump capabiliy to HeaderReductionTransport

Refs eProsima#2787. Added dump to test participants

Refs eProsima#2787. Fixed bug in SourceTimestampTransport

Refs eProsima#2787. Improving tests and dump

Refs eProsima#2787. Improving example

Refs eProsima#2787. Fixing entiy id packing

Refs eProsima#2787. Message sent improved

Refs eProsima#2787. Added dump of low level data

Refs eProsima#2787. Testing improvements

Refs eProsima#2787. Changing data type

Refs eProsima#2787. Test data

Refs eProsima#2787. Adding parameters to endpoints

Refs eProsima#2787. Conditional compilation of debug dump

Refs eProsima#2691. Changing example name

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Fixing compilation errors after rebase.

Signed-off-by: Ricardo González Moreno <correoricky@gmail.com>

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* New features

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Refs #10121. Fix error creating output channel.

Signed-off-by: Ricardo González Moreno <correoricky@gmail.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Refs #12290. Uncrustify

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Moved example to other repo

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Refs #12290. Fix warning on windows

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Refs #12290. Fix warning on windows

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Refs #12290. Fix warnings on Mac

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Refs 12290. Fix old uncrustify

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

* Apply suggestions from code review

Co-authored-by: José Luis Bueno López <69244257+JLBuenoLopez-eProsima@users.noreply.github.com>

* Refs #12290. Apply suggestions.

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

* Refs #12290. Apply suggestions

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

* Refs #12290. Add blackbox test.

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

* Refs #12290. Fix license

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

* Refs #12290. Fix warning on mac

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

Co-authored-by: Miguel Company <MiguelCompany@eprosima.com>
Co-authored-by: Luis LG. Gasco <luisgasco@eprosima.com>
Co-authored-by: José Luis Bueno López <69244257+JLBuenoLopez-eProsima@users.noreply.github.com>
Copy link
Member

@MiguelCompany MiguelCompany left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@EduPonz EduPonz left a comment

Choose a reason for hiding this comment

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

LGTM

@EduPonz EduPonz added this to the v2.6.1 milestone Jun 6, 2022
@MiguelCompany MiguelCompany merged commit 6f3da27 into master Jun 6, 2022
@MiguelCompany MiguelCompany deleted the hotfix/14800 branch June 6, 2022 17:34
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

Successfully merging this pull request may close these issues.

3 participants