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

Fixing some data races and lock ordering [5361] #520

Merged
merged 5 commits into from
May 13, 2019

Conversation

MiguelCompany
Copy link
Member

No description provided.

@MiguelCompany MiguelCompany changed the title Fixing some data races and lock ordering Fixing some data races and lock ordering [5361] May 10, 2019
@raquelalvarezbanos raquelalvarezbanos self-requested a review May 10, 2019 11:13
@@ -1027,7 +1027,7 @@ bool EDP::pairing_writer_proxy_with_local_reader(const GUID_t& local_reader, con
bool EDP::pairing_remote_writer_with_local_reader_after_security(const GUID_t& local_reader,
const WriterProxyData& remote_writer_data)
{
std::lock_guard<std::recursive_mutex> pguard(*mp_PDP->getMutex());
// std::lock_guard<std::recursive_mutex> pguard(*mp_PDP->getMutex());
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to keep this commented out code? (same above)

Copy link
Member Author

Choose a reason for hiding this comment

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

both removed.

@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@MiguelCompany MiguelCompany force-pushed the bugfix/helgrind-warnings branch from 13e5233 to 099b067 Compare May 11, 2019 09:42
@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@MiguelCompany MiguelCompany force-pushed the bugfix/helgrind-warnings branch from 099b067 to 10370fd Compare May 13, 2019 06:18
@MiguelCompany MiguelCompany force-pushed the bugfix/helgrind-warnings branch from 10370fd to 94163cd Compare May 13, 2019 06:31
@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@richiware
Copy link
Member

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@MiguelCompany MiguelCompany merged commit e3e6728 into release/1.8.0 May 13, 2019
@MiguelCompany MiguelCompany deleted the bugfix/helgrind-warnings branch May 13, 2019 09:01
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