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

tarantool / tarantool / 9792750389
87%
master: 88%

Build:
Build:
LAST BUILD BRANCH: Godrik0/gh-11759-fail_if-config-check
DEFAULT BRANCH: master
Ran 04 Jul 2024 10:43AM 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.073%. Remained the same
9792750389

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

(cherry picked from commit 7db4de75f)

67410 of 119915 branches covered (56.21%)

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

44 existing lines in 17 files now uncovered.

100136 of 115002 relevant lines covered (87.07%)

2452348.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9792750389.1 04 Jul 2024 10:43AM UTC 0
87.07
GitHub Action Run
Source Files on build 9792750389
Detailed source file information is not available for this build.
  • Back to Repo
  • ac33ef4b on github
  • Prev Build on release/3.1 (#9682210308)
  • Next Build on release/3.1 (#9837616200)
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