Skip to content

7.6.16

Compare
Choose a tag to compare
@ivmai ivmai released this 25 Aug 22:26

Changes

  • Avoid potential race in GC_init_real_syms after GC_allow_register_threads
  • Define SUNOS5SIGS macro for kFreeBSD
  • Do not assert that GC is initialized at DLL_THREAD_DETACH (Win32)
  • Do not send signal to thread which is suspended manually
  • Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
  • Eliminate 'old_gc_no is initialized but not referenced' MS VC false warning
  • Eliminate 'possible loss of data' compiler warning in GC_envfile_getenv
  • Ensure typed objects descriptor is never located in the first word
  • Fix 'GC_greatest_stack_base_below is defined but not used' warning (IA64)
  • Fix 'undeclared getpagesize' compiler warning on AIX and OSF1
  • Fix 'undefined reference to __data_start' linker error on Linux/aarch64
  • Fix GC_dirty() argument in GC_malloc_explicitly_typed_ignore_off_page
  • Fix GC_make_descriptor for zero length argument
  • Fix GC_suspend_thread if called before thread destructor
  • Fix SIGSEGV caused by dropped stack access from child process in gctest
  • Fix SUNOS5SIGS documentation to match macro definition in gcconfig.h
  • Fix abort in Win32 DllMain if PARALLEL_MARK
  • Fix assertion violation in GC_allow_register_threads on Windows
  • Fix assertion violation of GC_thread_key alignment if pthread-based TLS
  • Fix comment in GC_init regarding GC_init_parallel call
  • Fix context saving when GC_suspend_thread(self)
  • Fix data race in fail_proc1 of gctest
  • Fix get_maps failure when GC_repeat_read returns zero
  • Fix hang on sem_wait in GC_suspend_thread if thread was resumed recently
  • Fix hb_obj_kind type in documentation (ASCII diagram) describing hblkhdr
  • Fix lock assertion violation in GC_find_limit if always multi-threaded
  • Fix missing lock when GC_generate_random_valid_address is called
  • Fix nodist_libgc_la_SOURCES value in Makefile.am for Solaris/sparc
  • Fix oldProc initialization in gc_cleanup and eliminate related warnings
  • Fix parallel_initialized assertion violation in initsecondarythread (Win32)
  • Fix potential race if start_mark_threads called from threads in child
  • Fix propagation of out-of-memory occurred in GC_make_sequence_descriptor
  • Fix race between calloc_explicitly_typed and push_complex_descriptor
  • Fix stack overflow in gctest on Alpine Linux/s390x
  • Fix typos in comments of .c files, gc.h and a typo in debugging.html
  • Make finalizer_closure pointer read/write atomic in malloc and callback
  • Prevent changing of GC_markers_m1 value while collection in progress
  • Refer to Makefile.direct instead of deleted Makefile file in README
  • Remove checking of RS6000 completely
  • Remove non-working check of M68K in gctest
  • Replace SSH cloning with HTTPS one in README
  • Revert "Remove nested always-false ifdef for HPUX and FREEBSD"
  • Revert addition of msvc_dbg.h in include.am
  • Use SIGRTMIN+6 as suspend signal if sigrt-signals on OpenBSD
  • Workaround Thread Sanitizer (TSan) FP warning in is_valid_displacement
  • Workaround crash in FreeBSD rand() by avoiding its concurrent usage

Build status

Travis CI build
AppVeyor CI build
Coveralls status (code coverage)

Distribution Tarball

gc-7.6.16.tar.gz (see the Assets, md5: 74fb76b6bccf0874cec65b794535a7dd)