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

ivmai / bdwgc / 1508

Builds Branch Commit Type Ran Committer Via Coverage
1508 release-8_2 Fix alt-stack handling in GC_push_all_stacks if stack grows up (a cherry-pick of commit 9229da044 from 'master') * pthread_stop_world.c [STACK_GROWS_UP] (GC_push_all_stacks): Set hi to p->altstack (instead of p->altstack+p->altstack_size) if lo i... push 20 May 2023 08:33AM UTC ivmai travis-ci-com
72.73
1507 master Fix alt-stack handling in GC_push_all_stacks if stack grows up * pthread_stop_world.c [STACK_GROWS_UP] (GC_push_all_stacks): Set hi to crtn->altstack (instead of crtn->altstack+crtn->altstack_size) if lo is inside altstack; remove relevant FIXME ... push 20 May 2023 07:33AM UTC ivmai travis-ci-com
76.51
1506 release-8_2 Fix GC_excl_table overrun on overflow in GC_exclude_static_roots Previously, in case of full GC_excl_table[], an attempt to insert an element to it caused write past end of GC_excl_table (when shifting the tail elements) before aborting cause of ... push 17 May 2023 09:04AM UTC ivmai travis-ci-com
73.09
1504 master Make comparisons to the lowest heap boundary strict * alloc.c (GC_expand_hp_inner): Subtract sizeof(word) from new_limit (for the case when comparing to GC_least_plausible_heap_addr). * backgraph.c [MAKE_BACK_GRAPH] (add_back_edges): Compare curr... push 13 May 2023 10:04AM UTC ivmai travis-ci-com
76.54
1503 release-8_2 Workaround 'writing into region of size 0' gcc warning in suspend_handler The gcc warning about __atomic_load_8 writing into a region of size 0 is a bogus one. Observed with gcc-12.2.0 on Debian/aarch64, at least. * pthread_stop_world.c [!NACL ... push 11 May 2023 07:45PM UTC ivmai travis-ci-com
72.72
1502 master Improve ABORT message in GC_darwin_sigbus * os_dep.c [MPROTECT_VDB && DARWIN && BROKEN_EXCEPTION_HANDLING] (GC_darwin_sigbus): Refine ABORT message. * os_dep.c [MPROTECT_VDB && DARWIN && BROKEN_EXCEPTION_HANDLING] (GC_dirty_init): Refine comment ... push 11 May 2023 06:17PM UTC ivmai travis-ci-com
76.82
1501 master Remove code duplication in gcconfig.h for Hurd (refactoring) * include/private/gcconfig.h [HURD && (I386 || X86_64)] (OS_TYPE, HEURISTIC2, SEARCH_FOR_DATA_START, DATAEND, DYNAMIC_LOADING, USE_MMAP_ANON): Move defintion to common place. * include/... push 08 May 2023 06:17AM UTC ivmai travis-ci-com
76.72
1500 master Workaround a malfunction of soft-dirty bits clearing on Power9 (fix of commit c1bf1b973) Issue #479 (bdwgc). Make a page dirty twice in detect_soft_dirty_supported() clearing all the soft-dirty bits in the middle. If the 2nd write to a page is ... push 04 May 2023 07:07PM UTC ivmai travis-ci-com
76.9
1499 master Update time statistics about stopped marking even if abandoned Also, move logging of the message about collection abandoning to the place after the world is resumed. * alloc.c (GC_stopped_mark): Rename i local variable to abandoned_at. * alloc.c... push 02 May 2023 09:35PM UTC ivmai travis-ci-com
76.87
1498 release-8_2 Update ChangeLog file (v8.2 changes) push 29 Apr 2023 08:18AM UTC ivmai travis-ci-com
72.73
1497 release-8_0 Update ChangeLog file (v8.0 changes) push 29 Apr 2023 07:59AM UTC ivmai travis-ci-com
71.33
1496 release-7_6 Update ChangeLog file (v7.2 - v7.4 changes only) push 29 Apr 2023 07:46AM UTC ivmai travis-ci-com
69.06
1492 release-7_6 Invoke GC_oom_fn if GC_make_array_descriptor failed because of no memory (a cherry-pick of commit 223ce4fdf from 'master') * typd_mlc.c (GC_calloc_explicitly_typed): If descr_type is NO_MEM then return the result of GC_get_oom_fn()(lb) instead of... push 28 Apr 2023 07:17PM UTC ivmai travis-ci-com
69.32
1491 release-8_0 Fix missing extern C for __asan_default_options (fix of commit 84b695d01) Issue #206 (bdwgc). * os_dep.c [ADDRESS_SANITIZER && (UNIX_LIKE || NEED_FIND_LIMIT || MPROTECT_VDB) && !CUSTOM_ASAN_DEF_OPTIONS] (__asan_default_options): Add the declarat... push 28 Apr 2023 06:41PM UTC ivmai travis-ci-com
71.4
1490 release-8_2 Fix missing extern C for __asan_default_options (fix of commit 84b695d01) Issue #206 (bdwgc). * os_dep.c [ADDRESS_SANITIZER && (UNIX_LIKE || NEED_FIND_LIMIT || MPROTECT_VDB) && !CUSTOM_ASAN_DEF_OPTIONS] (__asan_default_options): Add the declarat... push 28 Apr 2023 04:42PM UTC ivmai travis-ci-com
72.92
  • ← Previous
  • 1
  • 2
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • …
  • 65
  • 66
  • Next →
  • Back to Repo
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

© 2025 Coveralls, Inc