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

ivmai / bdwgc / 1260
77%

Build:
DEFAULT BRANCH: master
Ran 31 Mar 2022 01:06PM UTC
Jobs 1
Files 58
Run time 14min
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

31 Mar 2022 01:01PM UTC coverage: 73.26% (-0.3%) from 73.595%
1260

push

travis-ci-com

ivmai
Workaround SIG_SUSPEND delivery to thread inside mutex_lock fail if TSan

Unfortunately, use of an asynchronous signal to suspend threads leads
to the situation when the signal is not delivered (is stored to
pending_signals in ThreadSanitizer runtime actually) while the target
thread is blocked in pthread_mutex_lock.  Thus, we use some synchronous
one instead (which is again unlikely to be used by clients directly).

* include/private/gc_priv.h [SIGNAL_BASED_STOP_WORLD && !SIG_SUSPEND
&& THREAD_SANITIZER] (SIG_SUSPEND): Define to SIGSYS; add comment.
* tests/disclaim.c [GC_PTHREADS] (main): Call
GC_set_thr_restart_signal(GC_get_suspend_signal()) instead of
GC_set_suspend_signal(GC_get_thr_restart_signal()) (thus, the signal
used to suspend threads is not modified in the test).

7222 of 9858 relevant lines covered (73.26%)

10267488.4 hits per line

Jobs
ID Job ID Ran Files Coverage
5 1260.5 (CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" CC_FOR_CHECK=g++ MAKEFILE_TARGETS="all" MAKEFILE_TARGETS_CHECK="check" NO_CLONE_LIBATOMIC_OPS=true REPORT_COVERAGE=true TESTS_CUSTOM_RUN=true) 31 Mar 2022 01:06PM UTC 0
73.26
Travis Job 1260.5
Source Files on build 1260
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1260
  • 0eb8d2f9 on github
  • Prev Build on master (#1258)
  • Next Build on master (#1273)
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