[GHC] #10435: catastrophic exception-handling disablement on Windows Server 2008 R2

GHC ghc-devs at haskell.org
Wed May 20 12:00:51 UTC 2015


#10435: catastrophic exception-handling disablement on Windows Server 2008 R2
-------------------------------------+-------------------------------------
        Reporter:  malcolmw          |                   Owner:  simonmar
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Runtime System    |                 Version:  7.10.1
      Resolution:                    |                Keywords:  windows,
Operating System:  Windows           |  exceptions
 Type of failure:  Runtime crash     |            Architecture:  x86
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by malcolmw):

 Here is the expected output, on a Windows 7 machine:
 {{{
 $ ./TestExceptions.exe
 1
 Called foo() with bar=0
 $ echo $?
 0
 }}}

 And here is the unexpected output, on a Windows 2008 R2 machine:
 {{{
 $ ./TestExceptions.exe
 $ echo $?
 127
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10435#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list