www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13821] New: fiber + exception + win server 2012 failures

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

          Issue ID: 13821
           Summary: fiber + exception + win server 2012 failures
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: braddr puremagic.com

Attempting to build and test on windows server 2012, there are 3 failures (and
only these three) all related to fibers and exceptions:

https://github.com/D-Programming-Language/druntime/blob/master/src/core/thread.d#L4897

https://github.com/D-Programming-Language/druntime/blob/master/src/core/thread.d#L4943

https://github.com/D-Programming-Language/phobos/blob/master/std/concurrency.d#L1653

See also:
  https://github.com/D-Programming-Language/druntime/pull/150
  This might be the same as bug 13105.

In anticipating of having to move the auto-tester from 2008 to 2012, this is a
blocker.

--
Dec 04 2014