Skip to content
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

possible memory leak #17

Closed
bfrk opened this issue Mar 5, 2020 · 2 comments
Closed

possible memory leak #17

bfrk opened this issue Mar 5, 2020 · 2 comments

Comments

@bfrk
Copy link

bfrk commented Mar 5, 2020

I am testing with a large number of tests and noticed that this seems to use up more and more memory. For instance with the example from Test.LeanCheck with a few more tests:

Data.List Prelude Test.LeanCheck> holds 10000000 $ \xs -> length (sort xs) == length (xs::[Int])
zsh: segmentation fault  ghci

With a compiled program this eats up all the memory on my machine until it starts thrashing (ghc-8.2.2).

@bfrk
Copy link
Author

bfrk commented Mar 6, 2020

Sorry, this is a duplicate, see #15

@bfrk bfrk closed this as completed Mar 6, 2020
@rudymatela
Copy link
Owner

:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants