#49572 ns_job_wait race on condvar
Closed: wontfix 6 years ago Opened 6 years ago by firstyear.

Issue Description

Because ns_job_wait is on a mutex waiting for release, ns_job_done doesn't know this and may dispose of it before the signal is sent. This can cause issues as found by @spichugi. It's very rare, but easy to fix.


Metadata Update from @spichugi:
- Issue assigned to spichugi (was: firstyear)

6 years ago

Metadata Update from @spichugi:
- Custom field component adjusted to None
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

6 years ago

commit b831d6a
Author: Simon Pichugin spichugi@redhat.com
Date: Fri Mar 2 13:00:25 2018 +0100

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2631

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

3 years ago

Login to comment on this ticket.

Metadata