[Issue 13821] New: fiber + exception + win server 2012 failures

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 4 17:50:18 PST 2014


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 at puremagic.com
          Reporter: braddr at 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.

--


More information about the Digitalmars-d-bugs mailing list