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

ivmai / bdwgc / 1016
71%
master: 77%

Build:
Build:
LAST BUILD BRANCH: draft-travis
DEFAULT BRANCH: master
Ran 20 Aug 2021 10:14PM UTC
Jobs 1
Files 57
Run time 9s
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

20 Aug 2021 10:04PM UTC coverage: 71.748% (+0.7%) from 71.019%
1016

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).

6730 of 9380 relevant lines covered (71.75%)

1907079.87 hits per line

Jobs
ID Job ID Ran Files Coverage
33 1016.33 (CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" REPORT_COVERAGE=true) 20 Aug 2021 10:14PM UTC 0
71.75
Travis Job 1016.33
Source Files on build 1016
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1016
  • 94a502e6 on github
  • Prev Build on release-8_0 (#897)
  • Next Build on release-8_0 (#1041)
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