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

tarantool / tarantool / 6587227539
88%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2023 11:52AM UTC
Jobs 1
Files 499
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:41AM UTC coverage: 86.288% (-0.02%) from 86.305%
6587227539

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

64970 of 117020 branches covered (0.0%)

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

96720 of 112090 relevant lines covered (86.29%)

2655245.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6587227539.1 20 Oct 2023 11:52AM UTC 0
86.29
GitHub Action Run
Source Files on build 6587227539
Detailed source file information is not available for this build.
  • Back to Repo
  • cb8e903b on github
  • Prev Build on master (#6587049879)
  • Next Build on master (#6587253500)
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