[GHC] #10950: Sphinx "RecursionError: maximum recursion depth exceeded while pickling an object"

GHC ghc-devs at haskell.org
Thu Oct 22 22:04:54 UTC 2015


#10950: Sphinx "RecursionError: maximum recursion depth exceeded while pickling an
object"
-------------------------------------+-------------------------------------
        Reporter:  ezyang            |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.0.1
       Component:  Documentation     |              Version:  7.11
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash                              |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by olsner):

 Adding the `-E` option to sphinx ("don't use a saved environment, always
 read all files") seems to work around it for me, presumably because it
 disables the code that is trying to pickle stuff.

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


More information about the ghc-tickets mailing list