[GHC] #3693: Show stack traces

GHC ghc-devs at haskell.org
Wed Dec 17 12:54:38 UTC 2014


#3693: Show stack traces
-------------------------------------+-------------------------------------
              Reporter:  jpet        |            Owner:  Tarrasch
                  Type:  feature     |           Status:  new
  request                            |        Milestone:  7.12.1
              Priority:  normal      |          Version:  6.10.4
             Component:  Runtime     |         Keywords:
  System                             |     Architecture:  Unknown/Multiple
            Resolution:              |       Difficulty:  Unknown
      Operating System:              |       Blocked By:
  Unknown/Multiple                   |  Related Tickets:
       Type of failure:              |
  None/Unknown                       |
             Test Case:              |
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------

Comment (by Tarrasch):

 Now both the source note patches[1] and DWARF emitting patches[2] have
 been merged, and will be included in GHC 7.10. That means (afaik) that you
 should be able to get stack traces when you run your program with a
 debugger.

 As the feature freeze for 7.10 was quite a while ago, Haskell-land stack
 traces can't be merged for 7.10 unfortunately. What's currently missing is
 a DWARF-reading library in the RTS that we're happy with and then the
 actual stack trace implementation.

 [1]: https://phabricator.haskell.org/D169
 [2]: https://phabricator.haskell.org/D396

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


More information about the ghc-tickets mailing list