-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
DrRacket GUI for plai/gc2/mutator crashes #94
Comments
It seems like this is the expected behavior... if you allocate a huge amount of memory, while imposing a memory limit, then you should expect an error that you violated the memory limit? |
Yes, but maybe not millions of times?
…On Tue, Feb 21, 2017 at 2:01 PM Jay McCarthy ***@***.***> wrote:
It seems like this is the expected behavior... if you allocate a huge
amount of memory, while imposing a memory limit, then you should expect an
error that you violated the memory limit?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#94 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAYWsHzJVZoFweOGHnXguoZdr2rKoWjcks5re0KkgaJpZM4MHm0d>
.
|
The expected behavior that I expected was for the out of memory error message to show up once and stop the mutator program from running.. |
Sorry I missed that part of the message. @rfindler Can you tell what's happening? Am I catching an error and letting it continue so DrRacket makes another one? |
Oh I don't think it is possible for this to be a plai bug. But I don't know
what is happening. If you had energy to eliminate plai from the mix that
would be great. But i can do it too (later).
…On Tue, Feb 21, 2017 at 4:12 PM Jay McCarthy ***@***.***> wrote:
Sorry I missed that part of the message.
@rfindler <https://github.com/rfindler> Can you tell what's happening? Am
I catching an error and letting it continue so DrRacket makes another one?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#94 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAYWsHkobQW-0KtSJ_gcSD5hWJyVYaX7ks5re2FkgaJpZM4MHm0d>
.
|
DrRacket GUI that displays the heap for plai/gc2/mutator language seems to run out of memory when the heap has sufficiently large number of floats, but the mutator program itself doesn't stop executing and causes DrRacket to display a ton of out of memory window.
An example mutator that causes this error is shown below.
Closing the heap window doesn't cause DrRacket to crash, so the problem seems to be with the rendering of heap window.
The text was updated successfully, but these errors were encountered: