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

krakjoe / parallel / 27606194673 / 14
95%
develop: 95%

Build:
DEFAULT BRANCH: develop
Ran 16 Jun 2026 09:00AM UTC
Files 54
Run time 3s
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: 90.37% (-0.03%) from 90.399%
27606194673.14

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.

2806 of 3105 relevant lines covered (90.37%)

282.51 hits per line

Source Files on job jit-8.4 - 27606194673.14
  • Tree
  • List 54
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27606194673
  • f1f7bd4f on github
  • Prev Job for on develop (#27256631654.7)
  • Next Job for on develop (#27614957808.6)
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