We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was originally TRAC 5275
Running this scripts consumes Gb's of memory and sometimes crashes!
#!python sum = 0 while sum < 10000000: sum += 1 print sum
The text was updated successfully, but these errors were encountered:
@martyngigg (2012-05-10T07:41:04): There is also an issue if you remove the print statement it locks up the GUI and the loop takes an age to complete
@NickDraper (2012-10-28T11:38:22): Moved to milestone 2.4
@NickDraper (2013-04-29T09:49:27): Moved to r2.6 at the end of r2.5
@martyngigg (2013-07-15T08:46:42): Batch move to 2.7
@NickDraper (2014-02-14T11:04:53): Bulk move to assigned at the introduction of the triage step
Sorry, something went wrong.
No users have ever hit this error and it's pretty hard to work around with the current architecture.
martyngigg
No branches or pull requests
This issue was originally TRAC 5275
Running this scripts consumes Gb's of memory and sometimes crashes!
The text was updated successfully, but these errors were encountered: