-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attach exception stack trace if available #1
Comments
Had a discussion with @bgamari today on #ghc IRC channel, there's a design that would allow to collect all stack traces with DWARF, but it needs to be implemented in base first. |
For the record, this discussion resulted in ghc-proposals/ghc-proposals#330. Thanks to @domenkozar for providing the motivation to address this. |
Additionally, this is tracked as GHC ticket #18159. |
Looks like we're waiting on https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6797 |
We are currently waiting on haskell/core-libraries-committee#164, which would allow me to proceed with https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8869. I am very much hoping, although not optimistic, that we will be able to get this done for 9.10. |
http://hackage.haskell.org/package/base-4.12.0.0/docs/GHC-ExecutionStack.html
The text was updated successfully, but these errors were encountered: