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

krakjoe / parallel / 27606194673
95%

Build:
DEFAULT BRANCH: develop
Ran 16 Jun 2026 08:57AM UTC
Jobs 18
Files 29
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

16 Jun 2026 08:56AM UTC coverage: 95.123% (-0.03%) from 95.154%
27606194673

push

github

web-flow
Narrow crash handler to undefined-function calls only (#378)

The SIGSEGV/VEH handler added in #355 caught *every* fault on a parallel
worker thread and converted it into a catchable IllegalInstruction error
via zend_bailout(). This masked genuine bugs (no backtrace, no core dump)
and longjmp-ing out of a signal handler is not async-signal-safe.

Restrict the conversion to the single case it was built for: a worker
faulting on a ZEND_INIT_FCALL to a function that is not in the worker's
function table (i.e. not provided via a bootstrap file). Any other fault
now falls through to the previous handler so it crashes properly with a
backtrace / core dump.

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

1 existing line in 1 file now uncovered.

2906 of 3055 relevant lines covered (95.12%)

5681.07 hits per line

Uncovered Changes

Lines Coverage ∆ File
15
85.89
-0.21% src/scheduler.c

Coverage Regressions

Lines Coverage ∆ File
1
85.89
-0.21% src/scheduler.c
Jobs
ID Job ID Ran Files Coverage
1 opcache-8.2 - 27606194673.1 16 Jun 2026 08:59AM UTC 53
90.31
GitHub Action Run
2 vanilla-8.4 - 27606194673.2 16 Jun 2026 08:59AM UTC 54
94.49
GitHub Action Run
3 vanilla-8.1 - 27606194673.3 16 Jun 2026 08:59AM UTC 53
94.29
GitHub Action Run
4 jit-8.3 - 27606194673.4 16 Jun 2026 08:58AM UTC 53
90.28
GitHub Action Run
5 opcache-8.5 - 27606194673.5 16 Jun 2026 08:59AM UTC 54
90.4
GitHub Action Run
6 opcache-8.3 - 27606194673.6 16 Jun 2026 08:57AM UTC 53
90.28
GitHub Action Run
7 opcache-8.1 - 27606194673.7 16 Jun 2026 08:59AM UTC 53
90.15
GitHub Action Run
8 vanilla-8.3 - 27606194673.8 16 Jun 2026 08:58AM UTC 53
94.44
GitHub Action Run
9 vanilla-8.5 - 27606194673.9 16 Jun 2026 08:59AM UTC 54
94.49
GitHub Action Run
10 jit-8.2 - 27606194673.10 16 Jun 2026 08:59AM UTC 53
90.31
GitHub Action Run
11 opcache-8.4 - 27606194673.11 16 Jun 2026 09:00AM UTC 54
90.37
GitHub Action Run
12 jit-8.0 - 27606194673.12 16 Jun 2026 08:58AM UTC 54
91.06
GitHub Action Run
13 jit-8.1 - 27606194673.13 16 Jun 2026 08:59AM UTC 53
90.15
GitHub Action Run
14 jit-8.4 - 27606194673.14 16 Jun 2026 08:57AM UTC 54
90.37
GitHub Action Run
15 jit-8.5 - 27606194673.15 16 Jun 2026 08:58AM UTC 54
90.37
GitHub Action Run
16 vanilla-8.2 - 27606194673.16 16 Jun 2026 08:59AM UTC 53
94.44
GitHub Action Run
17 vanilla-8.0 - 27606194673.17 16 Jun 2026 08:59AM UTC 54
94.81
GitHub Action Run
18 opcache-8.0 - 27606194673.18 16 Jun 2026 08:59AM UTC 54
91.06
GitHub Action Run
Source Files on build 27606194673
  • Tree
  • List 29
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f1f7bd4f on github
  • Prev Build on develop (#27256631654)
  • Next Build on develop (#27614957808)
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