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

Doesn't process large files #1

Open
tjhorner opened this issue Jul 12, 2016 · 1 comment
Open

Doesn't process large files #1

tjhorner opened this issue Jul 12, 2016 · 1 comment

Comments

@tjhorner
Copy link

I'm trying to process a relatively large binary (35MB!) with Protod, but I'm getting OverflowErrors. If I get it working, I'll close this issue and send over a PR.

Stacktrace:

Traceback (most recent call last):
  File "protod.py", line 315, in <module>
    extractor.extract()
  File "protod.py", line 274, in extract
    for k in range(probable_size+1024, 0, -1):
OverflowError: range() result has too many items
@Manouchehri
Copy link

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