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

avagin / criu / 1735
65%
master: 64%

Build:
Build:
LAST BUILD BRANCH: travis
DEFAULT BRANCH: master
Ran 20 Jun 2017 11:58PM UTC
Jobs 1
Files 217
Run time 13s
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

pending completion
1735

push

travis-ci

avagin
restorer: Report child's death reason correctly

E.g, if child was killed by SIGSEGV, this message
previously was "exited, status=11", as si_code == CLD_DUMPED == 3
in this case will result in (si_code & CLD_KILLED) == (si_code & 1).
Which is misleading as you may try to look for exit() calls
with 11 arg.
Correct if to compare si_code with CLD_*.

Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>

19781 of 30593 relevant lines covered (64.66%)

126781.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1735.1 (TR_ARCH=local GCOV=1) 20 Jun 2017 11:58PM UTC 0
64.66
Travis Job 1735.1
Source Files on build 1735
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1735
  • b43b3de5 on github
  • Prev Build on criu-dev (#1686)
  • Next Build on criu-dev (#1737)
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