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

tarantool / tarantool / 6587264376
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: ninarodicova/tests
DEFAULT BRANCH: master
Ran 20 Oct 2023 12:12PM UTC
Jobs 1
Files 476
Run time 21s
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

20 Oct 2023 11:43AM UTC coverage: 85.87% (+0.003%) from 85.867%
6587264376

push

github

locker
fiber: use alternative signal stack

We install a signal handler that prints the stack trace on SIGSEGV,
SIGBUS, SIGILL, SIGFPE. The signal handler uses the current stack.
This works fine for most issues, but not for stack overflow, because
the latter makes the current stack unusable, leading to a crash in
the signal handler. Let's install an alternative signal stack in each
thread so that we can print the stack trace on stack overflow.

Note that we skip this for ASAN because it installs its own signal
stack. (Installing a custom stack would result in a crash.)

Closes #9222

NO_DOC=bug fix

(cherry picked from commit cb8e903b2)

62395 of 114277 branches covered (0.0%)

15 of 15 new or added lines in 1 file covered. (100.0%)

93448 of 108825 relevant lines covered (85.87%)

2819436.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6587264376.1 20 Oct 2023 12:12PM UTC 0
85.87
GitHub Action Run
Source Files on build 6587264376
Detailed source file information is not available for this build.
  • Back to Repo
  • a4efd470 on github
  • Prev Build on release/2.11 (#6546689118)
  • Next Build on release/2.11 (#6625466636)
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