[GHC] #13730: Running GLUT code in GHCi yields NSInternalInconsistencyException

GHC ghc-devs at haskell.org
Mon May 22 14:32:33 UTC 2017


#13730: Running GLUT code in GHCi yields NSInternalInconsistencyException
--------------------------------+----------------------------------------
        Reporter:  RyanGlScott  |                Owner:  (none)
            Type:  bug          |               Status:  new
        Priority:  normal       |            Milestone:
       Component:  GHCi         |              Version:  8.0.2
      Resolution:               |             Keywords:
Operating System:  MacOS X      |         Architecture:  Unknown/Multiple
 Type of failure:  GHCi crash   |            Test Case:
      Blocked By:               |             Blocking:
 Related Tickets:               |  Differential Rev(s):
       Wiki Page:               |
--------------------------------+----------------------------------------

Comment (by svenpanne):

 OpenGL-related stuff heavily depends on thread-local state by design, so
 it is crucial that there are no hidden thread migrations etc. behind the
 scenes. Has there been some change in that area? I'm quite sure that this
 worked in the past, both in compiled form and within GHCi.

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


More information about the ghc-tickets mailing list