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

tarantool / tarantool / 30524871918

30 Jul 2026 07:59AM UTC coverage: 87.84% (-0.001%) from 87.841%
30524871918

push

github

locker
misc: make fiber_new non-failing

There are 2 cases when `fiber_new()` may fail:
1. stack allocation failure.
2. guard page protection with `mprotect()` failure.

Let's panic in the 1st case - we panic soon anyway as our policy is to
panic on runtime memory allocation failures.

Let's just drop a line in log in the 2d case, checking stack overflow is
not critical.

Closes #12338

@TarantoolBot document
Title: `fiber_new()`\`fiber_new_ex()` are changed to always be
successful

72032 of 120889 branches covered (59.59%)

107955 of 122899 relevant lines covered (87.84%)

1373001.54 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

94.25
/src/box/vy_write_iterator.c


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc