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

tarantool / tarantool / 9792750389 / 1
87%
master: 88%

Build:
Build:
LAST BUILD BRANCH: iverbin/malloc_trim
DEFAULT BRANCH: master
Ran 04 Jul 2024 10:43AM UTC
Files 513
Run time 22s
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.1

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%)

100136 of 115002 relevant lines covered (87.07%)

2452348.46 hits per line

Source Files on job 9792750389.1
  • Tree
  • List 0
  • Changed 432
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 9792750389
  • ac33ef4b on github
  • Prev Job for on release/3.1 (#9682210308.1)
  • Next Job for on release/3.1 (#9837616200.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