python / psf-infra-meta

Meta-repository for PSF backed or managed systems. Created mainly for the issue tracker :)
10 stars 9 forks source link

MemoryError #137

Closed noobLei closed 2 years ago

noobLei commented 2 years ago

Traceback (most recent call last): File "python_AFL.py", line 110, in runFuzzer runtime = runApplication(input_path, mode) File "python_AFL.py", line 75, in runApplication exec(f.read(), {'buff': input_data})
File "", line 16, in File "", line 10, in fuzz File "/usr/lib/python3.6/codeop.py", line 122, in compile_command return _maybe_compile(_compile, source, filename, symbol) File "/usr/lib/python3.6/codeop.py", line 82, in _maybe_compile code = compiler(source, filename, symbol) File "/usr/lib/python3.6/codeop.py", line 102, in _compile return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT) MemoryError

when I use codeop.compile_command( random input ), I get the error . I wonder if I found the error with the Python codeop's library??

matrixise commented 2 years ago

This issue is related to Python. Please use the user mailing https://www.python.org/community/lists/