-
Notifications
You must be signed in to change notification settings - Fork 42
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
IPv4 to INT LUA error on large files #89
Comments
I confirm I could catch lots of evil stuff. Not ready yet then, in progress. I will close this ticket with a few more commits :) Thanks!
|
Here's more. I especially like the "error in error handling". Big fan of this!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
First of all thank you for implementing my feature request of exposing url_type to LUA!
I am trying to use it today but I am experiencing issues processing large files.
To reproduce:
On my system I am getting "stack overflow" and "error in error handling" after roughly 400k lines. I imagine this is related to how variables are processed in LUA. Perhaps the local keyword in variable triggers LUA to create a new variable for each line?
I would appreciate your help! I will keep searching in the meantime as well and will update my issue if I find a solution.
Jerome
The text was updated successfully, but these errors were encountered: