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

MapServer / MapServer / 25806643503
42%
main: 42%

Build:
Build:
LAST BUILD BRANCH: fix_7483
DEFAULT BRANCH: main
Ran 13 May 2026 02:56PM UTC
Jobs 1
Files 192
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

13 May 2026 02:46PM UTC coverage: 41.803% (+0.001%) from 41.802%
25806643503

push

github

web-flow
mapserv: exit FastCGI loop promptly on SIGTERM/SIGUSR1 (#7506)

When mapserv is built with FastCGI and is idle inside FCGI_Accept(),
SIGTERM only sets finish_process=1 and is masked by the SA_RESTART
default of signal(), so the blocking accept()/select() resumes and the
process appears hung until the next request arrives.

Call FCGX_ShutdownPending() from the handler (signal-safe; sets
libfcgi's internal shutdown flag) and install handlers via sigaction()
with sa_flags=0 so the syscall returns EINTR. libfcgi then returns -1
from FCGI_Accept() and the loop exits cleanly.

Assisted-by: GitHub Copilot (Claude Opus 4.7)

Co-authored-by: Grant Slater <github@firefishy.com>
Co-authored-by: Even Rouault <even.rouault@spatialys.com>

7 of 8 new or added lines in 1 file covered. (87.5%)

1 existing line in 1 file now uncovered.

62995 of 150694 relevant lines covered (41.8%)

25377.55 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
79.43
0.17% src/apps/mapserv.c

Coverage Regressions

Lines Coverage ∆ File
1
79.43
0.17% src/apps/mapserv.c
Jobs
ID Job ID Ran Files Coverage
1 25806643503.1 13 May 2026 02:56PM UTC 192
41.8
GitHub Action Run
Source Files on build 25806643503
  • Tree
  • List 192
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25806643503
  • 2c7aed48 on github
  • Prev Build on branch-8-6 (#25799423251)
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