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
There seems to be a memory leak in the ImageDecoder process, most visible when loading large images.
May be related to #2711.
Linux
Run ./Meta/ladybird.sh run ladybird Tests/LibWeb/Screenshot/expected/object-fit-position-ref.html and repeatedly reload the page
./Meta/ladybird.sh run ladybird Tests/LibWeb/Screenshot/expected/object-fit-position-ref.html
Memory usage of ImageDecoder process stays roughly constant
Memory usage of ImageDecoder process increases with every page refresh.
Tests/LibWeb/Screenshot/expected/object-fit-position-ref.html
N/A
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
There seems to be a memory leak in the ImageDecoder process, most visible when loading large images.
May be related to #2711.
Operating system
Linux
Steps to reproduce
Run
./Meta/ladybird.sh run ladybird Tests/LibWeb/Screenshot/expected/object-fit-position-ref.html
and repeatedly reload the pageExpected behavior
Memory usage of ImageDecoder process stays roughly constant
Actual behavior
Memory usage of ImageDecoder process increases with every page refresh.
URL for a reduced test case
Tests/LibWeb/Screenshot/expected/object-fit-position-ref.html
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: