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

LogAnalyser can fail when log files is being written to #81

Closed
rbouckaert opened this issue Feb 4, 2024 · 0 comments
Closed

LogAnalyser can fail when log files is being written to #81

rbouckaert opened this issue Feb 4, 2024 · 0 comments

Comments

@rbouckaert
Copy link
Member

Running loganalyser on trace files that are being written to can results in an out-of-bound exception when the file is being written to between the time loganalyser determines how much memory to reserve by checking the file size, and actually parsing of the trace log.

A check to prevent such situations should be added.

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