We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
retdec-fileinfo runs 40 seconds and consumes 8 GB of RAM on 28 KB file
retdec-fileinfo
Steps to reproduce
$ retdec-fileinfo FILE
where FILE is E556E9A67BBED5B6C32BE434A148841FEFEE81EB39432D427CB08FEFB0098173.
FILE
E556E9A67BBED5B6C32BE434A148841FEFEE81EB39432D427CB08FEFB0098173
Expected output
retdec-fileinfo analyzes the file in a reasonable time, using a reasonable amount of memory.
Actual output
$ /usr/bin/time -v retdec-fileinfo E556E9A67BBED5B6C32BE434A148841FEFEE81EB39432D427CB08FEFB0098173.dat Input file : E556E9A67BBED5B6C32BE434A148841FEFEE81EB39432D427CB08FEFB0098173.dat [..] Overlay size : 0x6a6c [..] Elapsed (wall clock) time (h:mm:ss or m:ss): 0:39.25 [..] Maximum resident set size (kbytes): 8375140 [..] Exit status: 0
That is, it ran for almost 40 seconds and consumed 8 GB of memory.
Notes
Before the image-loader changes, retdec-fileinfo ran for 2 seconds and consumed 2 GB of RAM.
My configuration
master
The text was updated successfully, but these errors were encountered:
Fixed issue #872
8f26e86
#873 avast/retdec-regression-tests#78
Sorry, something went wrong.
Merge pull request #873 from avast/LZ_Issue_872
220212c
Fixed by @ladislav-zezula in #873.
Add a CHANGELOG entry for #872.
fab0eb8
ladislav-zezula
No branches or pull requests
retdec-fileinfo
runs 40 seconds and consumes 8 GB of RAM on 28 KB fileSteps to reproduce
where
FILE
isE556E9A67BBED5B6C32BE434A148841FEFEE81EB39432D427CB08FEFB0098173
.Expected output
retdec-fileinfo
analyzes the file in a reasonable time, using a reasonable amount of memory.Actual output
That is, it ran for almost 40 seconds and consumed 8 GB of memory.
Notes
Before the image-loader changes,
retdec-fileinfo
ran for 2 seconds and consumed 2 GB of RAM.My configuration
master
(commit 4e31e3a)The text was updated successfully, but these errors were encountered: