Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Issue 12843 - Unit tests fail when GC is compiled with SENTINEL #920

Merged
merged 1 commit into from Aug 3, 2014

Conversation

rainers
Copy link
Member

@rainers rainers commented Aug 2, 2014

https://issues.dlang.org/show_bug.cgi?id=12843

  • add missing address adjustments
  • free: check for interior pointer
  • raise InvalidMemoryOperationError in release mode
  • disable some unittests when building with -debug=SENTINEL
  • reduce number of recursions for GC marking for Win64 (when compiling druntime unoptimized, the stack is too small when a collection is triggered while executing a fiber)

- add missing address adjustments
- free: check for interior pointer
- raise InvalidMemoryOperationError in release mode
- disable some unittests when building with -debug=SENTINEL
@yebblies
Copy link
Member

yebblies commented Aug 3, 2014

Auto-merge toggled on

yebblies added a commit that referenced this pull request Aug 3, 2014
Issue 12843 - Unit tests fail when GC is compiled with SENTINEL
@yebblies yebblies merged commit edfe4c7 into dlang:master Aug 3, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants