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

tarantool / tarantool / 9792712750
88%

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2024 10:38AM UTC
Jobs 1
Files 513
Run time 1min
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

04 Jul 2024 10:25AM UTC coverage: 87.089% (+0.004%) from 87.085%
9792712750

push

github

locker
fiber: fix leak on dead joinable fiber search

When fiber is accessed from Lua we create a userdata object and keep the
reference for future accesses. The reference is cleared when fiber is
stopped. But if fiber is joinable is still can be found with
`fiber.find`. In this case we create userdata object again.
Unfortunately as fiber is already stopped we fail to clear the
reference. The trigger memory that clear the reference is also leaked.
As well as fiber storage if it is accessed after fiber is stopped.

Let's add `on_destroy` trigger to fiber and clear the references there.

Note that with current set of LSAN suppressions the trigger memory leak
of the issue is not reported.

Closes #10187

NO_DOC=bugfix

67705 of 120825 branches covered (56.04%)

19 of 20 new or added lines in 2 files covered. (95.0%)

41 existing lines in 20 files now uncovered.

100429 of 115318 relevant lines covered (87.09%)

2460125.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9792712750.1 04 Jul 2024 10:38AM UTC 0
87.09
GitHub Action Run
Source Files on build 9792712750
Detailed source file information is not available for this build.
  • Back to Repo
  • 7db4de75 on github
  • Prev Build on master (#9785349017)
  • Next Build on master (#9836530424)
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