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

add options for url_pattern fuzzer #844

Closed
wants to merge 2 commits into from

Conversation

CarlosEduR
Copy link
Member

No description provided.

@CarlosEduR
Copy link
Member Author

I noticed the url_pattern one is failing with oom, just wanted to see if adding options (max_len) can help with it.

@anonrig
Copy link
Member

anonrig commented Jan 19, 2025

I noticed the url_pattern one is failing with oom, just wanted to see if adding options (max_len) can help with it.

It seems it is still failing. Can you give a smaller value, or maybe there might be a different option for memory limit?

@anonrig
Copy link
Member

anonrig commented Jan 19, 2025

Probably rss_limit_mb

@CarlosEduR
Copy link
Member Author

Probably rss_limit_mb

Yeah, I can see this:

/tmp/not-out/tmp1b415bv6/url_pattern -rss_limit_mb=2560 -timeout=25 -seed=1337 -runs=4 -dict=url.dict -max_len=1024 < /dev/null

It seems to be limited to 2.56 GB

@anonrig
Copy link
Member

anonrig commented Jan 19, 2025

Can you decrease max length to 512?

@anonrig anonrig closed this Jan 20, 2025
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

Successfully merging this pull request may close these issues.

2 participants