• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

spirit-code / spirit / 494703712
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 18 Jan 2021 11:07PM UTC
Jobs 1
Files 22
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
494703712

push

github

G. P. Mueller
Bugfix in Core: deadlock in `OrderedLock` class. If a second thread called `lock` and was waiting on `cvar.back()`, the referenced `std::condition_variable` could be destructed by the first locking thread calling `unlock`, causing the second thread to `wait` forever. This is fixed by `pop`ing the queue only after `wait` completed (i.e. within `lock`). Additionally, spurious wakeups could cause the `wait` to end prematurely, which is fixed by using the predicated overload. Also made some naming improvements and fixed formatting.

1050 of 1322 relevant lines covered (79.43%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 494703712.1 18 Jan 2021 11:07PM UTC 0
79.43
Source Files on build 494703712
Detailed source file information is not available for this build.
  • Back to Repo
  • fba2fb51 on github
  • Prev Build on develop (#483238100)
  • Next Build on develop (#499258587)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc