filbert icon indicating copy to clipboard operation
filbert copied to clipboard

Memory usage spikes while trying to parse_dammit certain code.

Open Zerrien opened this issue 9 years ago • 1 comments

With the following code:

def c (d):
    pass
def a(b):
    c#( # Adding/removing this "(" causes memory usage to spike.
    return None

From my testing (which is a bit shaky due to the nature of the bug):

  • The c function needs to be defined, and needs to have a parameter.
  • The a function needs to return something.

Zerrien avatar May 11 '16 19:05 Zerrien

(CPU also spikes and often crashes the game.)

nwinter avatar May 11 '16 19:05 nwinter