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

App stalls on long line that causes OutOfMemoryException #74

Open
troyhunt opened this issue Feb 15, 2025 · 0 comments
Open

App stalls on long line that causes OutOfMemoryException #74

troyhunt opened this issue Feb 15, 2025 · 0 comments

Comments

@troyhunt
Copy link
Contributor

I'm currently processing >1TB of stealer logs and unfortunately hit this after more than a day and a half of running:

Image

Digging deeper, I'd had problems reading the same file it had stalled on with another console app that extracts domain and email pairs from stealer logs. In that app, it was throwing OutOfMemoryException on one particular line which is exceedingly long. I don't know how long, as nothing seems to want to read it! In that app, I ended up emitting a warning to the console, calling ReadLine() so I didn't miss it, then proceeding to the next file.

This is an exceedingly rare scenario so I don't mind losing the rest of the file, either that or if anyone can figure out how to just skip that line and move onto the next one, that'd be great.

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

1 participant