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

ivmai / bdwgc / 1017
69%
master: 77%

Build:
Build:
LAST BUILD BRANCH: draft-travis
DEFAULT BRANCH: master
Ran 21 Aug 2021 08:50PM UTC
Jobs 1
Files 57
Run time 5s
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

21 Aug 2021 08:42PM UTC coverage: 69.216% (+0.04%) from 69.178%
1017

push

travis-ci-com

ivmai
Fix data race regarding *rlh value in generic_malloc_many
(a cherry-pick of commit dcaad0211 from 'master')

The issue was highlighted in GC_generic_malloc_many() by a static code
analysis tool as "using an unreliable value of *rlh inside the second
locked section; if the data that *rlh depends on was changed by
another thread, this use might be incorrect".

* mallocx.c (GC_generic_malloc_many): Do not increment rlh by lg (use
rlh[lg] instead); reload rlh value after
acquiring the GC lock (at the end of the loop).

6091 of 8800 relevant lines covered (69.22%)

1336306.89 hits per line

Jobs
ID Job ID Ran Files Coverage
28 1017.28 (CONF_OPTIONS="--enable-gcov --enable-handle-fork --enable-munmap --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D NO_INCREMENTAL -D USE_CUSTOM_SPECIFIC" REPORT_COVERAGE=true) 21 Aug 2021 08:50PM UTC 0
69.22
Travis Job 1017.28
Source Files on build 1017
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1017
  • f6038d4f on github
  • Prev Build on release-7_6 (#896)
  • Next Build on release-7_6 (#1042)
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