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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 18 Jan 2021 11:07PM UTC
Files 22
Run time 1s
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

18 Jan 2021 11:07PM UTC coverage: 79.425%. Remained the same
494703712.1

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

Source Files on job 494703712.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 494703712
  • fba2fb51 on github
  • Prev Job for on develop (#483238100.1)
  • Next Job for on develop (#499258587.1)
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