-
Notifications
You must be signed in to change notification settings - Fork 20
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
segmentation fault #4
Comments
Looks like this issue in ghc-heap-view: nomeata/ghc-heap-view#3 |
To quote from the ghc-heap-view issue:
|
This also leads to a segfault on my Linux machine. I'll look a bit into this and see if there are more details which could be useful, but it seems the ghc version isn't the problem |
GHC 7.8.3 32bit, Windows
Consider the following example:
the window is empty and nothing works. When I close the window and do
I get
Prelude> Segmentation fault
. That's a minimal example I constructed; however, this exact same bug happened to me many times when trying to work withghc-vis
on a small program.The text was updated successfully, but these errors were encountered: